cleanup
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index cffcdea..999078c 100644 (file)
@@ -1,3 +1,146 @@
+2005-08-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.8.0 ===
+
+       * NEWS: Updates
+
+2005-08-12  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gobject/genums.c: (g_flags_get_first_value): Special-case flag
+         value of 0. Instead of returning the first random GFlagsValue
+         we come across, return the GFlagsValue for 0 if it exists or
+         NULL if it does not exist. Never return the GFlagsValue for 0
+         if the requested flags value is nonzero.
+
+2005-08-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version to 2.8.0
+
+2005-08-11  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c (g_get_any_init): Use "localhost" as fallback for
+       g_get_host_name(), not "unknown".
+
+2005-08-10  Stepan Kasal  <kasal@ucw.cz>
+
+       Fix typos: Invokation --> Invocation (in various places)
+
+2005-08-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gfileutils.c (g_build_path_va, g_build_pathname_va):
+       Take a va_list*, not a va_list, to avoid compiler warnings
+       about uninitialized variables.
+
+2005-08-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/gobject/Makefile.am (test_programs): Add it here.
+
+       * tests/gobject/gvalue-test.c: Beginning of a test suite
+       for GValue.
+
+       * NEWS: Updates
+
+2005-08-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (_g_compute_locale_variants): Initialize
+       variables to not make gcc nervous.
+
+2005-08-08  Manish Singh  <yosh@gimp.org>
+
+       * glib/abicheck.sh: remove stray -V option to grep so it actually
+       works.
+
+2005-08-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/convert-test.c: Enable the endianness test.
+
+       * glib/gconvert.c: Make the caching of iconv descriptors
+       optional.
+
+       * configure.in: Add an --enable-iconv-cache option, and
+       default to disabling iconv caching on new enough glibc.
+       Somebody with access to Solaris systems will need to test
+       if opening/closing of iconv descriptors is enough of
+       a performance problem to warrant the caching on that 
+       platform. Note that the caching is causing correctness
+       problems in some corner cases, thus turning it off
+       is desirable unless it has severe performance implications.
+
+       * tests/convert-test.c: Add a test for 
+       endianness handling.
+
+2005-08-08  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
+
+       * configure.in: Added "te" to ALL_LINGUAS.
+
+2005-08-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/Makefile.am: Add convert-test here.
+
+       * tests/convert-test.c: Add the beginning of a testsuite
+       for g_convert() and friends. 
+
+2005-08-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols: Include glib_on_error_halt.
+       
+       * glib/abicheck.sh: Also check exported variables.
+
+2005-08-05  Manish Singh  <yosh@gimp.org>
+
+       * tests/refcount/closures.c: remove unused n_threads variable.
+
+2005-08-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.7.7 ===
+
+       * NEWS: Updates
+
+2005-08-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols:
+       * glib/gatomic.[hc]: Always export g_atomic_int_get and
+       g_atomic_pointer_get as functions, even if we have macros,
+       to avoid changing the ABI depending on configuration.
+       
+       * glib/gatomic.c: Fix the s390 implementations of 
+       g_atomic_pointer_compare_and_exchange.
+
+2005-08-04  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gstdio.h: Move the G_BEGIN_DECLS/G_END_DECLS pair outside
+       the #if/#else/#endif block. Otherwise we had G_BEGIN_DECLS without
+       matching G_END_DECLS on Unix, and G_END_DECLS without matching
+       G_BEGIN_DECLS on Win32.
+
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.7.6 ===
+
+       * NEWS: Updates
+
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * docs/reference/glib/tmpl/windows.sgml:
+       Add a long description, pointing people at Cygwin for a complete
+       Unix library.
+
+       * glib/gutils.c:
+       Document return value of g_get_host_name().
+
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gatomic.c: Add native atomic operations
+       for s390.
+
+       * configure.in: ... and use them on s390.
+
 2005-08-03  Ross Burton  <ross@burtonini.com>
 
        * glib/gstdio.c: