diff ChangeLog @ 1965:b17f7a09fdd3 trunk

[svn] - add some more controls (seekbar and such)
author nenolod
date Sun, 12 Nov 2006 05:38:04 -0800
parents f027afc2ca2e
children fcf3900d05b9
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 12 03:09:28 2006 -0800
+++ b/ChangeLog	Sun Nov 12 05:38:04 2006 -0800
@@ -1,3 +1,16 @@
+2006-11-12 11:09:28 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2903]
+  - avoid freeing a NULL pointer in ui_fileinfo.c
+  - add some hooks for newui
+  - implement album art support in newui
+  
+  trunk/audacious/glade/newui.glade    |   14 ++--
+  trunk/audacious/newui/newui_window.c |  100 +++++++++++++++++++++++++++++++++++
+  trunk/audacious/playlist.c           |    3 +
+  trunk/audacious/ui_fileinfo.c        |    7 +-
+  4 files changed, 115 insertions(+), 9 deletions(-)
+
+
 2006-11-12 10:37:32 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2901]
   - show_newui_window() implementation