ytpo fix
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index c3317b2..7b6fc3d 100644 (file)
@@ -1,3 +1,19 @@
+2002-02-11  Manish Singh  <yosh@gimp.org>
+
+       * glib/gmessages.h: need statement terminators for the if clauses for
+       the preceding change.
+
+2002-02-11  Darin Adler  <darin@bentspoon.com>
+
+       * glib/gmessages.h: Use "if (expr) else" rather than
+       "if (!(expr))" so the parentheses don't disable the gcc
+       warnings about = vs. ==.
+
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt