Code

unicode fixes from Dmitry Baryshkov/René van Bevern
[ncmpc.git] / ChangeLog
index 85e7fd53d81a02f65e001f386a65b11ce2bc9f84..13a46c7b6a3de964757894b51bdae505b18634d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2006-03-28  Kalle Wallin <kaw@linux.se>
+       * wreadln.c: fixed TAB completion support when built with libcursesw
+                    (path from René van Bevern)
+       * unicode fixes from Dmitry Baryshkov
+       * added galician translation from Johám-Luís Miguéns Vila
+       * configure.ac: check for recv/send/gethostbyname/socket/connect in 
+                       -lsocket -lnsl (Tonnerre)
+
+2006-01-22  Kalle Wallin <kaw@linux.se>
+       * configure.ac: use libcursesw by default
+       * wreadln.c: use wget_wch (wide characters) when built with libcursesw
+
+2006-01-17 Kalle Wallin <kaw@linux.se>
+       * Russian translation fix (codepage) from Alexey Ivanov
+       
+2006-01-16 Jonatan Fors <etnoy@broach.se>
+       * Added timedisplay option (elapsed/remaining)
+       * Fixed db update message
+       * ncmpc.1: Updated and corrected.
+
+2005-06-15: Kalle Wallin <kaw@linux.se>
+       * Added configuraton option screen-list
+       * Added configuraton option find-show-last
+       
+2005-06-14: Kalle Wallin <kaw@linux.se>
+       * Moved list window state code to list_window.c
+       * mpdclient.c: added exact_match parameter to 
+         mpdclient_filelist_search()
+       * screen_artist.c: support adding of artists and albums (all songs)
+
+2005-06-11: Kalle Wallin <kaw@linux.se>
+       * configure.ac: support wide-char ncurses library (--with-ncursesw)
+       * support.c: added my_strlen for wide-char strings
+       
+2005-06-06: Kalle Wallin <kaw@linux.se>
+       * Added Norwegian translations from Ole R. Thorsen
+       * Added an artist (browser) screen
+       
 2005-06-03: Kalle Wallin <kaw@linux.se>
        * Seek time can now be defined in the conf file (seek-time)
        * Added a "hide cursor" feature #0000417 (hide-cursor)
@@ -22,8 +60,8 @@
        * Added Russian translations from Nikolay Pavlov
 
 2004-12-19: Kalle Wallin <kaw@linux.se>
-       * Bugfixes from Niko Tyni, survive select/find operations on an empty 
-          list
+       * Bugfixes from Niko Tyni, survive select/find operations on an 
+         empty list
 
 2004-12-12  Kalle Wallin <kaw@linux.se>
        * screen_play.c: Fixed abort (Ctrl-G) handling in the save playlist 
@@ -47,7 +85,7 @@
        * command.c: added my_wgetch() function, 
          Ctrl-C, Ctrl-Z are now hard coded to SIGINT and SIGSTOP
        * options.c: added options --mouse and --no-mouse
-       * Crossfade time can now be definied in the conf file (crossfade-time)
+       * crossfade-time can now be definied in the conf file
        * r1865
        
 2004-07-12  Kalle Wallin <kaw@linux.se>
 2004-07-02 Kalle Wallin <kaw@linux.se>
        * options.c: improved error handling in the argv parser
        * screen_play.c: scroll up when moving a item uppwards
-       * mpdclient.c: redesigned the plchanges code (its now based on qball's)
+       * mpdclient.c: redesigned the plchanges code (its now based on 
+         qball's)
        * Added ncurses basic mouse support (playlist and browse screens)
 
 2004-07-01 Kalle Wallin <kaw@linux.se>
 2004-06-17 Kalle Wallin <kaw@linux.se>
        * screen_file.c: let mpd add directories (just send the path)
        * main.c: only set xterm title if DEBUG is defined
-       * mpdclient.[c|h]: added _utf8 suffix to all functions that take utf8 
-                          arguments.
+       * mpdclient.[c|h]: added _utf8 suffix to all functions that take 
+         utf8 arguments.
        * command.c: Support cursor/down with j and k
        
 2004-06-17 Kalle Wallin <kaw@linux.se>
        * wreadln.c: try to complete even if the line is empty
        * utils.c: added type argument to gcmp_list_from_path()
        * screen_play.c: added completion support to handle_save_playlist()
-       * command.[c|h]: check_key_bindings() can now write an error messages 
-                        to a buffer instead of stderr
+       * command.[c|h]: check_key_bindings() can now write an error messages
+         to a buffer instead of stderr
        * main.c: display errors without exiting when key bindings are broken
        * screen_help.c: added the add command to the help screen
 
 2004-06-17 Kalle Wallin <kaw@linux.se>
-       * Added a add command, used to add urls or files to the playlist, with
-         file completion.
+       * Added a add command, used to add urls or files to the playlist, 
+         with file completion.
 
 
 2004-06-16 Kalle Wallin <kaw@linux.se>
 2004-06-16 Kalle Wallin <kaw@linux.se>
        * libmpdclient updated (r1507)
        * mpdclient: add path to mpdclient_cmd_db_update() 
-       * screen_file.c: Use current path when updating the db (browse screen)
+       * screen_file.c: Use current path when updating the db 
 
 2004-06-15 Kalle Wallin <kaw@linux.se>
        * conf.c: Replaced '_' with '-' in configuration field names
          flow control characters)
        * command.*: Added the get_keyboard_command_with_timeout() function
        * main.c: Redesigned the reconnect code to allow user interrupt
-       * screen*: Changed arguments to the get_title callback (and the title)
+       * screen*: Changed title and arguments for get_title callback() 
        * support.c: moved utility function for scrolling
        * list_window.c: fixed a small layout bug in list_window_paint()