Code

d2ab05d22362b2050a951c368c770708909fe2a5
[ncmpc.git] / ChangeLog
1 2004-04-20 Kalle Wallin <kaw@linux.se>
2         * Added support for seeking 
3         * Added crossfade support
4         * screen.c: Display mpd flags on the second row [rzx]
5         * screen_keydef.c: show a message if changes is not applied
6         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
7                         because the first one failed on darwin.
9 2004-04-19 Kalle Wallin <kaw@linux.se>
10         * Added copyright notice and license notice 
11         * Major cleanup of the 'screen' handling routines. The goal of this 
12           is to simplify addition of 'screens' (like a key editor).
13         * added a key editor -> screen_keydef.c
14         * configure.ac - added a --enable-key-editor to enable/disable the 
15           build in key editor.
16         
18 2004-04-14 Kalle Wallin <kaw@linux.se>
19         * support.c - use screen_status_printf() to display character 
20           conversion errors. Only use stderr if DEBUG is enabled.
21         * screen_file.c - make shure curses repaint the screen when adding 
22           a directory (force a update of the status message).
23         * screen_play.c - highlight and center even when paused.
24         * list_window.c - optional wide cursor (fill to eol).
25         * screen.c - use get_key_names() for the keys displayed in the
26           welcome message (help, playlist, browse).
27         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
28         * conf.c - moved configuration file to ~/.ncmpc/config
29                  - added support for key bindings in ~/.ncmpc/keys
30                  - added support for global configuration in SYSCONFDIR/ncmpc
31                  - added parameter to enable/disable wide cursor
32         * command.c - added command names (used with key bindings)
33                     - added utility functions (for key bindings). 
34         * screen_help.c - cleanup, use key descriptions from command.c
35         * main.c - check key bindings and exit if something is strange.
36         
38 2004-04-13 Kalle Wallin <kaw@linux.se>
39         * list_window.c - use clrtoeol instead of wclear. This improves the
40           speed and removes some flickering.
41         * main.c - poll mpd twice/second instead of once, print a newline 
42           after closing curses.
44 2004-04-12 Kalle Wallin <kaw@linux.se>
45         * ncmcp-0.10.0 released