Code

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