beautified configure help output.
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index db24608..8768e43 100644 (file)
@@ -1,3 +1,69 @@
+2001-08-03  Sven Neumann  <sven@gimp.org>
+
+       * configure.in: beautified configure help output.
+       
+       * glib/gtree.c: changed help for g_tree_insert(); it was misleading.
+
+Fri Aug  3 10:20:10 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/guniprop.c (g_unichar_xdigit_value): Fix computation
+       (Fix from Cesar Rincon)
+
+2001-08-01  Christopher James Lahey  <clahey@ximian.com>
+
+       * glib/gutf8.c (g_utf8_find_prev_char): Made g_utf8_find_prev_char
+       able to return the first character of a string.
+
+2001-07-31  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.h: Committed this file, which is where
+       the changes in my previous changelog entry happened,
+       not giochannel.c
+
+2001-07-31  Sven Neumann  <sven@gimp.org>
+
+       * glib/gmem.c: declare gboolean vtable_set static.
+
+2001-07-30  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c docs/reference/glib/glib-sections.txt
+       tests/iochannel-test.c: removed G_IO_CHANNEL_*_LINE_TERM macros
+
+       * glib/giochannel.c put /*<public>*/ and /*<private>*/ tags in
+       the GIOChannel structure
+
+
+2001-07-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: #undef inline before testing whether it works to
+       avoid false positives. Patch from Garry R. Osgood
+       <grosgood@rcn.com>. Fixes bug #58272.
+
+       * gmodule/gmodule.c (parse_libtool_archive): build the library
+       name ourselfs ... so we can load the library specified and not
+       mangle any name not beggining in 'lib'. Patch from Michael Meeks
+       <michael@ximian.com>. Fixes bug #58226.
+
+2001-07-29  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: Matthias Classen's patch to give
+       g_io_channel_flush() the correct sense when testing
+       whether the buffer is empty
+       * glib/giounix.c: Matthias Classen's patch to set
+       the mode of a file created with g_io_channel_new_file()
+
+Sun Jul 29 16:08:17 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gscanner.[hc]: removed deprecated g_scanner_stat_mode().
+
+       * glib/gscanner.c (g_scanner_msg_handler): by default, print scanner
+       errors and warnings to stderr.
+
+2001-07-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gtypes.h: Use G_GNUC_EXTENSION instead of
+       __extension__. Patch from Pavel Roskin <proski@gnu.org>.
+
 2001-07-26  Darin Adler  <darin@bentspoon.com>
 
        * configure.in: