aboutsummaryrefslogblamecommitdiffstats
path: root/ChangeLog
blob: 5b42582434148b7c36e10d2f1c37ed2125b8510c (plain) (tree)
1
2
3
4
5
6
7
                                      


                                                        
        

                                           




                                                                   
                                                                      
 
 
                                      
                                    
                                                                 
                                          



                                                                          

                                                    
 















                                                                            

                                                            



                                                                           











                                                                         







                                                                         








                                                                            

















                                                                             
        



                                                                           
                                                                          



                                      
2004-06-07 Kalle Wallin <kaw@linux.se>
	* configure.ac: disable nls if glib is pre 2.4
	* mpc.c: added support for the PLCHANGES command
	* screen_clock.c: fixed resize handling
	
2004-06-06 Kalle Wallin <kaw@linux.se>
	* i18n: ncmpc is now bilingual (sv)
	* Moved all locale initialization code to main.c
	* main.c: added bind_textdomain_codeset() 	
	* Added wreadln.c, wreadln.h a simple line editor
	* screen_utils.c: use wreadln() instead of curses wgetstr()
	* Added a history for the find command!
	* Added screen_clock.c an optional clock screen (just for fun)


2004-06-05 Kalle Wallin <kaw@linux.se>
	* Added initial i18n support
	* Changed directory layout to suit future use of gettext 
	* Changed the default port to 6600
	* screen.c: Added mpd update flag [U] and display a status message
	            when a update has finished
	* screen.c: Display bit rate instead of time when the total time
	            is zero and display local time when mpd is stopped.
	* Addded support for the mpd update command.


2004-05-07 Kalle Wallin <kaw@linux.se>
	* Redesigned ncmpc's color support - view the manual for details!
	* Added support for moving songs in a playlist (move-up, move-down)
	* options.c: added new command line options --config and --key-file,
	             wide_cursor is now enabled by default
	* screen.c: scroll long song titles in the status window,
	            dont display volume changes in the status window.
	
2004-05-03 Kalle Wallin <kaw@linux.se>
	* configure.ac: display default values for --enable-x, 
			version updated to 0.10.2-svn
	* conf.c: The background color can now be assigned to 'none'.

2004-04-26 Kalle Wallin <kaw@linux.se>
	* ncmpc-0.10.1 released (r892)

2004-04-23 Kalle Wallin <kaw@linux.se>
	* Updated Changelog, TODO, NEWS and the manual page.
	* screen_play.c:  Make shure the cursor stays on the same row when 
	                  deleting a playlist entry.
	* screen.c: Turn off LINE_COLORS after drawing the top line.
     

2004-04-22 Kalle Wallin <kaw@linux.se>
	* Added smart delete and add (#0000220), at the moment only used 
	        when deleting or adding a single song.
	* mpc.c: make shure selections in the browse screen is updated 
	         when the playlist updated
	  
	
2004-04-21 Kalle Wallin <kaw@linux.se>
	* Fixed resize handling (SIGWINCH), problems may still occur when
	  ncmpc is inside some of ncurses [w]getstr functions.
	
2004-04-20 Kalle Wallin <kaw@linux.se>
	* Added support for seeking 
	* Added crossfade support
	* screen.c: Display mpd flags on the second row [rzx]
	* screen_keydef.c: show a message if changes is not applied
	* configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
	                because the first one failed on darwin.

2004-04-19 Kalle Wallin <kaw@linux.se>
	* Added copyright notice and license notice 
	* Major cleanup of the 'screen' handling routines. The goal of this 
	  is to simplify addition of 'screens' (like a key editor).
	* added a key editor -> screen_keydef.c
	* configure.ac - added a --enable-key-editor to enable/disable the 
	  build in key editor.
	

2004-04-14 Kalle Wallin <kaw@linux.se>
	* support.c - use screen_status_printf() to display character 
	  conversion errors. Only use stderr if DEBUG is enabled.
	* screen_file.c - make shure curses repaint the screen when adding 
	  a directory (force a update of the status message).
	* screen_play.c - highlight and center even when paused.
	* list_window.c - optional wide cursor (fill to eol).
	* screen.c - use get_key_names() for the keys displayed in the
	  welcome message (help, playlist, browse).
	* configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
	* conf.c - moved configuration file to ~/.ncmpc/config
	         - added support for key bindings in ~/.ncmpc/keys
	         - added support for global configuration in SYSCONFDIR/ncmpc
		 - added parameter to enable/disable wide cursor
	* command.c - added command names (used with key bindings)
	            - added utility functions (for key bindings). 
	* screen_help.c - cleanup, use key descriptions from command.c
	* main.c - check key bindings and exit if something is strange.
	

2004-04-13 Kalle Wallin <kaw@linux.se>
	* list_window.c - use clrtoeol instead of wclear. This improves the
	  speed and removes some flickering.
	* main.c - poll mpd twice/second instead of once, print a newline 
	  after closing curses.

2004-04-12 Kalle Wallin <kaw@linux.se>
	* ncmcp-0.10.0 released