updates for 1.1.13.
authorTim Janik <timj@gtk.org>
Sun, 17 Jan 1999 23:08:36 +0000 (23:08 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 17 Jan 1999 23:08:36 +0000 (23:08 +0000)
Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>

        * NEWS: updates for 1.1.13.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 4e2ae5d..1a32d4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
index 4e2ae5d..1a32d4d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>
+
+       * NEWS: updates for 1.1.13.
+
 Sun Jan 17 17:15:59 1999  Tim Janik  <timj@gtk.org>
 
        * gtree.c (g_tree_traverse): removed assertion about rtree->root being
diff --git a/NEWS b/NEWS
index 4f27a4b..ccaf97d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of Changes in GLib 1.1.13:
+
+* Removed alloca() based function and macro variants again.
+* Improved thread related configure tests.
+* GSource destruction fixups.
+* Fixed up idle function removal based on user_data pointer.
+* Advanced Win32 portability.
+* Enforced GSource's check(), prepare() and dispatch() constrains,
+  loop recursions may only happen from dispatch(), and check() as well
+  as prepare() are called while the main_loop lock is being held.
+* GLib development now requires GNU autoconf 2.13, GNU automake 1.4
+  and GNU libtool 1.2d.
+* Lots of random portability and bug fixes.
+
 Overview of Changes in GLib 1.1.12:
 
 * Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,