Mercurial > audlegacy
changeset 1755:3434eb44b304 trunk
[svn] - version bump to 1.2.0-rc2
- use audacious/titlestring.h instead of libaudacious/titlestring.h
author | nenolod |
---|---|
date | Fri, 22 Sep 2006 03:12:02 -0700 |
parents | bb03a9e6180e |
children | dd78822cd1d8 |
files | ChangeLog audacious/input.c audacious/ui_fileinfo.c configure.ac |
diffstat | 4 files changed, 15 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 22 02:57:25 2006 -0700 +++ b/ChangeLog Fri Sep 22 03:12:02 2006 -0700 @@ -1,3 +1,14 @@ +2006-09-22 09:57:25 +0000 William Pitcock <nenolod@nenolod.net> + revision [2445] + - use proper X11 hinting here to ensure that the about window isn't decorated on broken WMs (e.g. quartz-wm) + + about.c | 7 +------ + 1 file changed, 1 insertion(+), 6 deletions(-) + + Changes: Modified: + +1 -6 trunk/audacious/about.c + + 2006-09-21 20:24:48 +0000 Tony Vroon <chainsaw@gentoo.org> revision [2443] Mute while seeking for playback resume, tighten the loop. We want a responsive GUI ASAP.
--- a/audacious/input.c Fri Sep 22 02:57:25 2006 -0700 +++ b/audacious/input.c Fri Sep 22 03:12:02 2006 -0700 @@ -38,8 +38,8 @@ #include "playback.h" #include "widgets/widgetcore.h" #include "pluginenum.h" +#include "titlestring.h" -#include "libaudacious/titlestring.h" #include "libaudacious/util.h" #include "libaudacious/xentry.h"
--- a/audacious/ui_fileinfo.c Fri Sep 22 02:57:25 2006 -0700 +++ b/audacious/ui_fileinfo.c Fri Sep 22 03:12:02 2006 -0700 @@ -50,8 +50,9 @@ #include "urldecode.h" #include "util.h" #include "dnd.h" +#include "titlestring.h" + #include "libaudacious/configdb.h" -#include "libaudacious/titlestring.h" #include "playlist.h"
--- a/configure.ac Fri Sep 22 02:57:25 2006 -0700 +++ b/configure.ac Fri Sep 22 03:12:02 2006 -0700 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious], [1.2.0-rc1], [bugs+audacious@atheme.org]) +AC_INIT([audacious], [1.2.0-rc2], [bugs+audacious@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST