removed glib.def from EXTRA_DIST ... ... and added it here.
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 80dbed0..affe8f9 100644 (file)
@@ -1,3 +1,225 @@
+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
+       error handling, some internal restructuring
+       * glib/giochannel.h: API changes, documentation for
+       elements in GIOChannel structure
+       * glib/giounix.c: Matched API changes, implemented
+       backend to set is_readable, is_writeable, is_seekable
+       flags, added a test to catch large values of count
+       for which the behavior of write() is undefined
+       * glib/giowin32.c: Changed to match new prototypes for
+       io_close() and io_seek(), removed references to
+       G_IO_STATUS_INTR, set is_seekable flag in channel
+       creation functions
+       * glib.def: Renamed g_channel_error_quark() and
+       g_channel_error_from_errno() to g_io_channel_error_quark() and
+       g_io_channel_error_from_errno(); added new functions
+       g_io_channel_get_buffered() and g_io_channel_set_buffered()
+       * docs/reference/glib/glib-sections.txt: Modified iochannel
+       section to reflect new functions and API changes
+       * tests/iochannel-test.c: Fixed to work with API changes
+       * tests/iochannel-test-infile: New file; input file
+       for iochannel-test
+       * tests/unicode-collate.c tests/unicode-normalize.c:
+       Changed G_IO_FILE_MODE_READ to "r" to match API change
+
+Fri Jul 20 19:16:24 (UTC) 2001  Ron Steinke  <rsteinke@w-link.net>
+
+       * gobject/glib-genmarshal.c: modified to create header files
+       using G_[BEGIN,END]_DECLS instead of #ifdef __cplusplus ...
+
+Fri Jul 20 14:11:29 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gutf8.c glib/gunidecomp.c: s/size_t/gsize/ to match
+       prototypes.
+
+Thu Jul 19 16:05:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gcompletion.c (g_completion_complete): Fix memory
+       leak and dubious list manipulation. (Found by 
+       Ron Koerner, #53408)
+
+       * glib/gfileutils.c (get_contents_stdio): Call fclose()
+       on FILE * on error. (#57057)
+
+2001-07-20  Hans Breuer  <hans@breuer.org>
+
+       * glib/glib/giowin32.c : make it compile again
+
+       * glib/glib.def : updated exports
+
+       * glib/makefile.msc.in :
+       * glib/makefile.mingw.in : 
+       * tests/makefile.msc.in : reflect glib move
+
+       * tests/mainloop-test.c : #include <io.h> for _pipe()
+
+       * tests/gio-test.c : casts for strict compiler settings
+
+       * makefile.msc.in : new master makefile reflecting the glib
+       move. The '.in' isn't really needed anymore, because there
+       is no version number in it
+
+2001-07-19  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gstrfuncs.c: (g_ascii_strdown), (g_ascii_strup): Add
+       missing const.
+       (g_strsplit): Add g_return_val_if_fail for case of empty
+       delimiter, which can result in an infinite loop otherwise.
+       * glib/gstrfuncs.h: Add missing const.
+       * tests/.cvsignore: Ignore a generated file.
+       
+       * tests/array-test.c:
+       * tests/dirname-test.c:
+       * tests/hash-test.c:
+       * tests/list-test.c:
+       * tests/node-test.c:
+       * tests/relation-test.c:
+       * tests/shell-test.c:
+       * tests/slist-test.c:
+       * tests/spawn-test.c:
+       * tests/strfunc-test.c:
+       * tests/string-test.c:
+       * tests/testglib.c:
+       * tests/tree-test.c:
+       * tests/type-test.c:
+       Add an #undef G_DISABLE_ASSERT so all tests will assert even if
+       asserts are disabled inside glib itself.
+
+Fri Jul 13 19:20:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gstring.c (g_string_insert/append/prepend_unichar):
+       Add functions to insert a unichar as UTF-8, since this
+       is reasonably common.
+
+       * glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated):
+       New function exposing iterating through possibly invalid/incomplete
+       UTF-8 to unicode to the outside world.
+
+       * glib/gutf8.c (g_utf8_get_char_extended): Fix max_len argument
+       to be gssize, not gsize.
+
+2001-07-17  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * configure.in: Added "nn" to ALL_LINGUAS.
+       
+2001-07-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gmain.c: Add some assertions. Simplify and fix
+       g_main_context_release(). Fix some locking bugs in
+       g_main_loop_run().
+
+2001-07-12  Mark Murnane  <Mark.Murnane@sun.com>
+
+       * glib/gmessages.c: Changed prototype of printf_string_upper_bound
+       to return gsize.  Now matches the actual function body.
+
+       * glib/gstrfuncs.c (g_strrstr_len): Changed type of parameter #2 
+       from gint to gssize.  Now matches the prototype in gstrfuncs.h.
+       
+2001-07-11  Darin Adler  <darin@bentspoon.com>
+
+       * .cvsignore: Add some generated files.
+
+       * glib/gmain.c: (g_main_context_iterate): Comment out cruft
+       after #endif to avoid gcc warning.
+       * gmodule/gmodule.c: (g_module_set_error_unduped): Remove
+       const from type to avoid gcc warning.
+       * gobject/gsignal.c: (g_signal_emitv): ifdef variable used
+       only if G_ENABLE_DEBUG to avoid gcc warning.
+       * gobject/gtype.c: (type_iface_vtable_init_Wm),
+       (type_iface_vtable_finalize_Wm): ifdef call needed only
+       if !G_DISABLE_ASSERT to avoid gcc warning.
+       * tests/testglib.c: (main): ifdef call needed only if
+       !G_DISABLE_ASSERT to avoid gcc warning. Maybe later we
+       should make the test to #undef G_DISABLE_ASSERT.
+       * tests/unicode-collate.c: Add include of <string.h> to
+       avoid gcc warning.
+
+Wed Jul 11 11:13:50 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/Makefile.am (libglib_1_3_la_SOURCES): Add gunicomp.h
+       (Reported by Sven Neumann).
+
+       * glib/guniprop.c (g_utf8_str/updown) glib/gunicollate.c
+       (g_utf8_collate_key): Fix shadowing problems reported by
+       many (D. Adler, S. Neumann, M. Murmane, L. Peter)
+
+Fri Jul  6 00:02:41 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gmessages.c (printf_string_upper_bound): fix negative exponent
+       handling (numbers<0).
+       
+       * glib/gutils.h (g_bit_storage): take a gulong as argument.
+       same for g_bit_nth_lsf() and g_bit_nth_msf() as mask.
+
+2001-07-08  Martin Baulig  <baulig@suse.de>
+
+       * tests/unicode-normalize.c, tests/unicode-collate.c:
+       Reflect latest g_io_channel_new_file() API changes, use
+       G_IO_FILE_MODE_READ instead of "r".
+
+Fri Jul  6 22:34:32 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gunicode.h glib/gunidecomp.c glib/guniprop.c 
+         glib/gunicollate.c: Add length arguments to
+       g_utf8_{strup,strdown,casefold,collate_key}.
+
+       * glib/gdate.c: Fix for above.
+
+2001-07-06  Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * configure.in: added Basque (eu) to ALL_LINGUAS
+
+Mon Jul  2 19:48:52  2001 Andrew Lanoix <alanoix@umich.edu>
+
+       *giowin32.c: g_source_remove()ing an socket iochannel closes
+       the socket when it should not. Patch by Peter Zelezny 
+       <zed@linux.com>
+
+       *giowin32.c: Fix a few typos
+       
+Mon Jul  2 16:03:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/giochannel.c (g_io_channel_get_buffer_condition): Fix.
+
+       * glib/giunix.c: Fix prepare/check/dispatch for watches.
+
+       * tests/unicode-normalize.c: #include <string.h>
+
 Sat Jun 30 23:14:32 2001  Tim Janik  <timj@gtk.org>
 
        * glib/glist.[hc]: added g_list_insert_before().