<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Aqualung SVN logs</title>
<link>http://aqualung.factorial.hu</link>
<description>SVN commit messages (diffs not included).</description>
<language>en</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<pubDate>Sat, 24 Nov 2007 20:00:00 GMT</pubDate>
<lastBuildDate>Sun, 05 May 2013 00:15:44 GMT</lastBuildDate>
<image>
  <title>Aqualung homepage</title>
  <url>http://aqualung.factorial.hu/img/drop.png</url>
  <link>http://aqualung.factorial.hu</link>
  <width>48</width>
  <height>48</height>
</image>
<item>
<title>R-1270 2013-05-04 19:40:43 tszilagyi</title>
<pubDate>Sat, 04 May 2013 +0200 19:40:43</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1270</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1270</guid>
<description><![CDATA[Add export track template flag %x for including original audio filename (without extension) in exported filename.
]]></description>
</item>
<item>
<title>R-1269 2013-03-02 20:00:48 assworth</title>
<pubDate>Sat, 02 Mar 2013 +0100 20:00:48</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1269</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1269</guid>
<description><![CDATA[metadata: fix copy &amp; paste typo in error message
]]></description>
</item>
<item>
<title>R-1268 2013-03-02 20:00:37 assworth</title>
<pubDate>Sat, 02 Mar 2013 +0100 20:00:37</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1268</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1268</guid>
<description><![CDATA[CDDA: add support for libcdio 0.90 API changes
<br/>Adapated from a patch by Karl Lind?\195?\169n.  Update our autoconf and
included headers to account for the libcdio project splitting
libcdio-paranoia out into a completely separate project from libcdio,
and introduce the cdda_get_cdtext() abstraction function to hide the
API version differences in libcdio while giving us a handy place to do
UTF-8 validation on the CD-Text metadata passed in via libcdio.
]]></description>
</item>
<item>
<title>R-1267 2013-01-23 22:44:28 peterszilagyi</title>
<pubDate>Wed, 23 Jan 2013 +0100 22:44:28</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1267</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1267</guid>
<description><![CDATA[Honor global --docdir in doc/Makefile.am. Patch by Karl Lind?\195?\169n.
]]></description>
</item>
<item>
<title>R-1266 2012-10-28 19:32:09 quasireality</title>
<pubDate>Sun, 28 Oct 2012 +0100 19:32:09</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1266</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1266</guid>
<description><![CDATA[Ease debugging in lua extension code
<br/>This makes sure that if there is a bug reported in the prelude code,
lua will include line number information for it and make it
obvious that it occurs in the prelude (AQUALUNG_LUA_API).
<br/>When attempting to add a hook for an invalid hook type, use a
descriptive error message, and make sure the error information
points to the line in the user's extension file and not the
prelude code.
]]></description>
</item>
<item>
<title>R-1265 2012-10-28 19:32:00 quasireality</title>
<pubDate>Sun, 28 Oct 2012 +0100 19:32:00</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1265</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1265</guid>
<description><![CDATA[Don't log the extension file name twice in lua extension error messages
]]></description>
</item>
<item>
<title>R-1264 2012-10-28 19:31:52 quasireality</title>
<pubDate>Sun, 28 Oct 2012 +0100 19:31:52</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1264</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1264</guid>
<description><![CDATA[Add static to internal functions in ext_lua.c
]]></description>
</item>
<item>
<title>R-1263 2012-10-28 19:31:45 quasireality</title>
<pubDate>Sun, 28 Oct 2012 +0100 19:31:45</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1263</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1263</guid>
<description><![CDATA[Allow track_change hook to access m and i playlist formatting functions
<br/>This adds a run_hooks_fdec function for running hooks with a
passed file_decoder_t*, allowing the lua function inside the hook
to access the metadata for the file.  It moves the run_hooks call
to the place with access to the file_decoder_t* when the track is
changed.
]]></description>
</item>
<item>
<title>R-1262 2012-10-28 19:31:29 quasireality</title>
<pubDate>Sun, 28 Oct 2012 +0100 19:31:29</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1262</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1262</guid>
<description><![CDATA[Add track_position_change hook
<br/>This hook is called repeatedly as the GUI position slider is
updated, allowing Lua access to the current position within the
song.
]]></description>
</item>
<item>
<title>R-1261 2012-10-23 23:54:06 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:54:06</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1261</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1261</guid>
<description><![CDATA[gui: fix format string help text
<br/>Too many % characters used was resulting in misleading help text.
]]></description>
</item>
<item>
<title>R-1260 2012-10-23 23:53:42 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:53:42</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1260</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1260</guid>
<description><![CDATA[gui: require GTK+ 2 &gt;= 2.18
<br/>Changes made:
 - use gtk_widget_set_can_default function instead of the
   GTK_WIDGET_SET_FLAGS(..., GTK_CAN_DEFAULT) macro
 - use gtk_widget_set_can_focus function instead of the
   GTK_WIDGET_UNSET_FLAGS(..., GTK_CAN_FOCUS) macro
 - unconditionally support mouse scroll wheel events when Systray
   support is enabled
<br/>The Linux distribution cutoff era becomes something like:
Debian 6.0 "squeeze" / Fedora 12 "constantine" / RHEL 6 / Ubuntu 9.10 "karmic"
]]></description>
</item>
<item>
<title>R-1259 2012-10-23 23:53:25 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:53:25</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1259</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1259</guid>
<description><![CDATA[gui: require GTK+ 2 &gt;= 2.14
<br/>We take this opportunity to:
 - use the gtk_dialog_get_content_area accessor function, not -&gt;vbox
 - use the gtk_selection_data_get_target accessor function, not -&gt;target
 - use the gtk_selection_data_get_data accessor function, not -&gt;data
 - use the gtk_widget_get_window accessor function, not -&gt;window
 - eliminate the Systray support autoconf detection as now Systray
   support is always possible
 - eliminate support for the legacy GtkTooltips API
 - convert remaining GTK_OBJECT to G_OBJECT casts and GtkSignalFunc to
   G_CALLBACK casts
 - unconditionally allow reorderable notebook tabs
 - remove support for versions of glib earlier than 2.14
<br/>The Linux distribution cutoff era becomes something like:
Debian 6.0 "squeeze" / Fedora 10 "cambridge" / RHEL 6 / Ubuntu 8.10 "intrepid"
]]></description>
</item>
<item>
<title>R-1258 2012-10-23 23:52:50 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:52:50</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1258</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1258</guid>
<description><![CDATA[gui: refactor arrow key seek changes (rev 1229)
<br/>Refactor the changes in rev 1229 to avoid gcc warning: new_pos may
be used uninitialized in this function.
]]></description>
</item>
<item>
<title>R-1257 2012-10-23 23:52:20 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:52:20</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1257</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1257</guid>
<description><![CDATA[portability: use g_usleep instead of nanosleep
]]></description>
</item>
<item>
<title>R-1256 2012-10-23 23:51:30 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:51:30</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1256</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1256</guid>
<description><![CDATA[portability: avoid u_int*_t in favor of guint*
]]></description>
</item>
<item>
<title>R-1255 2012-10-23 23:50:56 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:50:56</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1255</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1255</guid>
<description><![CDATA[MOD: gz* functions operate on a gzFile
<br/>This fixes some misusage of the zlib API, and gets rid of more
compiler warnings.
]]></description>
</item>
<item>
<title>R-1254 2012-10-23 23:50:44 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:50:44</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1254</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1254</guid>
<description><![CDATA[mpeg: remove dead code in the mpeg codec glue
<br/>Kills off some unused-but-set-variable warnings.
]]></description>
</item>
<item>
<title>R-1253 2012-10-23 23:50:31 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:50:31</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1253</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1253</guid>
<description><![CDATA[misc: use g_str_has_prefix to identify CD tracks
<br/>Get rid of the cdda_is_cdtrack utility function and just do the prefix
check directly.
]]></description>
</item>
<item>
<title>R-1252 2012-10-23 23:50:13 assworth</title>
<pubDate>Tue, 23 Oct 2012 +0200 23:50:13</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1252</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1252</guid>
<description><![CDATA[misc: allow arguments to be passed to autoreconf
<br/>It can be useful to pass additional arguments to autoreconf when
running autogen.sh, particularly if you need to manipulate the
autoconf library path, so allow that via: autogen.sh [args]
Also, for portability's sake, avoid "echo -n".
]]></description>
</item>
<item>
<title>R-1251 2012-10-23 00:06:33 tszilagyi</title>
<pubDate>Tue, 23 Oct 2012 +0200 00:06:33</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1251</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1251</guid>
<description><![CDATA[Add -b (--buffer-size) option to set ALSA output buffer size. Patch by Sean Budd.
]]></description>
</item>
<item>
<title>R-1250 2012-09-23 11:03:43 peterszilagyi</title>
<pubDate>Sun, 23 Sep 2012 +0200 11:03:43</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1250</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1250</guid>
<description><![CDATA[Fixed misinterpretation of the asterisk character in doc / manual page.
Closes Mantis bug #183.
]]></description>
</item>
<item>
<title>R-1249 2012-08-26 20:38:52 tszilagyi</title>
<pubDate>Sun, 26 Aug 2012 +0200 20:38:52</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1249</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1249</guid>
<description><![CDATA[Resume alsa stream after suspend to ram: patch from Maarten Maathuis.
]]></description>
</item>
<item>
<title>R-1248 2012-08-24 18:43:18 peterszilagyi</title>
<pubDate>Fri, 24 Aug 2012 +0200 18:43:18</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1248</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1248</guid>
<description><![CDATA[Updated Russian and Ukrainian translations.
]]></description>
</item>
<item>
<title>R-1247 2012-04-16 08:42:46 assworth</title>
<pubDate>Mon, 16 Apr 2012 +0200 08:42:46</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1247</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1247</guid>
<description><![CDATA[i18n: add Dutch translation by Ivo van Poorten
]]></description>
</item>
<item>
<title>R-1246 2012-04-05 16:26:00 tszilagyi</title>
<pubDate>Thu, 05 Apr 2012 +0200 16:26:00</pubDate>
<link>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1246</link>
<guid>http://aqualung.svn.sourceforge.net/viewvc/aqualung?view=rev&amp;revision=1246</guid>
<description><![CDATA[M3U/PLS playlist parser: eat last line even if it does not end in a newline. Patch from Julien Torres.
]]></description>
</item>
</channel>
</rss>
