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. 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