Move install docs into reference manual.
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index ef65669..699dbef 100644 (file)
@@ -1,3 +1,21 @@
+2003-04-09  Matthias Clasen  <maclas@gmx.de>
+
+       * INSTALL: 
+       * INSTALL.in: Remove list of configuration flags, since these 
+       are already documented in docs/reference/glib/building.sgml.
+
+2003-04-08  Matthias Clasen  <maclas@gmx.de>
+
+       * INSTALL: Move Cross-compliation information to reference manual.
+
+Mon Apr  7 13:40:28 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (g_main_loop_run): When waiting for
+       the main loop to be freed up, wait on either
+       !loop->is_running or got_ownership, not both.
+       (Caused gtk_dialog_run() not to work in other
+       threads, reported by Jean-Yves Lefort)
+
 2003-04-07  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gutf8.c (g_utf8_strlen): Warn if p == NULL && max != 0.