Code

Crossfade time can now be definied in the rc file (crossfade-time)
[ncmpc.git] / ChangeLog
index 87003937e8ae596de5f01c84363c1b926f5ad714..1978644f2ae69183812d1cec471af7a43f204f32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
+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 (crossfade-time)
+       
+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 released (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