Makefile.am Add the references to build back.
[platform/upstream/glib.git] / ChangeLog
index 6e71f3a..ba7b558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2007-04-15  Tor Lillqvist  <tml@novell.com>
+
+       * build: Include the build module using the svn:externals
+       mechanism.
+
+       * Makefile.am
+       * configure: Add the references to build back.
+
+2007-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285, 
+       Jochen Baier)
+
+2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * glib/ghash.[ch]: Add g_hash_table_get_keys() and
+       g_hash_table_get_values(), API to retrieve the keys
+       and values inside an hash table in list form. (#413133)
+
+       * glib/glib.symbols: Update symbols.
+
+       * tests/hash-test.c: Exercise newly added functions.
+
+2007-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Use CFLAGS/LDFLAGS in addition to 
+       PCRE_CFLAGS/PCRE_LIBS when checking system PCRE.  (#421607, 
+       Paul Jarc)
+
+2007-03-27  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * glib/gdate.h: Remove old comment and forward declaration of
+       struct tm: gdate.h includes time.h now.
+
+2007-03-23  Matthias Clasen  <mclasen@redhat.com> 
+
+       * tests/gobject/Makefile.am: Handle $RANDOM missing.  (#356843,
+       Paul Jarc)
+
+2007-03-22  Matthias Clasen  <mclasen@redhat.com> 
+
+       * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
+       (#418217, Denis Jacquerye)
+
+2007-03-22  Chris Wilson  <chris@chris-wilson.co.uk>
+
+       * glib/gkeyfile.c: Track whether the last key=value pair in a group
+       is a blank line and during to_data() only insert a new blank line
+       betweens group in its absence. This allows the beautification of the
+       GKeyFile and prevents newlines being inserted indefinitely. (#420686)
+
+       * tests/keyfile-test.c (test_reload_idempotency): Test that after a 
+       single beautification pass, g_key_file_to_data() does not alter its
+       input data.
+
 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/pcre/Makefile.am: Make builddir != srcdir work.  (#419900)