Mercurial > audlegacy
diff ChangeLog @ 2127:63af5b9c5026 trunk
[svn] - add playlist_select_playlist() to select a literal playlist
- add xmms_remote_playlist_enqueue_to_temp()
- add controlsocket handler for enqueue to temp
- add commandline parsing for enqueue to temp
author | nenolod |
---|---|
date | Fri, 15 Dec 2006 08:23:51 -0800 |
parents | dba25b0e98c8 |
children | a414866b32bc |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 15 07:52:09 2006 -0800 +++ b/ChangeLog Fri Dec 15 08:23:51 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-15 15:52:09 +0000 William Pitcock <nenolod@nenolod.net> + revision [3257] + - use playlist_get_active() at the top of each thread. + + trunk/audacious/playlist.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-12-15 15:40:18 +0000 William Pitcock <nenolod@nenolod.net> revision [3255] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().