Code

Support plchanges
[ncmpc.git] / ChangeLog
1 2004-06-07 Kalle Wallin <kaw@linux.se>
2         *  configure.ac: disable nls if glib is pre 2.4
3         *  mpc.c: added support for the PLCHANGES command
4         
5 2004-06-06 Kalle Wallin <kaw@linux.se>
6         * i18n: ncmpc is now bilingual (sv)
7         * Moved all locale initialization code to main.c
8         * main.c: added bind_textdomain_codeset()       
9         * Added wreadln.c, wreadln.h a simple line editor
10         * screen_utils.c: use wreadln() instead of curses wgetstr()
11         * Added a history for the find command!
12         * Added screen_clock.c an optional clock screen (just for fun)
15 2004-06-05 Kalle Wallin <kaw@linux.se>
16         * Added initial i18n support
17         * Changed directory layout to suit future use of gettext 
18         * Changed the default port to 6600
19         * screen.c: Added mpd update flag [U] and display a status message
20                     when a update has finished
21         * screen.c: Display bit rate instead of time when the total time
22                     is zero and display local time when mpd is stopped.
23         * Addded support for the mpd update command.
26 2004-05-07 Kalle Wallin <kaw@linux.se>
27         * Redesigned ncmpc's color support - view the manual for details!
28         * Added support for moving songs in a playlist (move-up, move-down)
29         * options.c: added new command line options --config and --key-file,
30                      wide_cursor is now enabled by default
31         * screen.c: scroll long song titles in the status window,
32                     dont display volume changes in the status window.
33         
34 2004-05-03 Kalle Wallin <kaw@linux.se>
35         * configure.ac: display default values for --enable-x, 
36                         version updated to 0.10.2-svn
37         * conf.c: The background color can now be assigned to 'none'.
39 2004-04-26 Kalle Wallin <kaw@linux.se>
40         * ncmpc-0.10.1 released (r892)
42 2004-04-23 Kalle Wallin <kaw@linux.se>
43         * Updated Changelog, TODO, NEWS and the manual page.
44         * screen_play.c:  Make shure the cursor stays on the same row when 
45                           deleting a playlist entry.
46         * screen.c: Turn off LINE_COLORS after drawing the top line.
47      
49 2004-04-22 Kalle Wallin <kaw@linux.se>
50         * Added smart delete and add (#0000220), at the moment only used 
51                 when deleting or adding a single song.
52         * mpc.c: make shure selections in the browse screen is updated 
53                  when the playlist updated
54           
55         
56 2004-04-21 Kalle Wallin <kaw@linux.se>
57         * Fixed resize handling (SIGWINCH), problems may still occur when
58           ncmpc is inside some of ncurses [w]getstr functions.
59         
60 2004-04-20 Kalle Wallin <kaw@linux.se>
61         * Added support for seeking 
62         * Added crossfade support
63         * screen.c: Display mpd flags on the second row [rzx]
64         * screen_keydef.c: show a message if changes is not applied
65         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
66                         because the first one failed on darwin.
68 2004-04-19 Kalle Wallin <kaw@linux.se>
69         * Added copyright notice and license notice 
70         * Major cleanup of the 'screen' handling routines. The goal of this 
71           is to simplify addition of 'screens' (like a key editor).
72         * added a key editor -> screen_keydef.c
73         * configure.ac - added a --enable-key-editor to enable/disable the 
74           build in key editor.
75         
77 2004-04-14 Kalle Wallin <kaw@linux.se>
78         * support.c - use screen_status_printf() to display character 
79           conversion errors. Only use stderr if DEBUG is enabled.
80         * screen_file.c - make shure curses repaint the screen when adding 
81           a directory (force a update of the status message).
82         * screen_play.c - highlight and center even when paused.
83         * list_window.c - optional wide cursor (fill to eol).
84         * screen.c - use get_key_names() for the keys displayed in the
85           welcome message (help, playlist, browse).
86         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
87         * conf.c - moved configuration file to ~/.ncmpc/config
88                  - added support for key bindings in ~/.ncmpc/keys
89                  - added support for global configuration in SYSCONFDIR/ncmpc
90                  - added parameter to enable/disable wide cursor
91         * command.c - added command names (used with key bindings)
92                     - added utility functions (for key bindings). 
93         * screen_help.c - cleanup, use key descriptions from command.c
94         * main.c - check key bindings and exit if something is strange.
95         
97 2004-04-13 Kalle Wallin <kaw@linux.se>
98         * list_window.c - use clrtoeol instead of wclear. This improves the
99           speed and removes some flickering.
100         * main.c - poll mpd twice/second instead of once, print a newline 
101           after closing curses.
103 2004-04-12 Kalle Wallin <kaw@linux.se>
104         * ncmcp-0.10.0 released