updates for 1.1.13.

Mon Jan 18 00:02:46 1999  Tim Janik  <timj@gtk.org>

        * NEWS: updates for 1.1.13.
This commit is contained in:
Tim Janik 1999-01-17 23:08:36 +00:00 committed by Tim Janik
parent 82801232db
commit 616c485dc7
9 changed files with 46 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

14
NEWS
View File

@ -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,