Code

Changed option syntax and added list-format and status-format to CONFIGURATION
[ncmpc.git] / ChangeLog
1 2004-06-16 Kalle Wallin <kaw@linux.se>
2         * libmpdclient updated (r1507)
3         * mpdclient: add path to mpdclient_cmd_db_update() 
4         * screen_file.c: Use current path when updating the db (browse screen)
6 2004-06-15 Kalle Wallin <kaw@linux.se>
7         * conf.c: Replaced '_' with '-' in configuration field names
8         * conf.c: Added support for cusomized format strings with 
9                   list-format and status-format
10         * options.c: Added status_format, list_format fields
11         * mpdclient.c: Sort playlist if needed after plchanges, 
12           update the song position fields in mpdclient_cmd_move, 
13           use song id's by default (define ENABLE_SONG_ID), disable plchanges
14         * screen_play.c: Offer to overwrite when saving playlists
15         * screen_utils.c: Use the alert color in screen_readln()
16         
18 2004-06-14 Kalle Wallin <kaw@linux.se>
19         * libmpdclient updated (r1482)
20         * Major cleanup of the mpd client code (mpc->mpdclient)
21           including error callbacks and playlist (changes) callbacks 
22         * strfsong: added a modified version of mpc's songToFormatedString
23         * screen_file.c: added position history (feature #0000233)
26 2004-06-09 Kalle Wallin <kaw@linux.se>
27         * Use the teminal in raw  mode (ignore interrupt,quit,suspend, and 
28           flow control characters)
29         * command.*: Added the get_keyboard_command_with_timeout() function
30         * main.c: Redesigned the reconnect code to allow user interrupt
31         * screen*: Changed arguments to the get_title callback (and the title)
32         * support.c: moved utility function for scrolling
33         * list_window.c: fixed a small layout bug in list_window_paint()
36 2004-06-08 Kalle Wallin <kaw@linux.se>
37         * mpc.c: Dont use basename on stream urls (get_song_name2)
39 2004-06-07 Kalle Wallin <kaw@linux.se>
40         * configure.ac: disable nls if glib is pre 2.4
41         * mpc.c: added support for the PLCHANGES command
42         * screen_clock.c: fixed resize handling
43         
44 2004-06-06 Kalle Wallin <kaw@linux.se>
45         * i18n: ncmpc is now bilingual (sv)
46         * Moved all locale initialization code to main.c
47         * main.c: added bind_textdomain_codeset()       
48         * Added wreadln.c, wreadln.h a simple line editor
49         * screen_utils.c: use wreadln() instead of curses wgetstr()
50         * Added find history
51         * Added screen_clock.c an optional clock screen (just for fun)
54 2004-06-05 Kalle Wallin <kaw@linux.se>
55         * Added initial i18n support
56         * Changed directory layout to suit future use of gettext 
57         * Changed the default port to 6600
58         * screen.c: Added mpd update flag [U] and display a status message
59                     when a update has finished
60         * screen.c: Display bit rate instead of time when the total time
61                     is zero and display local time when mpd is stopped.
62         * Addded support for the mpd update command.
65 2004-05-07 Kalle Wallin <kaw@linux.se>
66         * Redesigned ncmpc's color support - view the manual for details!
67         * Added support for moving songs in a playlist (move-up, move-down)
68         * options.c: added new command line options --config and --key-file,
69                      wide_cursor is now enabled by default
70         * screen.c: scroll long song titles in the status window,
71                     dont display volume changes in the status window.
72         
73 2004-05-03 Kalle Wallin <kaw@linux.se>
74         * configure.ac: display default values for --enable-x, 
75                         version updated to 0.10.2-svn
76         * conf.c: The background color can now be assigned to 'none'.
78 2004-04-26 Kalle Wallin <kaw@linux.se>
79         * ncmpc-0.10.1 released (r892)
81 2004-04-23 Kalle Wallin <kaw@linux.se>
82         * Updated Changelog, TODO, NEWS and the manual page.
83         * screen_play.c:  Make shure the cursor stays on the same row when 
84                           deleting a playlist entry.
85         * screen.c: Turn off LINE_COLORS after drawing the top line.
86      
88 2004-04-22 Kalle Wallin <kaw@linux.se>
89         * Added smart delete and add (#0000220), at the moment only used 
90                 when deleting or adding a single song.
91         * mpc.c: make shure selections in the browse screen is updated 
92                  when the playlist updated
93           
94         
95 2004-04-21 Kalle Wallin <kaw@linux.se>
96         * Fixed resize handling (SIGWINCH), problems may still occur when
97           ncmpc is inside some of ncurses [w]getstr functions.
98         
99 2004-04-20 Kalle Wallin <kaw@linux.se>
100         * Added support for seeking 
101         * Added crossfade support
102         * screen.c: Display mpd flags on the second row [rzx]
103         * screen_keydef.c: show a message if changes is not applied
104         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
105                         because the first one failed on darwin.
107 2004-04-19 Kalle Wallin <kaw@linux.se>
108         * Added copyright notice and license notice 
109         * Major cleanup of the 'screen' handling routines. The goal of this 
110           is to simplify addition of 'screens' (like a key editor).
111         * added a key editor -> screen_keydef.c
112         * configure.ac - added a --enable-key-editor to enable/disable the 
113           build in key editor.
114         
116 2004-04-14 Kalle Wallin <kaw@linux.se>
117         * support.c - use screen_status_printf() to display character 
118           conversion errors. Only use stderr if DEBUG is enabled.
119         * screen_file.c - make shure curses repaint the screen when adding 
120           a directory (force a update of the status message).
121         * screen_play.c - highlight and center even when paused.
122         * list_window.c - optional wide cursor (fill to eol).
123         * screen.c - use get_key_names() for the keys displayed in the
124           welcome message (help, playlist, browse).
125         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
126         * conf.c - moved configuration file to ~/.ncmpc/config
127                  - added support for key bindings in ~/.ncmpc/keys
128                  - added support for global configuration in SYSCONFDIR/ncmpc
129                  - added parameter to enable/disable wide cursor
130         * command.c - added command names (used with key bindings)
131                     - added utility functions (for key bindings). 
132         * screen_help.c - cleanup, use key descriptions from command.c
133         * main.c - check key bindings and exit if something is strange.
134         
136 2004-04-13 Kalle Wallin <kaw@linux.se>
137         * list_window.c - use clrtoeol instead of wclear. This improves the
138           speed and removes some flickering.
139         * main.c - poll mpd twice/second instead of once, print a newline 
140           after closing curses.
142 2004-04-12 Kalle Wallin <kaw@linux.se>
143         * ncmcp-0.10.0 released