diff options
author | Tim Janik <timj@src.gnome.org> | 1998-03-15 03:56:32 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-15 03:56:32 +0000 |
commit | bfc969f697733c79b61955af6ac771de509dd2a7 (patch) | |
tree | 7601482ff8990606ac5d664ac7915af6f6bf2197 /NEWS | |
parent | e8a447e0022d500b44956a07c2f7e60847889c8f (diff) | |
download | gtk+-bfc969f697733c79b61955af6ac771de509dd2a7.tar.gz |
updates -timjGTK_0_99_7a
updates
-timj
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |