Patch from Morten Welinder to make ghash.c properly obey
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index dec48c6..6bc7641 100644 (file)
@@ -1,3 +1,13 @@
+Thu Nov 21 16:19:21 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/ghash.c: Patch from Morten Welinder to 
+       make ghash.c properly obey DISABLE_MEM_POOLS. (#96600)
+
+Thu Nov 21 14:09:44 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmacros.h: Add G_GNUC_DEPRECATED. (Tom Tromey,
+       #87969)
+
 2002-11-21  Tor Lillqvist  <tml@iki.fi>
 
        * config.h.win32.in: Update to match what is currently produced by
 
        * glib/glib.def: Add new functions.
 
-       * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtio.la to LIBADD
+       * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtrio.la to LIBADD
        and DEPENDENCIES.
 
-       * glib/glib.rc.in: Hardcode 2.0 in the names, as that is what the
-       Makefile.am does.
+       * glib/glib.rc.in
+       * gmodule/gmodule.rc.in
+       * gobject/gobject.rc.in
+       * gthread/gthread.rc.in
+       * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in:
+       Hardcode 2.0 in the names, as that is what Makefile.am does.
 
 2002-11-21  Matthias Clasen  <maclas@gmx.de>