Make the size_t size detection work on AIX. (#309725)
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index 0f37f47..ce645c0 100644 (file)
@@ -1,5 +1,39 @@
+2005-07-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Make the size_t size detection work on AIX. 
+       (#309725)
+
+2005-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Require a newer gtk-doc.
+
+2005-07-01  Hans Breuer  <hans@breuer.org>
+
+       * glib/gmessages.c : include <process.h> for getpid()
+       * glib/gmappedfile.c : include <io.h> for close() etc.
+       * glib/makefile.msc.in : add    gmappedfile.obj
+
+2005-07-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gkeyfile.c (g_key_file_get_key_comment): 
+       (g_key_file_get_top_comment): Don't reverse the order of multiline 
+       comments.
+       (g_key_file_get_group_comment): Actually get the group comment.
+
+       * tests/keyfile-test.c (test_comments): Test that comments are
+       handled properly.  (#309263, Mikael Magnusson)
+
 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version
+
+       * === Released 2.7.1 ===
+
+2005-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstring.c (g_str_hash): Fix portability issues.  
+       (#307064, Morten Welinder)
+
        Apply a patch which may make GLib work on BeOS again.  
        (#309157, Kian Duffy)