diff options
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c5fd2f0f1c..fe6716b28c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,16 @@ +Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the + GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the + GTK_OBJECT_DESTROYED() check macro. + + * gtk/gtkbindings.c (gtk_bindings_activate): Remove + instances of GTK_OBJECT_DESTROYED() that weren't + needed any more. + + * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED + for a connection to ::destroy. + Sun Nov 18 18:18:11 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should |