Strip the prefix "IA__" from function names, since that is what GTK+ uses
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 51c46b1..cfe668b 100644 (file)
@@ -1,3 +1,74 @@
+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: 
+       * glib/gutils.c (g_get_language_names): Add a function to
+       return a list of applicable locale names.  (#95587, 
+       Hidetoshi Tajima)
+       (guess_category_value, compute_locale_variants):
+       (explode_locale, unalias_lang, read_aliases): Helper 
+       functions for g_get_language_names()
+
+       * tests/testglib.c (main): Show the results of 
+       g_get_language_names()
+
+Sun Sep  5 01:46:11 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/glib.def: 
+       * glib/gmessages.h: 
+       * glib/gmessages.c (g_log_set_default_handler): New
+       function to install an alternate default log 
+       handler.  (#66387, Darin Adler)
+
+2004-09-03  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/glib.def: Update.
+
+Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gdate.h:
+       * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
+       a function to calculate the ISO 8601 week number of 
+       a date.  (#92579, Niklas Lundell)
+
 2004-09-01  Anders Carlsson  <andersca@gnome.org>
 
        * glib/goption.c: (g_option_context_parse):