<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0">
  <channel>
    <title>glib Change Log</title>
    <link>http://cvs.gnome.org/viewcvs/glib</link>
    <description>Recent changes to glib</description>
    <item>
      <title>Matthias Clasen, 15 Mar 2006</title>
      <pubDate>Mon, 15 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/docs/reference</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/glib/tmpl/option.sgml"&gt;glib/tmpl/option.sgml&lt;/a&gt;: Hint that @error should
be set in error cases.  (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=334646"&gt;#334646&lt;/a&gt;, Christian Persch)
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 15 Mar 2006</title>
      <pubDate>Mon, 15 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/glib/goption.c"&gt;glib/goption.c&lt;/a&gt; (&lt;i&gt;g_option_context_parse&lt;/i&gt;): Only set the prgname
if it hasn't been set before.  (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=334611"&gt;#334611&lt;/a&gt;, Chong Kai Xiong)
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 14 Mar 2006</title>
      <pubDate>Mon, 14 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/glib/gutils.c"&gt;glib/gutils.c&lt;/a&gt; (&lt;i&gt;g_parse_debug_string&lt;/i&gt;): Don't read past the
end of the string.  (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=334471"&gt;#334471&lt;/a&gt;, Morten Welinder)
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/tests/testglib.c"&gt;tests/testglib.c&lt;/a&gt; (&lt;i&gt;test_g_parse_debug_string&lt;/i&gt;): Add testss
for g_parse_debug_string.
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/glib/goption.c"&gt;glib/goption.c&lt;/a&gt; (&lt;i&gt;parse_short_option&lt;/i&gt;): Don't create the
option_name twice.  (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=334519"&gt;#334519&lt;/a&gt;, Chris Wilson)
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Anders Carlsson, 13 Mar 2006</title>
      <pubDate>Mon, 13 Mar 2006 00:00 +0000</pubDate>
      <author>Anders Carlsson  &lt;andersca@luminoth.local&gt;</author>
      <category>glib</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/configure.in"&gt;configure.in&lt;/a&gt;: Revert fix for &lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=322476"&gt;#322476&lt;/a&gt;, it breaks module loading
since libtool on darwin makes shared modules use .so and shared
libraries use .dylib. The fix breaks shared module loading everywhere
in GTK+.
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Baris Cicek, 13 Mar 2006</title>
      <pubDate>Mon, 13 Mar 2006 00:00 +0000</pubDate>
      <author>Baris Cicek &lt;baris@teamforce.name.tr&gt;</author>
      <category>glib/po</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/po/tr.po"&gt;tr.po&lt;/a&gt;: Updated Turkish Translation
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Mugurel Tudor, 13 Mar 2006</title>
      <pubDate>Mon, 13 Mar 2006 00:00 +0000</pubDate>
      <author>Mugurel Tudor  &lt;mugurelu@gnome.ro&gt;</author>
      <category>glib/po</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/po/ro.po"&gt;ro.po&lt;/a&gt;: Updated Romanian translation by
Mişu Moldovan &lt;a href="mailto:dumol@gnome.ro"&gt;&amp;lt;dumol@gnome.ro&amp;gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Tor Lillqvist, 11 Mar 2006</title>
      <pubDate>Mon, 11 Mar 2006 00:00 +0000</pubDate>
      <author>Tor Lillqvist  &lt;tml@novell.com&gt;</author>
      <category>glib/gthread</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/gthread/gthread-win32.c"&gt;gthread-win32.c&lt;/a&gt;: #define _WIN32_WINDOWS as 0x0401 to get
declaration for IsDebuggerPresent() when using MSVC6. (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=333879"&gt;#333879&lt;/a&gt;,
Kazuki Iwamoto)
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Guilherme de S. Pastore, 10 Mar 2006</title>
      <pubDate>Mon, 10 Mar 2006 00:00 +0000</pubDate>
      <author>Guilherme de S. Pastore  &lt;gpastore@gnome.org&gt;</author>
      <category>glib/po</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/po/pt_BR.po"&gt;pt_BR.po&lt;/a&gt;: Updated Brazilian Portuguese translation from Leandro
A. F. Pereira &lt;a href="mailto:leandro@linuxmag.com.br"&gt;&amp;lt;leandro@linuxmag.com.br&amp;gt;&lt;/a&gt;.
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 09 Mar 2006</title>
      <pubDate>Mon, 09 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/docs/reference</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/glib/templ/timers.sgml"&gt;glib/templ/timers.sgml&lt;/a&gt;: Mention that the second
parameter of g_timer_elapsed can be NULL (&lt;a href="http://bugzilla.gnome.org/show_bug.cgi?id=333916"&gt;#333916&lt;/a&gt;,
Christian Neumair)
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 07 Mar 2006</title>
      <pubDate>Mon, 07 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/docs/reference</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/==="&gt;===&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/Released"&gt;Released&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/2.10.1"&gt;2.10.1&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/docs/reference/==="&gt;===&lt;/a&gt; 
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 07 Mar 2006</title>
      <pubDate>Mon, 07 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/gthread</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/gthread/==="&gt;===&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gthread/Released"&gt;Released&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gthread/2.10.1"&gt;2.10.1&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gthread/==="&gt;===&lt;/a&gt; 
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 07 Mar 2006</title>
      <pubDate>Mon, 07 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/gobject</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/gobject/==="&gt;===&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gobject/Released"&gt;Released&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gobject/2.10.1"&gt;2.10.1&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gobject/==="&gt;===&lt;/a&gt; 
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Tim Janik, 07 Mar 2006</title>
      <pubDate>Tue, 07 Mar 2006 17:09 +0000</pubDate>
      <author>Tim Janik  &lt;timj@gtk.org&gt;
</author>
      <category>glib/gobject</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/gobject/gobject.c"&gt;gobject.c&lt;/a&gt; (&lt;i&gt;g_object_compat_control&lt;/i&gt;): added case3 to hand out the
original floating flag handler. required by gtk+ &amp;gt;= 2.10.
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Matthias Clasen, 07 Mar 2006</title>
      <pubDate>Mon, 07 Mar 2006 00:00 +0000</pubDate>
      <author>Matthias Clasen  &lt;mclasen@redhat.com&gt;</author>
      <category>glib/gmodule</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/gmodule/==="&gt;===&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gmodule/Released"&gt;Released&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gmodule/2.10.1"&gt;2.10.1&lt;/a&gt; &lt;a href="http://cvs.gnome.org/viewcvs/glib/gmodule/==="&gt;===&lt;/a&gt; 
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>Rajesh Ranjan, 06 Mar 2006</title>
      <pubDate>Mon, 06 Mar 2006 00:00 +0000</pubDate>
      <author>Rajesh Ranjan &lt;rranjan@redhat.com&gt;</author>
      <category>glib/po</category>
      <description>&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://cvs.gnome.org/viewcvs/glib/po/hi.po"&gt;hi.po&lt;/a&gt;: Updated Hindi Translation.
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
  </channel>
</rss>

