Code

Redesigned ncmpc's color support
[ncmpc.git] / ChangeLog
1 2004-05-07 Kalle Wallin <kaw@linux.se>
2         * Redesigned ncmpc's color support - view the manual for details!
3         * Added support for moving songs in a playlist (move-up, move-down)
4         * options.c: added new command line options --config and --key-file,
5                      wide_cursor is now enabled by default
6         * screen.c: scroll long song titles in the status window,
7                     dont display volume changes in the status window.
8         
9 2004-05-03 Kalle Wallin <kaw@linux.se>
10         * configure.ac: display default values for --enable-x, 
11                         version updated to 0.10.2-svn
12         * conf.c: The background color can now be assigned to 'none'.
14 2004-04-26 Kalle Wallin <kaw@linux.se>
15         * ncmpc-0.10.1 released (r892)
17 2004-04-23 Kalle Wallin <kaw@linux.se>
18         * Updated Changelog, TODO, NEWS and the manual page.
19         * screen_play.c:  Make shure the cursor stays on the same row when 
20                           deleting a playlist entry.
21         * screen.c: Turn off LINE_COLORS after drawing the top line.
22      
24 2004-04-22 Kalle Wallin <kaw@linux.se>
25         * Added smart delete and add (#0000220), at the moment only used 
26                 when deleting or adding a single song.
27         * mpc.c: make shure selections in the browse screen is updated 
28                  when the playlist updated
29           
30         
31 2004-04-21 Kalle Wallin <kaw@linux.se>
32         * Fixed resize handling (SIGWINCH), problems may still occur when
33           ncmpc is inside some of ncurses [w]getstr functions.
34         
35 2004-04-20 Kalle Wallin <kaw@linux.se>
36         * Added support for seeking 
37         * Added crossfade support
38         * screen.c: Display mpd flags on the second row [rzx]
39         * screen_keydef.c: show a message if changes is not applied
40         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
41                         because the first one failed on darwin.
43 2004-04-19 Kalle Wallin <kaw@linux.se>
44         * Added copyright notice and license notice 
45         * Major cleanup of the 'screen' handling routines. The goal of this 
46           is to simplify addition of 'screens' (like a key editor).
47         * added a key editor -> screen_keydef.c
48         * configure.ac - added a --enable-key-editor to enable/disable the 
49           build in key editor.
50         
52 2004-04-14 Kalle Wallin <kaw@linux.se>
53         * support.c - use screen_status_printf() to display character 
54           conversion errors. Only use stderr if DEBUG is enabled.
55         * screen_file.c - make shure curses repaint the screen when adding 
56           a directory (force a update of the status message).
57         * screen_play.c - highlight and center even when paused.
58         * list_window.c - optional wide cursor (fill to eol).
59         * screen.c - use get_key_names() for the keys displayed in the
60           welcome message (help, playlist, browse).
61         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
62         * conf.c - moved configuration file to ~/.ncmpc/config
63                  - added support for key bindings in ~/.ncmpc/keys
64                  - added support for global configuration in SYSCONFDIR/ncmpc
65                  - added parameter to enable/disable wide cursor
66         * command.c - added command names (used with key bindings)
67                     - added utility functions (for key bindings). 
68         * screen_help.c - cleanup, use key descriptions from command.c
69         * main.c - check key bindings and exit if something is strange.
70         
72 2004-04-13 Kalle Wallin <kaw@linux.se>
73         * list_window.c - use clrtoeol instead of wclear. This improves the
74           speed and removes some flickering.
75         * main.c - poll mpd twice/second instead of once, print a newline 
76           after closing curses.
78 2004-04-12 Kalle Wallin <kaw@linux.se>
79         * ncmcp-0.10.0 released