glib/gconvert.c (g_filename_from_uri): Replace `is contains'
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 80dbed0..07fe08f 100644 (file)
@@ -1,3 +1,743 @@
+
+Fri Sep 14 20:34:27 2001  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gconvert.c (g_filename_from_uri): Replace `is contains'
+       by `contains' in two error messages. (#60395)
+
+2001-09-10  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.h glib/giochannel.c: Added a length argument
+       to g_io_channel_[set,get]_line_term(), allowing embeded nulls
+       and binary safe line termination strings
+
+       * glib/giochannel.c: Got rid of a compile warning in
+       g_io_channel_write_chars()
+
+Mon Sep 10 17:13:36 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gmessages.h: got rid of g_set_error_handler(),
+       g_set_warning_handler(), g_set_message_handler().
+
+Mon Sep 10 11:42:58 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gutf8.c glib/gstring.c glib/gfileutils.c glib/gmain.c: 
+       Doc fixes.
+
+Sat Sep  8 17:14:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gfileutils.[ch]: Add g_build_path(), 
+       g_build_filename(), to create separated paths, 
+       suppressing duplicate separators, from varargs
+       lists.
+
+       * tests/strfunc-test.c: Add tests for g_build_path(),
+       g_build_filename().
+
+Sat Sep  8 14:11:53 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/Makefile.am (libglib_1_3_la_SOURCES): Add
+       gbsearcharray.[ch].
+
+       * glib/glib-object.h: Remove include of gbsearcharray. 
+
+Mon Sep  3 23:29:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Version 1.3.7
+
+       * Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in
+
+       * Makefile.am: Remove references to glib.rc[.in]
+
+       * NEWS: Various additions.
+
+2001-09-04  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Update. Don't mention pthreads.
+
+       * build-dll: Remove, moved to the build module.
+
+       * glibconfig.h.win32.in: Don't mention pthreds here, either.
+
+       * glib/gstrfuncs.c: Mark the correct variable for export from DLL.
+
+       * glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to
+       rename the win32_watch_funcs variable here, too.
+
+       * */makefile.mingw.in: Don't use version number in import library
+       name. Use whole version number in DLL name. Use build-dll from the
+       build module.
+
+Tue Sep  4 01:50:24 2001  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.3.7 release.
+
+Mon Aug 27 14:56:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.h: Add closure_marshal/closure_callback
+       fields to GSourceFuncs for use by g_source_set_closure().
+
+       * glib/gmain.c glib/giounix.c glib/giowin32.c 
+         glib/gmain.h: Export the SourceFuncs vtables so GObject
+       can use them to figure out closure callbacks/marshallers
+       for the default source types.
+
+Sun Sep  2 13:05:53 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gstrfuncs.c (g_strchomp): Replace some uses
+       of isspace() with g_ascii_isspace().
+
+       * glib/gutf8.c glib/gunicode.h glib/gstrfuncs.[ch]: Add
+       extra indirections to g_utf8_skip and g_ascii_table to
+       avoid great whopping copy relocs.
+
+Sun Sep  2 11:10:42 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gen-unicode-tables.pl glib/gunicomp.h
+       glib/gunichartables.h glib/giounix.c: Fix some variables that 
+       should have been static.
+
+2001-08-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gthread.h, glib/gthread.c: Add 'want_to_read' to
+       GStaticRWLock to avoid calling g_cond_broadcast, when no one is
+       waiting.
+
+       * glib/gmain.c (g_main_context_add_poll_unlocked): Don't free
+       cached_poll_array, when adding new poll's. This is taken care for
+       in g_main_context_iterate.
+
+2001-08-30  Tor Lillqvist  <tml@iki.fi>
+
+       After being away for about five months, I'm back working on
+       this...  For now, still using same build setup for Win32. Probably
+       will change to not including version numbers in the import library
+       names, though. (But the DLL names would still include them,
+       possibly even also the micro version number.) That would be more
+       Unix-like. Also, will have to check out newest mingw tool versions
+       to see if the build-dll script now can be retired.
+       
+       * makefile.mingw
+       * makefile.msc: New files, no need to generate from .in as
+       they don't contain references to automake variables.
+       
+       * makefile.mingw.in
+       * makefile.msc.in: Removed.
+       
+       * glib.rc.in: Remove
+       * glib/glib.rc.in: Moved here.
+       
+       * Makefile.am
+       * glib/Makefile.am: Corresponding changes.
+
+       * glib/glib.def: Fix typo, add new entries.
+
+       * glib/gspawn-win32-helper.c: More debugging. Doesn't work
+       currently (or then it never has on Win2k, which I now use?)
+
+       * glib/gstrfuncs.c
+       * glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32.
+
+       * */makefile.mingw.in: Reflect new location of glib library.
+       
+2001-08-30  Michael Natterer  <mitch@gimp.org>
+
+       * glib/giochannel.h: (struct GIOChannel): "gboolean foo : 1"
+       results in TRUE being -1 once assigned, use "guint foo : 1"
+       instead.
+
+2001-08-27  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gconvert.h:
+       * glib/gconvert.c: (g_filename_from_uri):
+       Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to
+       G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI.
+       
+       * tests/.cvsignore:
+       * tests/uri-test.c:
+       Added a lot more test for the new URI functions, including a
+       number that seem to indicate some minor bugs.
+
+2001-08-26  Alex Larsson  <alexl@redhat.com>
+
+       * glib/gconvert.[ch] (g_filename_from_uri,
+       g_filename_to_uri): New functions to convert
+       between local pahtnames and file: uris.
+
+       * tests/Makefile.am:
+       * tests/uri-test.c:
+       Tests for the new functions.
+
+2001-08-25  Alexander Larsson  <alla@lysator.liu.se>
+
+       * glib/gstrfuncs.[ch]:
+       * docs/reference/glib/glib-overrides.txt:
+       * docs/reference/glib/glib-sections.txt:
+       * docs/reference/glib/tmpl/string_utils.sgml:
+       Implement and document g_ascii_isxxx.
+
+       * tests/strfunc-test.c:
+       Add tests for g_ascii_isxxx
+       
+       * glib/guniprop.c (g_unichar_ispunct):
+       include symbols, not just punctuation.
+       (g_unichar_isspace): Vertical tab is not
+       considered whitespace.
+       
+       * tests/shell-test.c:
+       Output errors on stderr
+
+2001-08-24  Alexander Larsson  <alla@lysator.liu.se>
+
+       * glib/gconvert.[ch] (g_convert_with_iconv):
+       New function, doing the same as g_convert but taking
+       a GIConv argument. The old g_convert is just
+       a call to this with a newly opened GIConv.
+
+2001-08-24  Darin Adler  <darin@bentspoon.com>
+
+       * tests/shell-test.c: (check_string_result): Fix bad indenting.
+       I figured I should fix this since I just pointed Alex here to
+       look at this as an example.
+
+2001-08-24  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: Matthias Clasen's fix for
+       the buffer corruption bug by setting outbuf _after_
+       the call to g_string_set_size()
+
+       * glib/giochannel.c: kept the buffers from perpetually
+       growing by subtracting 1 from allocated_len in the calculation
+       of available space to account for the null at the end of the
+       buffer
+
+       * glib/giochannel.c: fixed g_io_channel_write_chars()
+       to not write more than space_in_buf bytes for the UTF-8 case
+
+Fri Aug 24 11:15:46 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gstrfuncs.c docs/Changes-2.0.txt: Patch from Darin
+       Adler to restore Glib-1.2 handling of empty strings,
+       and to fix off-by-one with @max_tokens. (#57663).
+       Doc improvements.
+
+       * tests/strfunc-test.c: Change tests to correspond to
+       new behavior of g_strsplit().
+
+Thu Aug 23 11:09:58 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/ghash.c (g_hash_table_foreach_remove_or_steal): 
+       Patch from Josh Pritikin to fix reversed key and value destroy 
+       functions. (#59433)
+
+       * glib/giochannel.h (struct _GIOChannel): Mark structure
+       /*< private >*/
+
+Thu Aug 23 16:14:17 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gmacros.h (G_GNUC_NO_INSTRUMENT): new macro.
+
+2001-08-21  Abel Cheung  <maddog@linux.org.hk>
+
+       * configure.in: Added "zh_TW" to ALL_LINGUAS.
+
+2001-08-20  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: added po to SUBDIRS
+
+Sun Aug 19 21:32:39 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/ghash.c: Eliminate use of floating point when 
+       determining if the hash table needs to be resized,
+       and also factor out the test from g_hash_table_resize()
+       to save function calls for the common case.
+       (#59124)
+
+       * glib/gmain.c (g_main_context_query): Document the
+       return value.
+
+2001-08-19  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gshell.c: (g_shell_quote): Added missing \ character.
+
+       * tests/shell-test.c: (check_string_result), (test_shell_unquote),
+       (main): Added tests for g_shell_quote and g_shell_unquote.
+
+2001-08-19  Fatih Demir <kabalak@gtranslator.org>
+
+       * configure.in: Added "ta" to the languages list.
+
+2001-08-19  Havoc Pennington  <hp@pobox.com>
+
+       * glib/gshell.c (g_shell_unquote): add comment about shell quoting
+       rules to the docs.
+
+2001-08-16  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giounix.c: fixed an error in setting close_on_unref
+       in g_io_channel_new_file ()
+
+2001-08-16  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c glib/glib.def glib/giochannel.h: Added
+       new functions g_io_channel_[set,get]_close_on_unref ()
+
+       * glib/giochannel.c: glib/giochannel.h: Documentation fixes
+
+       * glib/giochannel.c: Fixed g_io_channel_write_chars ()
+       so that bytes_written is always set to an appropriate
+       value when it returns
+
+       * glib/giounix.c: changed g_io_channel_get_flags () to
+       set the is_readable and is_writeable flags cached
+       by the channel
+
+Wed Aug 15 11:09:56 2001  Tim Janik  <timj@gtk.org>
+
+       * Makefile.am: let the generated .pc files depend on config.status,
+       so they get correctly remade.
+
+Sun Aug 12 21:05:13 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gmessages.h: fix g_return_if_fail, g_assert and friends to
+       have a body for G_DISABLE_CHECKS and G_DISABLE_ASSERT.
+       fixes #58873.
+
+2001-08-12  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: safer handling of errno, fixed
+       a bug in an assert
+
+Sun Aug 12 10:09:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * tests/iochannel-test.c (main): Find test case for
+       srcdir != builddir, miscellaneous cleanups.
+
+       * tests/Makefile.am (EXTRA_DIST): Distribute casefold.txt,
+       casemap.txt iochannel-test-infile.
+
+       * glib-2.0-uninstalled.pc.in: Fix for move of glib files
+       into subdir. (Pointed out by Steve Baker)
+
+Sat Aug  4 01:04:08 2001  Tim Janik  <timj@gtk.org>
+
+       * glib/gscanner.c (g_scanner_unexp_token): fix INT and FLOAT warnings
+       for invalid token values.
+
+2001-08-10  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: Fixed a "sense of comparison" bug,
+       added an assert to check when g_io_channels_read_chars ()
+       is looping endlessly due to encoded_read_buf being corrupted.
+
+2001-08-06  Sven Neumann  <sven@gimp.org>
+
+       * glib/gutils.[ch]: added new function g_nullify_pointer().
+       
+2001-08-05  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c glib/giochannel.c glib/glib.def
+       docs/reference/glib/glib-sections.txt: Added new functions
+       g_io_channel_[read,write]_unichar ()
+
+       * glib/giochannel.h: Finally remembered to remove the
+       old error message G_IO_CHANNEL_ERROR_PCHAR_FLUSH
+
+       * glib/giochannel.c: Some fixes to g_io_channel_fill_buffer ()
+       and g_io_channel_write_chars ()
+
+2001-08-05  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: Replaced the local use_buf variable with a macro
+       in most places. This allows us to check some things without worrying
+       whether we have allocated the read buffers yet, and allows us to allocate
+       the buffers later in some cases.
+
+       * glib/giochannel.c: Introduced a MAX_CHAR_SIZE macro, which is
+       supposed to be greater than or equal to the length in bytes
+       of the longest character in any encoding. This is necessary
+       to get the minimum buffer size for successful writing.
+
+       * glib/giochannel.c: Fixed g_io_channel_set_encoding () so
+       that it just prints a warning if partial_write_buf isn't
+       empty instead of failing.
+
+       * glib/giochannel.c: Fixed several functions so they can accept
+       NULL parameters for pointers to return values.
+
+       * glib/giochannel.c: Altered the error handling for
+       g_io_channel_read_chars () to only return an error if
+       it doesn't have any buffered data.
+
+       * glib/giochannel.c: Rewrote g_io_channel_write_chars ()
+       to fix the error handling and remove duplicate sections
+       of code.
+
+       * glib/giounix.c: Fixed g_io_channel_new_file () to
+       call fstat () to set the is_seekable flag, in case someone
+       uses it on a FIFO.
+
+Sun Aug  5 08:25:30 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmacros.h: Include stddef.h so that we use
+       the system's definition of NULL. (#54730)
+
+2001-08-04  Alexander Larsson   <alexl@redhat.com>
+        
+       * win32-fixup.pl: 
+       Hacky script to fix up your .msc.in files on windows. 
+       Dunno if this is a good solution yet.
+       
+       * build/win32/module.defs:
+       Back down libiconv version to 1.3, since that is what tor distributes.
+       
+       * glib/glib.def:
+       Update
+
+       * gobject/makefile.msc.in:
+       build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines.
+
+       * gobject/marshal-genstrings.pl:
+       New file. perl script to generate gmarshal.strings.
+       
+2001-08-03  Ron Steinke  <rsteinke@w-link.net>
+
+       * glib/giochannel.c: Fixed g_io_channel_seek_position()
+       so that G_SEEK_CUR can be used with UTF-8 encoding
+
+       * glib/giochannel.c: Changed test to decide whether
+       use_buf is encoded_read_buf or read_buf from
+       "if (channel->do_encode)" to "if (channel->encoding)" to
+       fix bug 58472
+
+       * tests/iochannel-test.c: Fixed so it doesn't output
+       double newlines
+
+        * glib/giochannel.c: Fixed g_io_channel_fill_buffer()
+       so that encoded_read_buf is created for UTF-8 encoding
+
+2001-08-03  Darin Adler  <darin@bentspoon.com>
+
+       * tests/strfunc-test.c: (strv_check), (main):
+       Improve strfunc test to test the split function in a way that
+       demonstrates its idiosyncrasies.
+       * tests/.cvsignore:
+
+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
+       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().