Makefile.am Add the references to build back.
[platform/upstream/glib.git] / ChangeLog
index 15b9105..ba7b558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+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,