Code

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