Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus
[platform/upstream/glib.git] / ChangeLog
index 4b45062..5cd4cc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2000-07-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * ghash.c, gscanner.c, glib.h: Mark the functions
+       g_hash_table_freeze, g_hash_table_thaw and thus
+       g_scanner_freeze_symbol_table and g_scanner_thaw_symbol_table
+       deprecated. They will issue an warning once, when compiled with
+       G_ENABLE_DEBUG. This fixes Bug #3883. For discussion see
+       http://mail.gnome.org/pipermail/gtk-devel-list/2000-April/003139.html
+       
+2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in, glib.h: glibconfig.h and glib.h now include files
+       outside of the extern "C" block. Makes some C++ compiler
+       happy. Reported by Denis Vakatov <vakatov@peony.nlm.nih.gov>.
+
+Sat Jul 15 23:49:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/glib.texi: Remove incomplete start of info file -
+       real docs are in RDP.   
+
+Sat Jul 15 22:44:22 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Add build/Makefile and 
+       build/win32/Makefile to AC_OUTPUT() so things build
+       again.
+
 Sat Jul 15 09:11:46 2000  Tim Janik  <timj@gtk.org>
 
        * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,