# HG changeset patch # User nenolod # Date 1172393005 28800 # Node ID a04777621ca68ff2cf168db4bd92917ba7dfa8db # Parent 29116f52056f362f8513de9036f2f8e41c61dfd9 [svn] - update documentation diff -r 29116f52056f -r a04777621ca6 ChangeLog --- a/ChangeLog Sun Feb 25 00:31:25 2007 -0800 +++ b/ChangeLog Sun Feb 25 00:43:25 2007 -0800 @@ -1,3 +1,13 @@ +2007-02-25 08:31:25 +0000 William Pitcock + revision [4154] + - bump libaudacious API revision. this will make 1.2 plugins binary + incompatible with audacious provided that previous libaudaciouses are + not installed. (most likely) + + trunk/src/libaudacious/Makefile | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + + 2007-02-25 02:39:17 +0000 William Pitcock revision [4152] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port. diff -r 29116f52056f -r a04777621ca6 NEWS --- a/NEWS Sun Feb 25 00:31:25 2007 -0800 +++ b/NEWS Sun Feb 25 00:43:25 2007 -0800 @@ -1,4 +1,44 @@ -Audacious 1.3.0 (2007-??-??) +Audacious 1.3.0 (2007-03-??) + +Enhancements +* The playlist code has been rewritten using conditional variables, + which has resulted in speed improvements for the playlist code overall. +* The behaviour for detecting filemagic has been redone and is now more + scalable. +* DoubleSize support has been improved significantly. +* Race conditions in produce_audio() have been corrected. +* The playlist editor is now properly drawn in shaded mode. +* g_utf8_validate has been replaced with a more strict utf8 validator, + which solves the encapsulated UTF-8 phenomenon properly. +* The controlsocket code no longer uses the stack in an improper manner. +* Behaviour regarding conversion of %20 in the playlist has been corrected. +* Window decorations can now be enabled in preferences. +* The translation templates have been simplified. +* Support for translating plugins has been re-added. +* The Jump-to-File code has been rewritten and now searches using + regular expressions. In addition, the search is done without GTK + queueing redraws for each entry, which has resulted in interface + speedups. +* The overall UI code has been reworked significantly and should be of + better quality. Notable enhancements include support for UIManager xml + file declarations. +* A facility for searching and selecting/acting upon entries in the + playlist has been added. +* Support for multiple playlists has been added, and a playlist manager + has been added to manage them. +* Audacious now uses libmcs to store it's settings, which allows for + tighter desktop environment integration. +* Audacious now supports the XDG BASEDIR standard. +* A lot of XMMS and BMP code has been either removed or rewritten so + that it is less confusing. This should allow for easier maintainability + in the future. +* Debugging tools have been added for tracking memory allocation and freeing. +* A safe signaling implementation has been added. +* A voiceprint visualizer mode has been added. +* Support for changing the tint in the graphics of skins has been added. +* InputPlugins now use an InputPlayback context to track activity + instead of blindly pushing data down a potentially undefined pipeline. +* Audacious now uses GOption to parse the commandline. *** See http://audacious-media-player.org/1.3_Release for more information. *** diff -r 29116f52056f -r a04777621ca6 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sun Feb 25 00:31:25 2007 -0800 +++ b/src/audacious/build_stamp.c Sun Feb 25 00:43:25 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070225-4152"; +const gchar *svn_stamp = "20070225-4154";