Fix includes. (#156500, #156499, Kazuki IWAMOTO)
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index 08771e0..16526fd 100644 (file)
@@ -1,5 +1,29 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gkeyfile.c: Fix includes. (#156500, #156499, 
+       Kazuki IWAMOTO)
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
+2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
+
+       * configure.in: Added 'or' to ALL_LINGUAS.
+
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Include galias.h.
+       
+       * glib/gkeyfile.c (g_key_file_parse_value_as_comment): 
+       Don't compare strings and chars.
+
+       * glib/glib.symbols: Add new symbols.
+
+       * glib/gkeyfile.c (g_key_file_new): Fix docs.
+
+       * glib/gkeyfile.h: Use the same parameter names as in
+       the implementation and the docs.
+
        * glib/gwin32.c (g_win32_get_windows_version): Make this
        function thread-safe in the GLib style.
        * glib/gthreadinit.h: