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