Code

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