diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:38:51 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:38:51 +0000 |
commit | 72e786ae302df7434defcfe80dbe7367bfdc7e53 (patch) | |
tree | b308d23bdaa89b15d74f1312e1efd9fb093081f0 | |
parent | 6a668b99c0f2d3321f2ec0ef8436a29a70789ea7 (diff) | |
download | mpd-72e786ae302df7434defcfe80dbe7367bfdc7e53.tar.gz mpd-72e786ae302df7434defcfe80dbe7367bfdc7e53.tar.xz mpd-72e786ae302df7434defcfe80dbe7367bfdc7e53.zip |
Updated ChangeLog.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@764 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -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 + + + |