summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-15 03:56:32 +0000
committerTim Janik <timj@src.gnome.org>1998-03-15 03:56:32 +0000
commitbfc969f697733c79b61955af6ac771de509dd2a7 (patch)
tree7601482ff8990606ac5d664ac7915af6f6bf2197
parente8a447e0022d500b44956a07c2f7e60847889c8f (diff)
downloadgdk-pixbuf-GTK_0_99_7a.tar.gz
updates -timjGTK_0_99_7a
updates -timj
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b13d1cc79..f32a4c410 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Overview of Changes in GTK+ 0.99.7:
* This release is mainly because 0.99.6 did not compile completely
due to a missing file.
+* Fixes to Gtk's quit handlers.
Overview of Changes in GTK+ 0.99.6:
@@ -10,6 +11,9 @@ Overview of Changes in GTK+ 0.99.6:
* Semantics of GtkWidget::delete_event changed.
* Documentation updates.
* Inclusion of Gtk tutorial.
+* Implementation of a new shutdown method for GtkObject's executed prior to
+ actual destruction. WARNING: this breaks binary compatibility, programs using
+ Gtk need to be recompiled.
* Clean ups due to compiler warnings.
* Various widget fixes.