# HG changeset patch # User chainsaw # Date 1176999853 25200 # Node ID fc3bb92994dd68f4d812b4b8d9e383b8528b7b30 # Parent 3e94af4a0f49c3ebe10bed19f5a154fbc8f8c825 [svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org diff -r 3e94af4a0f49 -r fc3bb92994dd ChangeLog --- a/ChangeLog Thu Apr 19 08:25:50 2007 -0700 +++ b/ChangeLog Thu Apr 19 09:24:13 2007 -0700 @@ -1,3 +1,11 @@ +2007-04-19 15:25:50 +0000 Strahinja Kustudic + revision [4394] + Updated Serbian translations + trunk/po/sr.po | 57 +++++++++++++++++++++++++++++++++++++++------------- + trunk/po/sr@Latn.po | 57 +++++++++++++++++++++++++++++++++++++++------------- + 2 files changed, 86 insertions(+), 28 deletions(-) + + 2007-04-18 06:36:31 +0000 Ben Tucker revision [4392] Modified playlist_compare_artist so that a leading "the" in an artist's diff -r 3e94af4a0f49 -r fc3bb92994dd README --- a/README Thu Apr 19 08:25:50 2007 -0700 +++ b/README Thu Apr 19 09:24:13 2007 -0700 @@ -144,7 +144,7 @@ 2.3 Skin Installation --------------------- -Audacious will create a directory called ~/.share/audacious/Skins. You can unarchive +Audacious will create a directory called ~/.local/share/audacious/Skins. You can unarchive the skins the same way as you do for Winamp. However, you don't need to as Audacious supports archived skins. Audacious @@ -160,7 +160,7 @@ Audacious looks for skins in these directories (in listing order): /share/audacious/Skins -~/.share/audacious/Skins +~/.local/share/audacious/Skins ~/.audacious/Skins You can set the environment variable SKINSDIR to another location of diff -r 3e94af4a0f49 -r fc3bb92994dd man/audacious.1.in --- a/man/audacious.1.in Thu Apr 19 08:25:50 2007 -0700 +++ b/man/audacious.1.in Thu Apr 19 09:24:13 2007 -0700 @@ -192,11 +192,11 @@ User's set of Audacious-specific GTK config settings. Options such as widget color and fonts sizes can be set here. .TP -~/.share/audacious/Skins, @datadir@/audacious/Skins +~/.local/share/audacious/Skins, @datadir@/audacious/Skins Default location(s) where Audacious should look for skinfiles. .TP -~/.config/audacious/Plugins -Location of user-installed plugins. (subject to change) +~/.local/share/audacious/Plugins +Location of user-installed plugins. .SH ENVIRONMENT .TP 12 .B SKINSDIR diff -r 3e94af4a0f49 -r fc3bb92994dd src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Thu Apr 19 08:25:50 2007 -0700 +++ b/src/audacious/build_stamp.c Thu Apr 19 09:24:13 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070418-4392"; +const gchar *svn_stamp = "20070419-4394";