rm autom4te.cache, since it might interfere with differing autoconf
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 03a04cf..8bee809 100644 (file)
@@ -1,5 +1,29 @@
+Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
+       * tests/child-test.c: use GINT_TO_POINTER for g_child_watch_add
+       user data.
+
+       * glib/gfileutils.c: G_IS_DIR_SEPARATOR is defined in gutils.h now,
+       don't redefine it here.
+
+2004-10-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gkeyfile.c (g_key_file_remove_group_node): Don't
+       destroy the lookup map if it is NULL.
+
 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gasyncqueue.c, glib/gatomic.c, glib/gdate.c, 
+       glib/giochannel.c, glib/gmain.c, glib/gspawn.c, 
+       glib/libcharset/localcharset.c: Apply a patch to fix
+       sparse warnings. (#154696, Kjartan Maraas)
+
+       * glib/gnulib/g-gnulib.h: Undef libc functions before defining
+       them, since they may also be macros.  (#155177, Andrea Campi)
+
        * glib/gkeyfile.h: 
        * glib/gkeyfile.c: Add a parser for desktop entries and
        similar files with a .ini-like syntax.  (#139974, Ray Strode)