Code

70aeac6be74342362129985c98675c5fd28805bd
[ncmpc.git] / ChangeLog
1 2006-09-4
2     * tradiaz is temporary maintainer of a special branch of ncmpc now
3       https://svn.musicpd.org/mpd/ncmpc/branches/tradiaz
4       the development will go on there till kaw shows up again
5       contact him: tradiaz .AT. yahoo .DOT. de
7     * added a lyrics screen. it downloads and shows lyrics from leoslyrics.com
8       (storing and reading lyrics to come)
9       have a look at the manpage for the lyrics_timeout config file option
10     * catching signal SIGHUP now
11     * host and port of mpd can be specified in the config file now     
12     * libmpdclient update (the experimental search screen is making problems with the it)
13     * enhanced compatibility of Makefile.am for automake       
14     * jat fixed a bug that occured when being in a non existing
15       directory in the browse screen
17 2006-03-31  Kalle Wallin <kaw@linux.se>
18         * added danish translation from  Mikkel Kirkgaard Nielsen
20 2006-03-28  Kalle Wallin <kaw@linux.se>
21         * wreadln.c: fixed TAB completion support when built with libcursesw
22                      (path from René van Bevern)
23         * unicode fixes from Dmitry Baryshkov
24         * added galician translation from Johám-Luís Miguéns Vila
25         * configure.ac: check for recv/send/gethostbyname/socket/connect in 
26                         -lsocket -lnsl (Tonnerre)
28 2006-03-28  Jelmer Vernooij <jelmer@samba.org>
29         * libmpdclient.c: Fix ipv6 support
31 2006-01-22  Kalle Wallin <kaw@linux.se>
32         * configure.ac: use libcursesw by default
33         * wreadln.c: use wget_wch (wide characters) when built with libcursesw
35 2006-01-17 Kalle Wallin <kaw@linux.se>
36         * Russian translation fix (codepage) from Alexey Ivanov
37         
38 2006-01-16 Jonatan Fors <etnoy@broach.se>
39         * Added timedisplay option (elapsed/remaining)
40         * Fixed db update message
41         * ncmpc.1: Updated and corrected.
43 2005-06-15: Kalle Wallin <kaw@linux.se>
44         * Added configuraton option screen-list
45         * Added configuraton option find-show-last
46         
47 2005-06-14: Kalle Wallin <kaw@linux.se>
48         * Moved list window state code to list_window.c
49         * mpdclient.c: added exact_match parameter to 
50           mpdclient_filelist_search()
51         * screen_artist.c: support adding of artists and albums (all songs)
53 2005-06-11: Kalle Wallin <kaw@linux.se>
54         * configure.ac: support wide-char ncurses library (--with-ncursesw)
55         * support.c: added my_strlen for wide-char strings
56         
57 2005-06-06: Kalle Wallin <kaw@linux.se>
58         * Added Norwegian translations from Ole R. Thorsen
59         * Added an artist (browser) screen
60         
61 2005-06-03: Kalle Wallin <kaw@linux.se>
62         * Seek time can now be defined in the conf file (seek-time)
63         * Added a "hide cursor" feature #0000417 (hide-cursor)
65 2005-06-01: Kalle Wallin <kaw@linux.se>
66         * main.c: Fixes #0000406, patch from René van Bevern
67         * po/de.po: Updates from René van Bevern
69 2005-01-24: Kalle Wallin <kaw@linux.se>
70         * ncmpc-0.11.1
72 2005-01-23: Kalle Wallin <kaw@linux.se>
73         * libmpdclient updated to 2897
75 2005-01-20: Kalle Wallin <kaw@linux.se>
76         * Added French translations from Yann Cézard
78 2005-01-19: shb
79         * libmpdclient updated to r2890
81 2005-01-03:  Kalle Wallin <kaw@linux.se>
82         * Added Russian translations from Nikolay Pavlov
84 2004-12-19: Kalle Wallin <kaw@linux.se>
85         * Bugfixes from Niko Tyni, survive select/find operations on an 
86           empty list
88 2004-12-12  Kalle Wallin <kaw@linux.se>
89         * screen_play.c: Fixed abort (Ctrl-G) handling in the save playlist 
90           prompt
92 2004-12-09  Kalle Wallin <kaw@linux.se>
93         * strfsong.c: %time% format fix from Aurelien Foret 
94           (use %02d for seconds)
96 2004-11-14  Kalle Wallin <kaw@linux.se>
97         * Added a search screen 
98         * screen_browse.c: added enqueue and play feature
99         * configure.ac: made mouse support and search screen optional
101 2004-07-21  Kalle Wallin <kaw@linux.se>
102         * Added Spanish translations from Jose Cedeno
103         * command.c: dont lookup key if key==0 in find_key_command()
104         * screen.c: initialize dummy/last mode id to G_MAXINT
106 2004-07-13  Kalle Wallin <kaw@linux.se>
107         * command.c: added my_wgetch() function, 
108           Ctrl-C, Ctrl-Z are now hard coded to SIGINT and SIGSTOP
109         * options.c: added options --mouse and --no-mouse
110         * crossfade-time can now be definied in the conf file
111         * r1865
112         
113 2004-07-12  Kalle Wallin <kaw@linux.se>
114         * options.c: fixed short option handling for multiple short options 
115           at once (-abcde)
116         * conf.c: removed support for the old configuration syntax
117         * list_window.[c.h]: added LW_HIDE_CURSOR_FLAG
118         * screen_help.c: hide cursor on the help screen, removed build info
119         * configure.ac: added --disable-raw-mode
120         * Added support for SIGSTOP, SIGCONT in raw mode
121         * Mouse support is now optional (enable-mouse)
122         
123 2004-07-09  Kalle Wallin <kaw@linux.se>
124         * ncmpc-0.11.0 (r1820)
126 2004-07-08 Kalle Wallin <kaw@linux.se>
127         * doc/keys.sample: Welcome back
128         * po/de.po: German language update from Mark Daniel Reidel
130 2004-07-06 Kalle Wallin <kaw@linux.se>
131         * configure.ac: display a warning when NLS is disabled
132         * ncmpc-0.11.0-rc1 (r1798)
134 2004-07-03 Kalle Wallin <kaw@linux.se>
135         * wreadln.c, screen_utils.c: ignore mouse events (wgetch)
136         * Changed the debug macro D() into a function (--debug now works)
137         * Added german translations from Ingmar Gebert (Ogig)
138         * support.h, screen.h: using GTime instead of time_t
140 2004-07-02 Kalle Wallin <kaw@linux.se>
141         * options.c: improved error handling in the argv parser
142         * screen_play.c: scroll up when moving a item uppwards
143         * mpdclient.c: redesigned the plchanges code (its now based on 
144           qball's)
145         * Added ncurses basic mouse support (playlist and browse screens)
147 2004-07-01 Kalle Wallin <kaw@linux.se>
148         * support.[c|h]: removed the trim() function
149         * screen_play.c: use glib's g_strstrip() instead of trim()
150         * options.c: removed popt code
152 2004-06-29
153         * command.h: added flags to command_definition_t.
154         * command.c: only save keys with a COMMAND_KEY_MODIFIED flag
155           (dont write all key bindings when saving ~/.ncmpc/keys)
156         * screen_keydef.c: highlight conflicting key bindings
157         * libmpdclient: updated to r1513
159 2004-06-24 Kalle Wallin <kaw@linux.se>
160         * Added configuraton option set-xterm-title xterm-title-format,
161           the xterm title can now include song information
163 2004-06-22 Kalle Wallin <kaw@linux.se>
164         * Added configuraton options audible-bell, visible-bell, wrap-around,
165           find-wrap
166         * screen_utils.c: added screen_bell() for audible/visible bells
167         * list_window.c: add optional wrapped movement 
168         * ncmpc.h: Make shure the dummy debug macro survives the OSX 
169           preprocessor
170         * command.c: Changed key bindings: Ctrl-K=move-up, Ctrl-J=move-down,
171           Ctrl-L=update
172         * Made shure the screen is repainted on CMD_SCREEN_UPDATE
173         
175 2004-06-17 Kalle Wallin <kaw@linux.se>
176         * screen_file.c: let mpd add directories (just send the path)
177         * main.c: only set xterm title if DEBUG is defined
178         * mpdclient.[c|h]: added _utf8 suffix to all functions that take 
179           utf8 arguments.
180         * command.c: Support cursor/down with j and k
181         
182 2004-06-17 Kalle Wallin <kaw@linux.se>
183         * screen_utils.c: fixed the display of completion lists
184         * wreadln.c: try to complete even if the line is empty
185         * utils.c: added type argument to gcmp_list_from_path()
186         * screen_play.c: added completion support to handle_save_playlist()
187         * command.[c|h]: check_key_bindings() can now write an error messages
188           to a buffer instead of stderr
189         * main.c: display errors without exiting when key bindings are broken
190         * screen_help.c: added the add command to the help screen
192 2004-06-17 Kalle Wallin <kaw@linux.se>
193         * Added a add command, used to add urls or files to the playlist, 
194           with file completion.
197 2004-06-16 Kalle Wallin <kaw@linux.se>
198         * mpdclient.c: enabled plchanges, make shure the playlist length is 
199           updated when removing songs
201 2004-06-16 Kalle Wallin <kaw@linux.se>
202         * libmpdclient updated (r1507)
203         * mpdclient: add path to mpdclient_cmd_db_update() 
204         * screen_file.c: Use current path when updating the db 
206 2004-06-15 Kalle Wallin <kaw@linux.se>
207         * conf.c: Replaced '_' with '-' in configuration field names
208         * conf.c: Added support for cusomized format strings with 
209                   list-format and status-format
210         * options.c: Added status_format, list_format fields
211         * mpdclient.c: disable plchanges (needs more work),
212           update the song position fields in mpdclient_cmd_move, 
213           use song id's by default (define ENABLE_SONG_ID), disable plchanges
214         * screen_play.c: Offer to overwrite when saving playlists
215         * screen_utils.c: Use the alert color in screen_readln()
216         
218 2004-06-14 Kalle Wallin <kaw@linux.se>
219         * libmpdclient updated (r1482)
220         * Major cleanup of the mpd client code (mpc->mpdclient)
221           including error callbacks and playlist (changes) callbacks 
222         * strfsong: added a modified version of mpc's songToFormatedString
223         * screen_file.c: added position history (feature #0000233)
226 2004-06-09 Kalle Wallin <kaw@linux.se>
227         * Use the teminal in raw  mode (ignore interrupt,quit,suspend, and 
228           flow control characters)
229         * command.*: Added the get_keyboard_command_with_timeout() function
230         * main.c: Redesigned the reconnect code to allow user interrupt
231         * screen*: Changed title and arguments for get_title callback() 
232         * support.c: moved utility function for scrolling
233         * list_window.c: fixed a small layout bug in list_window_paint()
236 2004-06-08 Kalle Wallin <kaw@linux.se>
237         * mpc.c: Dont use basename on stream urls (get_song_name2)
239 2004-06-07 Kalle Wallin <kaw@linux.se>
240         * configure.ac: disable nls if glib is pre 2.4
241         * mpc.c: added support for the PLCHANGES command
242         * screen_clock.c: fixed resize handling
243         
244 2004-06-06 Kalle Wallin <kaw@linux.se>
245         * i18n: ncmpc is now bilingual (sv)
246         * Moved all locale initialization code to main.c
247         * main.c: added bind_textdomain_codeset()       
248         * Added wreadln.c, wreadln.h a simple line editor
249         * screen_utils.c: use wreadln() instead of curses wgetstr()
250         * Added find history
251         * Added screen_clock.c an optional clock screen (just for fun)
254 2004-06-05 Kalle Wallin <kaw@linux.se>
255         * Added initial i18n support
256         * Changed directory layout to suit future use of gettext 
257         * Changed the default port to 6600
258         * screen.c: Added mpd update flag [U] and display a status message
259                     when a update has finished
260         * screen.c: Display bit rate instead of time when the total time
261                     is zero and display local time when mpd is stopped.
262         * Addded support for the mpd update command.
265 2004-05-07 Kalle Wallin <kaw@linux.se>
266         * Redesigned ncmpc's color support - view the manual for details!
267         * Added support for moving songs in a playlist (move-up, move-down)
268         * options.c: added new command line options --config and --key-file,
269                      wide_cursor is now enabled by default
270         * screen.c: scroll long song titles in the status window,
271                     dont display volume changes in the status window.
272         
273 2004-05-03 Kalle Wallin <kaw@linux.se>
274         * configure.ac: display default values for --enable-x, 
275                         version updated to 0.10.2-svn
276         * conf.c: The background color can now be assigned to 'none'.
278 2004-04-26 Kalle Wallin <kaw@linux.se>
279         * ncmpc-0.10.1 released (r892)
281 2004-04-23 Kalle Wallin <kaw@linux.se>
282         * Updated Changelog, TODO, NEWS and the manual page.
283         * screen_play.c:  Make shure the cursor stays on the same row when 
284                           deleting a playlist entry.
285         * screen.c: Turn off LINE_COLORS after drawing the top line.
286      
288 2004-04-22 Kalle Wallin <kaw@linux.se>
289         * Added smart delete and add (#0000220), at the moment only used 
290                 when deleting or adding a single song.
291         * mpc.c: make shure selections in the browse screen is updated 
292                  when the playlist updated
293           
294         
295 2004-04-21 Kalle Wallin <kaw@linux.se>
296         * Fixed resize handling (SIGWINCH), problems may still occur when
297           ncmpc is inside some of ncurses [w]getstr functions.
298         
299 2004-04-20 Kalle Wallin <kaw@linux.se>
300         * Added support for seeking 
301         * Added crossfade support
302         * screen.c: Display mpd flags on the second row [rzx]
303         * screen_keydef.c: show a message if changes is not applied
304         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
305                         because the first one failed on darwin.
307 2004-04-19 Kalle Wallin <kaw@linux.se>
308         * Added copyright notice and license notice 
309         * Major cleanup of the 'screen' handling routines. The goal of this 
310           is to simplify addition of 'screens' (like a key editor).
311         * added a key editor -> screen_keydef.c
312         * configure.ac - added a --enable-key-editor to enable/disable the 
313           build in key editor.
314         
316 2004-04-14 Kalle Wallin <kaw@linux.se>
317         * support.c - use screen_status_printf() to display character 
318           conversion errors. Only use stderr if DEBUG is enabled.
319         * screen_file.c - make shure curses repaint the screen when adding 
320           a directory (force a update of the status message).
321         * screen_play.c - highlight and center even when paused.
322         * list_window.c - optional wide cursor (fill to eol).
323         * screen.c - use get_key_names() for the keys displayed in the
324           welcome message (help, playlist, browse).
325         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
326         * conf.c - moved configuration file to ~/.ncmpc/config
327                  - added support for key bindings in ~/.ncmpc/keys
328                  - added support for global configuration in SYSCONFDIR/ncmpc
329                  - added parameter to enable/disable wide cursor
330         * command.c - added command names (used with key bindings)
331                     - added utility functions (for key bindings). 
332         * screen_help.c - cleanup, use key descriptions from command.c
333         * main.c - check key bindings and exit if something is strange.
334         
336 2004-04-13 Kalle Wallin <kaw@linux.se>
337         * list_window.c - use clrtoeol instead of wclear. This improves the
338           speed and removes some flickering.
339         * main.c - poll mpd twice/second instead of once, print a newline 
340           after closing curses.
342 2004-04-12 Kalle Wallin <kaw@linux.se>
343         * ncmcp-0.10.0 released