Code

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