Strip the prefix "IA__" from function names, since that is what GTK+ uses
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index f91299f..cfe668b 100644 (file)
@@ -1,5 +1,22 @@
 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>