Strip the prefix "IA__" from function names, since that is what GTK+ uses
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index e4a470c..cfe668b 100644 (file)
@@ -1,3 +1,42 @@
+2004-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.c (g_return_if_fail_warning): Strip the
+       prefix "IA__" from function names, since that is what
+       GTK+ uses for the PLT-reduction aliases. 
+
+Thu Sep  9 13:52:26 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmessages.c (g_return_if_fail_warning): 
+       Include implementation of g_return_if_fail_internal().
+
+Thu Sep  9 10:37:41 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmessages.h (g_return_[val_]if_fail): Use
+       a helper function to reduce code size; omit FILE/LINE
+       when we have __PRETTY_FUNCTION__.
+
+2004-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_get_home_dir): Remove a misleading comment.
+
+Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gstrfuncs.h: 
+       * glib/gstrfuncs.c (g_strv_length): Add a function to 
+       calculate the length of a NULL-terminated string 
+       array.  (#150455, Tim-Philipp Müller)
+
+       * tests/strfunc-test.c (main): Add a test for g_strv_length().
+
+2004-09-08  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/gutils.c (guess_category_value): On Win32, as last resort
+       call g_win32_getlocale() to get the current thread locale. There
+       usually aren't any POSIXish LANG or LC_* environment variables
+       present on Windows machines.
+
+       * glib/glib.def: Add g_get_language_names.
+
 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gutils.h: