Code

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