Code

added type argument to gcmp_list_from_path()
[ncmpc.git] / ChangeLog
1 2004-06-17 Kalle Wallin <kaw@linux.se>
2         * screen_utils.c: fixed the display of completion lists
3         * wreadln.c: try to complete even if the line is empty
4         * utils.c: added type argument to gcmp_list_from_path()
5         * screen_play.c: added completion support to handle_save_playlist()
6         * command.[c|h]: check_key_bindings() can now write an error messages 
7                          to a buffer instead of stderr
8         * main.c: display errors without exiting when key bindings are broken
10 2004-06-17 Kalle Wallin <kaw@linux.se>
11         * Added a add command, used to add urls or files to the playlist, with
12           file completion.
15 2004-06-16 Kalle Wallin <kaw@linux.se>
16         * mpdclient.c: enabled plchanges, make shure the playlist length is 
17           updated when removing songs
19 2004-06-16 Kalle Wallin <kaw@linux.se>
20         * libmpdclient updated (r1507)
21         * mpdclient: add path to mpdclient_cmd_db_update() 
22         * screen_file.c: Use current path when updating the db (browse screen)
24 2004-06-15 Kalle Wallin <kaw@linux.se>
25         * conf.c: Replaced '_' with '-' in configuration field names
26         * conf.c: Added support for cusomized format strings with 
27                   list-format and status-format
28         * options.c: Added status_format, list_format fields
29         * mpdclient.c: disable plchanges (needs more work),
30           update the song position fields in mpdclient_cmd_move, 
31           use song id's by default (define ENABLE_SONG_ID), disable plchanges
32         * screen_play.c: Offer to overwrite when saving playlists
33         * screen_utils.c: Use the alert color in screen_readln()
34         
36 2004-06-14 Kalle Wallin <kaw@linux.se>
37         * libmpdclient updated (r1482)
38         * Major cleanup of the mpd client code (mpc->mpdclient)
39           including error callbacks and playlist (changes) callbacks 
40         * strfsong: added a modified version of mpc's songToFormatedString
41         * screen_file.c: added position history (feature #0000233)
44 2004-06-09 Kalle Wallin <kaw@linux.se>
45         * Use the teminal in raw  mode (ignore interrupt,quit,suspend, and 
46           flow control characters)
47         * command.*: Added the get_keyboard_command_with_timeout() function
48         * main.c: Redesigned the reconnect code to allow user interrupt
49         * screen*: Changed arguments to the get_title callback (and the title)
50         * support.c: moved utility function for scrolling
51         * list_window.c: fixed a small layout bug in list_window_paint()
54 2004-06-08 Kalle Wallin <kaw@linux.se>
55         * mpc.c: Dont use basename on stream urls (get_song_name2)
57 2004-06-07 Kalle Wallin <kaw@linux.se>
58         * configure.ac: disable nls if glib is pre 2.4
59         * mpc.c: added support for the PLCHANGES command
60         * screen_clock.c: fixed resize handling
61         
62 2004-06-06 Kalle Wallin <kaw@linux.se>
63         * i18n: ncmpc is now bilingual (sv)
64         * Moved all locale initialization code to main.c
65         * main.c: added bind_textdomain_codeset()       
66         * Added wreadln.c, wreadln.h a simple line editor
67         * screen_utils.c: use wreadln() instead of curses wgetstr()
68         * Added find history
69         * Added screen_clock.c an optional clock screen (just for fun)
72 2004-06-05 Kalle Wallin <kaw@linux.se>
73         * Added initial i18n support
74         * Changed directory layout to suit future use of gettext 
75         * Changed the default port to 6600
76         * screen.c: Added mpd update flag [U] and display a status message
77                     when a update has finished
78         * screen.c: Display bit rate instead of time when the total time
79                     is zero and display local time when mpd is stopped.
80         * Addded support for the mpd update command.
83 2004-05-07 Kalle Wallin <kaw@linux.se>
84         * Redesigned ncmpc's color support - view the manual for details!
85         * Added support for moving songs in a playlist (move-up, move-down)
86         * options.c: added new command line options --config and --key-file,
87                      wide_cursor is now enabled by default
88         * screen.c: scroll long song titles in the status window,
89                     dont display volume changes in the status window.
90         
91 2004-05-03 Kalle Wallin <kaw@linux.se>
92         * configure.ac: display default values for --enable-x, 
93                         version updated to 0.10.2-svn
94         * conf.c: The background color can now be assigned to 'none'.
96 2004-04-26 Kalle Wallin <kaw@linux.se>
97         * ncmpc-0.10.1 released (r892)
99 2004-04-23 Kalle Wallin <kaw@linux.se>
100         * Updated Changelog, TODO, NEWS and the manual page.
101         * screen_play.c:  Make shure the cursor stays on the same row when 
102                           deleting a playlist entry.
103         * screen.c: Turn off LINE_COLORS after drawing the top line.
104      
106 2004-04-22 Kalle Wallin <kaw@linux.se>
107         * Added smart delete and add (#0000220), at the moment only used 
108                 when deleting or adding a single song.
109         * mpc.c: make shure selections in the browse screen is updated 
110                  when the playlist updated
111           
112         
113 2004-04-21 Kalle Wallin <kaw@linux.se>
114         * Fixed resize handling (SIGWINCH), problems may still occur when
115           ncmpc is inside some of ncurses [w]getstr functions.
116         
117 2004-04-20 Kalle Wallin <kaw@linux.se>
118         * Added support for seeking 
119         * Added crossfade support
120         * screen.c: Display mpd flags on the second row [rzx]
121         * screen_keydef.c: show a message if changes is not applied
122         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
123                         because the first one failed on darwin.
125 2004-04-19 Kalle Wallin <kaw@linux.se>
126         * Added copyright notice and license notice 
127         * Major cleanup of the 'screen' handling routines. The goal of this 
128           is to simplify addition of 'screens' (like a key editor).
129         * added a key editor -> screen_keydef.c
130         * configure.ac - added a --enable-key-editor to enable/disable the 
131           build in key editor.
132         
134 2004-04-14 Kalle Wallin <kaw@linux.se>
135         * support.c - use screen_status_printf() to display character 
136           conversion errors. Only use stderr if DEBUG is enabled.
137         * screen_file.c - make shure curses repaint the screen when adding 
138           a directory (force a update of the status message).
139         * screen_play.c - highlight and center even when paused.
140         * list_window.c - optional wide cursor (fill to eol).
141         * screen.c - use get_key_names() for the keys displayed in the
142           welcome message (help, playlist, browse).
143         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
144         * conf.c - moved configuration file to ~/.ncmpc/config
145                  - added support for key bindings in ~/.ncmpc/keys
146                  - added support for global configuration in SYSCONFDIR/ncmpc
147                  - added parameter to enable/disable wide cursor
148         * command.c - added command names (used with key bindings)
149                     - added utility functions (for key bindings). 
150         * screen_help.c - cleanup, use key descriptions from command.c
151         * main.c - check key bindings and exit if something is strange.
152         
154 2004-04-13 Kalle Wallin <kaw@linux.se>
155         * list_window.c - use clrtoeol instead of wclear. This improves the
156           speed and removes some flickering.
157         * main.c - poll mpd twice/second instead of once, print a newline 
158           after closing curses.
160 2004-04-12 Kalle Wallin <kaw@linux.se>
161         * ncmcp-0.10.0 released