Code

87003937e8ae596de5f01c84363c1b926f5ad714
[ncmpc.git] / ChangeLog
1 2004-07-08 Kalle Wallin <kaw@linux.se>
2         * doc/keys.sample: Welcome back
4 2004-07-06 Kalle Wallin <kaw@linux.se>
5         * configure.ac: display a warning when NLS is disabled
6         * ncmpc-0.11.0-rc1 (r1798)
8 2004-07-03 Kalle Wallin <kaw@linux.se>
9         * wreadln.c, screen_utils.c: ignore mouse events (wgetch)
10         * Changed the debug macro D() into a function (--debug now works)
11         * Added german translations from Ingmar Gebert (Ogig)
12         * support.h, screen.h: using GTime instead of time_t
14 2004-07-02 Kalle Wallin <kaw@linux.se>
15         * options.c: improved error handling in the argv parser
16         * screen_play.c: scroll up when moving a item uppwards
17         * mpdclient.c: redesigned the plchanges code (its now based on qball's)
18         * Added ncurses basic mouse support (playlist and browse screens)
20 2004-07-01 Kalle Wallin <kaw@linux.se>
21         * support.[c|h]: removed the trim() function
22         * screen_play.c: use glib's g_strstrip() instead of trim()
23         * options.c: removed popt code
25 2004-06-29
26         * command.h: added flags to command_definition_t.
27         * command.c: only save keys with a COMMAND_KEY_MODIFIED flag
28           (dont write all key bindings when saving ~/.ncmpc/keys)
29         * screen_keydef.c: highlight conflicting key bindings
30         * libmpdclient: updated to r1513
32 2004-06-24 Kalle Wallin <kaw@linux.se>
33         * Added configuraton option set-xterm-title xterm-title-format,
34           the xterm title can now include song information
36 2004-06-22 Kalle Wallin <kaw@linux.se>
37         * Added configuraton options audible-bell, visible-bell, wrap-around,
38           find-wrap
39         * screen_utils.c: added screen_bell() for audible/visible bells
40         * list_window.c: add optional wrapped movement 
41         * ncmpc.h: Make shure the dummy debug macro survives the OSX 
42           preprocessor
43         * command.c: Changed key bindings: Ctrl-K=move-up, Ctrl-J=move-down,
44           Ctrl-L=update
45         * Made shure the screen is repainted on CMD_SCREEN_UPDATE
46         
48 2004-06-17 Kalle Wallin <kaw@linux.se>
49         * screen_file.c: let mpd add directories (just send the path)
50         * main.c: only set xterm title if DEBUG is defined
51         * mpdclient.[c|h]: added _utf8 suffix to all functions that take utf8 
52                            arguments.
53         * command.c: Support cursor/down with j and k
54         
55 2004-06-17 Kalle Wallin <kaw@linux.se>
56         * screen_utils.c: fixed the display of completion lists
57         * wreadln.c: try to complete even if the line is empty
58         * utils.c: added type argument to gcmp_list_from_path()
59         * screen_play.c: added completion support to handle_save_playlist()
60         * command.[c|h]: check_key_bindings() can now write an error messages 
61                          to a buffer instead of stderr
62         * main.c: display errors without exiting when key bindings are broken
63         * screen_help.c: added the add command to the help screen
65 2004-06-17 Kalle Wallin <kaw@linux.se>
66         * Added a add command, used to add urls or files to the playlist, with
67           file completion.
70 2004-06-16 Kalle Wallin <kaw@linux.se>
71         * mpdclient.c: enabled plchanges, make shure the playlist length is 
72           updated when removing songs
74 2004-06-16 Kalle Wallin <kaw@linux.se>
75         * libmpdclient updated (r1507)
76         * mpdclient: add path to mpdclient_cmd_db_update() 
77         * screen_file.c: Use current path when updating the db (browse screen)
79 2004-06-15 Kalle Wallin <kaw@linux.se>
80         * conf.c: Replaced '_' with '-' in configuration field names
81         * conf.c: Added support for cusomized format strings with 
82                   list-format and status-format
83         * options.c: Added status_format, list_format fields
84         * mpdclient.c: disable plchanges (needs more work),
85           update the song position fields in mpdclient_cmd_move, 
86           use song id's by default (define ENABLE_SONG_ID), disable plchanges
87         * screen_play.c: Offer to overwrite when saving playlists
88         * screen_utils.c: Use the alert color in screen_readln()
89         
91 2004-06-14 Kalle Wallin <kaw@linux.se>
92         * libmpdclient updated (r1482)
93         * Major cleanup of the mpd client code (mpc->mpdclient)
94           including error callbacks and playlist (changes) callbacks 
95         * strfsong: added a modified version of mpc's songToFormatedString
96         * screen_file.c: added position history (feature #0000233)
99 2004-06-09 Kalle Wallin <kaw@linux.se>
100         * Use the teminal in raw  mode (ignore interrupt,quit,suspend, and 
101           flow control characters)
102         * command.*: Added the get_keyboard_command_with_timeout() function
103         * main.c: Redesigned the reconnect code to allow user interrupt
104         * screen*: Changed arguments to the get_title callback (and the title)
105         * support.c: moved utility function for scrolling
106         * list_window.c: fixed a small layout bug in list_window_paint()
109 2004-06-08 Kalle Wallin <kaw@linux.se>
110         * mpc.c: Dont use basename on stream urls (get_song_name2)
112 2004-06-07 Kalle Wallin <kaw@linux.se>
113         * configure.ac: disable nls if glib is pre 2.4
114         * mpc.c: added support for the PLCHANGES command
115         * screen_clock.c: fixed resize handling
116         
117 2004-06-06 Kalle Wallin <kaw@linux.se>
118         * i18n: ncmpc is now bilingual (sv)
119         * Moved all locale initialization code to main.c
120         * main.c: added bind_textdomain_codeset()       
121         * Added wreadln.c, wreadln.h a simple line editor
122         * screen_utils.c: use wreadln() instead of curses wgetstr()
123         * Added find history
124         * Added screen_clock.c an optional clock screen (just for fun)
127 2004-06-05 Kalle Wallin <kaw@linux.se>
128         * Added initial i18n support
129         * Changed directory layout to suit future use of gettext 
130         * Changed the default port to 6600
131         * screen.c: Added mpd update flag [U] and display a status message
132                     when a update has finished
133         * screen.c: Display bit rate instead of time when the total time
134                     is zero and display local time when mpd is stopped.
135         * Addded support for the mpd update command.
138 2004-05-07 Kalle Wallin <kaw@linux.se>
139         * Redesigned ncmpc's color support - view the manual for details!
140         * Added support for moving songs in a playlist (move-up, move-down)
141         * options.c: added new command line options --config and --key-file,
142                      wide_cursor is now enabled by default
143         * screen.c: scroll long song titles in the status window,
144                     dont display volume changes in the status window.
145         
146 2004-05-03 Kalle Wallin <kaw@linux.se>
147         * configure.ac: display default values for --enable-x, 
148                         version updated to 0.10.2-svn
149         * conf.c: The background color can now be assigned to 'none'.
151 2004-04-26 Kalle Wallin <kaw@linux.se>
152         * ncmpc-0.10.1 released (r892)
154 2004-04-23 Kalle Wallin <kaw@linux.se>
155         * Updated Changelog, TODO, NEWS and the manual page.
156         * screen_play.c:  Make shure the cursor stays on the same row when 
157                           deleting a playlist entry.
158         * screen.c: Turn off LINE_COLORS after drawing the top line.
159      
161 2004-04-22 Kalle Wallin <kaw@linux.se>
162         * Added smart delete and add (#0000220), at the moment only used 
163                 when deleting or adding a single song.
164         * mpc.c: make shure selections in the browse screen is updated 
165                  when the playlist updated
166           
167         
168 2004-04-21 Kalle Wallin <kaw@linux.se>
169         * Fixed resize handling (SIGWINCH), problems may still occur when
170           ncmpc is inside some of ncurses [w]getstr functions.
171         
172 2004-04-20 Kalle Wallin <kaw@linux.se>
173         * Added support for seeking 
174         * Added crossfade support
175         * screen.c: Display mpd flags on the second row [rzx]
176         * screen_keydef.c: show a message if changes is not applied
177         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
178                         because the first one failed on darwin.
180 2004-04-19 Kalle Wallin <kaw@linux.se>
181         * Added copyright notice and license notice 
182         * Major cleanup of the 'screen' handling routines. The goal of this 
183           is to simplify addition of 'screens' (like a key editor).
184         * added a key editor -> screen_keydef.c
185         * configure.ac - added a --enable-key-editor to enable/disable the 
186           build in key editor.
187         
189 2004-04-14 Kalle Wallin <kaw@linux.se>
190         * support.c - use screen_status_printf() to display character 
191           conversion errors. Only use stderr if DEBUG is enabled.
192         * screen_file.c - make shure curses repaint the screen when adding 
193           a directory (force a update of the status message).
194         * screen_play.c - highlight and center even when paused.
195         * list_window.c - optional wide cursor (fill to eol).
196         * screen.c - use get_key_names() for the keys displayed in the
197           welcome message (help, playlist, browse).
198         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
199         * conf.c - moved configuration file to ~/.ncmpc/config
200                  - added support for key bindings in ~/.ncmpc/keys
201                  - added support for global configuration in SYSCONFDIR/ncmpc
202                  - added parameter to enable/disable wide cursor
203         * command.c - added command names (used with key bindings)
204                     - added utility functions (for key bindings). 
205         * screen_help.c - cleanup, use key descriptions from command.c
206         * main.c - check key bindings and exit if something is strange.
207         
209 2004-04-13 Kalle Wallin <kaw@linux.se>
210         * list_window.c - use clrtoeol instead of wclear. This improves the
211           speed and removes some flickering.
212         * main.c - poll mpd twice/second instead of once, print a newline 
213           after closing curses.
215 2004-04-12 Kalle Wallin <kaw@linux.se>
216         * ncmcp-0.10.0 released