diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-19 19:33:46 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-19 19:33:46 +0000 |
commit | 7534ac103fd0499f7359304f8cb81a3f250968bb (patch) | |
tree | effe54670895e7a3cd1049d9a8b0fe281c1946d0 /ChangeLog | |
parent | 96ba600d2385d910d02339c257154e3da4f1aa13 (diff) | |
download | mpd-7534ac103fd0499f7359304f8cb81a3f250968bb.tar.gz mpd-7534ac103fd0499f7359304f8cb81a3f250968bb.tar.xz mpd-7534ac103fd0499f7359304f8cb81a3f250968bb.zip |
added type argument to gcmp_list_from_path()
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1567 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +2004-06-17 Kalle Wallin <kaw@linux.se> + * screen_utils.c: fixed the display of completion lists + * wreadln.c: try to complete even if the line is empty + * utils.c: added type argument to gcmp_list_from_path() + * screen_play.c: added completion support to handle_save_playlist() + * command.[c|h]: check_key_bindings() can now write an error messages + to a buffer instead of stderr + * main.c: display errors without exiting when key bindings are broken + +2004-06-17 Kalle Wallin <kaw@linux.se> + * Added a add command, used to add urls or files to the playlist, with + file completion. + + +2004-06-16 Kalle Wallin <kaw@linux.se> + * mpdclient.c: enabled plchanges, make shure the playlist length is + updated when removing songs + 2004-06-16 Kalle Wallin <kaw@linux.se> * libmpdclient updated (r1507) * mpdclient: add path to mpdclient_cmd_db_update() @@ -8,7 +26,7 @@ * conf.c: Added support for cusomized format strings with list-format and status-format * options.c: Added status_format, list_format fields - * mpdclient.c: Sort playlist if needed after plchanges, + * mpdclient.c: disable plchanges (needs more work), update the song position fields in mpdclient_cmd_move, use song id's by default (define ENABLE_SONG_ID), disable plchanges * screen_play.c: Offer to overwrite when saving playlists |