From 72e786ae302df7434defcfe80dbe7367bfdc7e53 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Wed, 14 Apr 2004 20:38:51 +0000 Subject: [PATCH] Updated ChangeLog. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@764 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- ChangeLog | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 69c8aea..d480c9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ +2004-04-14 Kalle Wallin + * 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 + * 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 + * ncmcp-0.10.0 released + + + -- 2.30.2