X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=5cd4cc0b879ae0970df17c7cb787ed14d2251ecd;hb=84114c5321e4d7e4701f77f7f0e2b9b739d4035c;hp=4b450623f9797575bd1ba38e77ba460e2bc727f5;hpb=a9a09f147f725357ba321933cf2106b57ab52fc8;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index 4b45062..5cd4cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2000-07-20 Sebastian Wilhelmi + + * 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 + + * 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 . + +Sat Jul 15 23:49:03 2000 Owen Taylor + + * glib/glib.texi: Remove incomplete start of info file - + real docs are in RDP. + +Sat Jul 15 22:44:22 2000 Owen Taylor + + * 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 * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,