diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-02-12 03:02:14 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-02-12 03:02:14 +0000 |
commit | 9dee8ee4e4fca545ae4b2a2d41aa748cdc8cac1a (patch) | |
tree | 39139a8cfbfcc7907bc0a6a5a7068ff53f457b59 /ChangeLog.pre-2-0 | |
parent | 31a238b6b67f5d45ecb0c82d950da47a85052108 (diff) | |
download | gtk+-9dee8ee4e4fca545ae4b2a2d41aa748cdc8cac1a.tar.gz |
Fixed unrealize handler to comply with the documentation (which mentions
2018-02-11 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c:
* gtk/gtkentry.c:
* gtk/gtkfixed.c:
* gtk/gtkhandlebox.c:
* gtk/gtknotebook.c:
* gtk/gtkpaned.c:
* gtk/gtkpreview.c:
* gtk/gtkrange.c:
* gtk/gtkruler.c:
* gtk/gtktext.c:
* gtk/gtkviewport.c:
Fixed unrealize handler to comply with the
documentation (which mentions the right thing to do).
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ae74e20b35..e0f39904ce 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,19 @@ +2018-02-11 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtkclist.c: + * gtk/gtkentry.c: + * gtk/gtkfixed.c: + * gtk/gtkhandlebox.c: + * gtk/gtknotebook.c: + * gtk/gtkpaned.c: + * gtk/gtkpreview.c: + * gtk/gtkrange.c: + * gtk/gtkruler.c: + * gtk/gtktext.c: + * gtk/gtkviewport.c: + Fixed unrealize handler to comply with the + documentation (which mentions the right thing to do). + Wed Feb 11 00:18:31 1998 Tim Janik <timj@gimp.org> * docs/refcounting.txt: backed out the section "Gnits to care about". |