Remove G_HAVE_GINT64 conditionalization.
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index ca2e4ba..0129819 100644 (file)
@@ -1,3 +1,80 @@
+Wed Oct 10 20:07:36 2001  Joshua N Pritikin  <vishnu@pobox.com>
+
+       * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64
+       conditionalization.
+
+Wed Oct 10 17:34:15 2001  Joshua N Pritikin  <vishnu@pobox.com>
+
+       * configure.in: Un-conditionalize and require a 64-bit integer
+       type.
+
+2001-10-04  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * configure.in: Avoid 'test -a'.
+
+2001-10-05  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gwin32.c: Documentation update.
+
+2001-10-04  Havoc Pennington  <hp@redhat.com>
+
+       * glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset
+
+2001-10-03  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/gutils.c (Win32) (DllMain): New function (DLL entry point)
+       to tuck away actual DLL name.
+       (GLIB_LOCALE_DIR) Use actual DLL name, instead of assuming one
+       naming convention for DLLs.
+
+       * glib/glib.def: g_string_append_printf.
+
+2001-10-02  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gstrfuncs.c, glib/giochannel.c: documentation update.
+
+       * glib/gqueue.c: add documentation.
+
+2001-10-02  Sven Neumann  <sven@gimp.org>
+
+       * glib/gstring.h (g_string_sprintfa): let the compatibility definition
+       point to the new name g_string_append_printf().
+
+2001-10-01  Alex Larsson  <alexl@redhat.com>
+
+       * glib/gconvert.[ch]:
+       Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and
+       G_CONVERT_ERROR_INVALID_URI to G_CONVERT_ERROR_BAD_URI.
+
+       * tests/uri-test.c:
+       Update tests
+
+Mon Oct  1 16:01:24 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gstring.[ch] glib/grel.c: Rename g_string_printfa()
+       to g_string_append_printf(). (#61041, Havoc Pennington.)
+
+2001-10-01  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/gwin32.c: Documentation cleanups. (#61487)
+
+2001-10-01  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gscanner.h (GScannerMsgFunc): make third argument
+       a gboolean.
+       (g_scanner_add_symbol, g_scanner_remove_symbol, 
+       g_scanner_foreach_symbol): mark these 
+       G_DISABLE_DEPRECATED. (#61469)
+
+       * glib/gscanner.c (g_scanner_msg_handler): make third 
+       argument gboolean. (#61468)
+
+2001-10-01  Sven Neumann  <sven@gimp.org>
+
+       * glib/gconvert.c
+       * glib/gspawn-win32.c
+       * glib/gspawn.c: some minor documentation fixes.
+
 2001-09-29  Alexander Larsson  <alla@lysator.liu.se>
 
        * configure.in:
@@ -1993,12 +2070,12 @@ Mon Mar 26 13:34:50 2001  Owen Taylor  <otaylor@redhat.com>
 
        [ Patch from DindinX  <David.Odin@bigfoot.com>, added docs ]
  
-       * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that don't
-       have stpcpy ().
-       * gstrfuncs.c (g_strjoin, g_strjoinv and g_strconcat): use
-       g_stpcpy () so these functions run much faster.
-       * config.h.win32.in, glib.def: add reference to g_stpcpy ()
-       * configure.in: Add a test for the stpcpy () function.
+       * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that
+       don't have stpcpy ().
+       * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): 
+       use g_stpcpy () so these functions run much faster.
+       * config.h.win32.in, glib.def: add reference to g_stpcpy ()
+       * configure.in: Add a test for the stpcpy () function.
  
 2001-03-20  Havoc Pennington  <hp@redhat.com>