Code

Updated ChangeLog.
authorKalle Wallin <kaw@linux.se>
Wed, 14 Apr 2004 20:38:51 +0000 (20:38 +0000)
committerKalle Wallin <kaw@linux.se>
Wed, 14 Apr 2004 20:38:51 +0000 (20:38 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@764 09075e82-0dd4-0310-85a5-a0d7c8717e4f

ChangeLog

index 69c8aea4d4a3d8152ee41b9e95c5c22b3fe95bec..d480c9ba889f238ad2025d59b46e47229e7cb050 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
+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.
        
-0.10.0 * First version of ncmpc
+
+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/seconed instead of once, print a newline 
+         after closing curses.
+
+2004-04-12 Kalle Wallin <kaw@linux.se>
+       * ncmcp-0.10.0 released
+
+
+