changeset 1906:7244510ae8af trunk

[svn] - i doubt we will have a 1.2.2 version of the player anytime soon, but bump the version anyway ;)
author nenolod
date Fri, 27 Oct 2006 02:03:17 -0700
parents 6b4116c34489
children d7301ba54f70
files ChangeLog configure.ac
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 27 02:01:55 2006 -0700
+++ b/ChangeLog	Fri Oct 27 02:03:17 2006 -0700
@@ -1,3 +1,17 @@
+2006-10-27 09:01:55 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2767]
+  - change "Transparency" to "Miscillaneous UI Features" in prefswin
+  - add option to use XMMS-like fileselector instead of the one provided 
+    by GTK2
+  
+  trunk/audacious/glade/prefswin.glade |   38 ++++
+  trunk/audacious/main.c               |    2 
+  trunk/audacious/main.h               |    1 
+  trunk/audacious/prefswin.c           |   18 ++
+  trunk/audacious/util.c               |  280 ++++++++++++++++++++++++++++++++++-
+  5 files changed, 330 insertions(+), 9 deletions(-)
+
+
 2006-10-27 07:19:32 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2765]
   - add a default value for cfg.use_file_cover (FALSE)
--- a/configure.ac	Fri Oct 27 02:01:55 2006 -0700
+++ b/configure.ac	Fri Oct 27 02:03:17 2006 -0700
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([audacious], [1.2.1], [bugs+audacious@atheme.org])
+AC_INIT([audacious], [1.2.2], [bugs+audacious@atheme.org])
 AC_PREREQ([2.59])
 
 AC_CANONICAL_HOST