Code

ChangeLog update because of the fixed search screen
[ncmpc.git] / ChangeLog
index 0d8c0fc2d819aead3f2880b0df13743c0c89241c..2a17888db37172d4f354a05c35bf154ce814775c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,140 @@
+2006-09-5
+        * the 5th of august... it's dark around me... there are still flies constantly shitting
+          onto my screen's display surface and the search screen works now with new api
+          of libmpdclient. enabled by default.
+
+2006-09-4
+        * tradiaz is temporary maintainer of a special branch of ncmpc now
+          https://svn.musicpd.org/mpd/ncmpc/branches/tradiaz
+          the development will go on there till kaw shows up again
+           contact him: tradiaz .AT. yahoo .DOT. de
+
+        * added a lyrics screen. it downloads and shows lyrics from leoslyrics.com
+          (storing and reading lyrics to come)
+          have a look at the manpage for the lyrics_timeout config file option
+        * catching signal SIGHUP now
+        * host and port of mpd can be specified in the config file now     
+        * libmpdclient update (the experimental search screen is making problems with the it)
+        * enhanced compatibility of Makefile.am for automake       
+        * jat fixed a bug that occured when being in a non existing
+          directory in the browse screen
+
+2006-03-31  Kalle Wallin <kaw@linux.se>
+       * added danish translation from  Mikkel Kirkgaard Nielsen
+
+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-03-28  Jelmer Vernooij <jelmer@samba.org>
+       * libmpdclient.c: Fix ipv6 support
+
+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)
+
+2005-06-01: Kalle Wallin <kaw@linux.se>
+       * main.c: Fixes #0000406, patch from René van Bevern
+       * po/de.po: Updates from René van Bevern
+
+2005-01-24: Kalle Wallin <kaw@linux.se>
+       * ncmpc-0.11.1
+
+2005-01-23: Kalle Wallin <kaw@linux.se>
+       * libmpdclient updated to 2897
+
+2005-01-20: Kalle Wallin <kaw@linux.se>
+       * Added French translations from Yann Cézard
+
+2005-01-19: shb
+       * libmpdclient updated to r2890
+
+2005-01-03:  Kalle Wallin <kaw@linux.se>
+       * 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
+
+2004-12-12  Kalle Wallin <kaw@linux.se>
+       * screen_play.c: Fixed abort (Ctrl-G) handling in the save playlist 
+          prompt
+
+2004-12-09  Kalle Wallin <kaw@linux.se>
+       * strfsong.c: %time% format fix from Aurelien Foret 
+          (use %02d for seconds)
+
+2004-11-14  Kalle Wallin <kaw@linux.se>
+       * Added a search screen 
+       * screen_browse.c: added enqueue and play feature
+       * configure.ac: made mouse support and search screen optional
+
+2004-07-21  Kalle Wallin <kaw@linux.se>
+       * Added Spanish translations from Jose Cedeno
+       * command.c: dont lookup key if key==0 in find_key_command()
+       * screen.c: initialize dummy/last mode id to G_MAXINT
+
+2004-07-13  Kalle Wallin <kaw@linux.se>
+       * 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
+       * r1865
+       
+2004-07-12  Kalle Wallin <kaw@linux.se>
+       * options.c: fixed short option handling for multiple short options 
+         at once (-abcde)
+       * conf.c: removed support for the old configuration syntax
+       * list_window.[c.h]: added LW_HIDE_CURSOR_FLAG
+       * screen_help.c: hide cursor on the help screen, removed build info
+       * configure.ac: added --disable-raw-mode
+       * Added support for SIGSTOP, SIGCONT in raw mode
+       * Mouse support is now optional (enable-mouse)
+       
+2004-07-09  Kalle Wallin <kaw@linux.se>
+       * ncmpc-0.11.0 (r1820)
+
+2004-07-08 Kalle Wallin <kaw@linux.se>
+       * doc/keys.sample: Welcome back
+       * po/de.po: German language update from Mark Daniel Reidel
+
 2004-07-06 Kalle Wallin <kaw@linux.se>
        * configure.ac: display a warning when NLS is disabled
+       * ncmpc-0.11.0-rc1 (r1798)
 
 2004-07-03 Kalle Wallin <kaw@linux.se>
        * wreadln.c, screen_utils.c: ignore mouse events (wgetch)
 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()