*** empty log message ***
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index f047781..a09eab9 100644 (file)
@@ -1,5 +1,23 @@
+2006-04-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdataset.c: Add some missing Since: 2.8 tags.
+
+2006-04-19  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gatomic.c: Adapt to the changed prototype of
+       InterlockedCompareExchange() in newer SDKs. Use
+       InterlockedCompareExchangePointer() when applicable. (#155884,
+       John Ehresman)
+
 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.h:
+       * glib/glib.symbols:
+       * glib/gkeyfile.c: Add api to get and set doubles and 
+       lists of doubles.  (#164719, Maurizio Monge, Dom Lachowicz)
+
+       * tests/keyfile-test.c: Add tests for new api.
+
        * glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
        groups.  (#157877, Sebastien Bacher)