# HG changeset patch # User ertzing # Date 1178995470 25200 # Node ID 7ddfc7b76b90e815dd13e73b7856609341c22d05 # Parent c2613269f91342d6a054ca9a1333d5117151e0b8 [svn] - Change reference to user specific skin directory to ~/.local/share/audacious/Skins diff -r c2613269f913 -r 7ddfc7b76b90 ChangeLog --- a/ChangeLog Sat May 12 05:20:40 2007 -0700 +++ b/ChangeLog Sat May 12 11:44:30 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-12 12:20:40 +0000 Giacomo Lozito + revision [4546] + - auddrct: more calls implemented (part 6) + trunk/src/audacious/auddrct.c | 95 +++++++++++++++++++++++++++++++++++++++++- + trunk/src/audacious/auddrct.h | 6 ++ + 2 files changed, 99 insertions(+), 2 deletions(-) + + 2007-05-12 04:57:25 +0000 William Pitcock revision [4544] - encode songtitle in utf8 before passing to XChat. diff -r c2613269f913 -r 7ddfc7b76b90 man/audacious.1.in --- a/man/audacious.1.in Sat May 12 05:20:40 2007 -0700 +++ b/man/audacious.1.in Sat May 12 11:44:30 2007 -0700 @@ -53,7 +53,7 @@ Audacious supports Winamp Classic style skins. Skins may be stored in either archived (\fI.zip\fP, \fI.wsz\fP, \fI.tgz\fP, \fI.tar.gz\fP, or \fI.tar.bz2\fP) or unarchived format. Audacious looks for skinfiles in -@datarootdir@/audacious/Skins, ~/.audacious/Skins, and locations specified by the +@datarootdir@/audacious/Skins, ~/.local/share/audacious/Skins, and locations specified by the \fBSKINSDIR\fP variable. .SH KEYBINDINGS Global keybindings for Audacious: diff -r c2613269f913 -r 7ddfc7b76b90 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat May 12 05:20:40 2007 -0700 +++ b/src/audacious/build_stamp.c Sat May 12 11:44:30 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070512-4544"; +const gchar *svn_stamp = "20070512-4546";