diff ChangeLog @ 2125:22ebf356f7cd trunk

[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
author nenolod
date Fri, 15 Dec 2006 07:40:18 -0800
parents 83c9caf0c554
children dba25b0e98c8
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 15 07:38:23 2006 -0800
+++ b/ChangeLog	Fri Dec 15 07:40:18 2006 -0800
@@ -1,3 +1,13 @@
+2006-12-15 15:38:23 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3253]
+  - add some basic code for the manipulation of temporary playlists
+  
+  trunk/audacious/mainwin.c  |   20 ++++++++++++++++++++
+  trunk/audacious/mainwin.h  |    6 +++++-
+  trunk/audacious/playlist.c |   10 ++++++++--
+  3 files changed, 33 insertions(+), 3 deletions(-)
+
+
 2006-12-15 15:28:29 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3251]
   - add playlist_select_next(), playlist_select_prev()