beautified configure help output.
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 833af1e..8768e43 100644 (file)
@@ -1,3 +1,129 @@
+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:
+       * m4macros/glib-2.0.m4:
+       Update location of pkgconfig from sourceforge.net to new
+       location at freedeskop.org.
+
+2001-07-26  Michael Natterer  <mitch@convergence.de>
+
+       * gobject/glib-genmarshal.c: added a "release_check" to the
+       OutArgument structure, which, if present, gets integrated in the
+       marshaller code and protects us from stuff like
+       g_object_unref(NULL) on marshaller return values.
+
+2001-07-23  Padraig O'Briain  <Padraig.Obriain@sun.com>
+
+       * gobject/gobjectnotifyqueue.c: fix unconditional check of
+       first GParamSpec in g_object_notify_queue_thaw(); prevent
+       property notification being lost
+
+2001-07-23  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: fixed g_io_channel_seek_position() so that
+       G_SEEK_CUR works for UTF-8 channel encoding, and unallocated
+       converters are not flushed after the seek; fixed
+       g_io_channel_get_buffer_condition() so that G_IO_IN is only
+       set if the read buffer contains at least one full character
+
+2001-07-23  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: removed glib.def from EXTRA_DIST ...
+       * glib/Makefile.am: ... and added it here.
+
+2001-07-22  Hans Breuer  <hans@breuer.org>
+
+       * glib/giochannel.c (g_io_channel_get_buffer_condition) : make
+       the code actually have an effect (Use |= to set bits). Not
+       absolutely sure if is the right one.
+
+       * glib/giowin32.c (g_io_win32_<check|prepare>) : don't modify
+       watch->condition but restored the previous behaviour.
+       Now gio-test as well as The Gimp work again ...
+       
+2001-07-21  Hans Breuer  <hans@breuer.org>
+
+       * glib/giowin32.c (g_io_channel_new_file) : set the
+       corresponding p(ermission)mode of the file when creating,
+       otherwise a wronly file couldn't be overwritten (at least
+       not on Win9x).
+
+2001-07-21  Hans Breuer  <hans@breuer.org>
+
+       * glib/giowin32.c : intial implementation of new API functions.
+       Not sure if it behaves as intended ...
+
+       * glib.def : removed, glib/glib.def is the file used since moved
+       * glib/glib.def : updated
+
+       * tests/makefile.msc : added iochannel-test
+
 Fri Jul 20 19:19:10 (UTC) 2001  Ron Steinke  <rsteinke@w-link.net>
 
        * glib/giochannel.c: API changes, fixes to