diff options
author | Tim Janik <timj@src.gnome.org> | 1998-05-14 21:16:43 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-14 21:16:43 +0000 |
commit | 10e187f2f6afcd5b15962206ad782a2eb2904b5b (patch) | |
tree | de40e6587176a9c8f8be5e6a4b59ce2738c586ef /ChangeLog.pre-2-0 | |
parent | 004f0982e165a319fdab4a6573b1a291d14d7192 (diff) | |
download | gtk+-10e187f2f6afcd5b15962206ad782a2eb2904b5b.tar.gz |
chagelog fixups (yea there are even bugs in the changelog entries, fear!)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 692c1aca6e..8cb0e554d0 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,8 @@ Thu May 14 03:04:43 1998 Tim Janik <timj@gtk.org> + * gtk/gtk.defs: added GtkButtonBoxStyle and GtkOrientation definitions + from Olli Helenius <ollhel@batman.jytol.fi>. + * gtk/gtktypeutils.c (gtk_type_free): new function to take care about freeing types. (gtk_type_set_chunk_alloc): new function to allow allocation of new @@ -123,10 +126,10 @@ Mon May 11 23:53:38 1998 Tim Janik <timj@gtk.org> redrawn if that is still neccessary. don't allow queueing of already destructed objects. (gtk_widget_idle_sizer): proccess the resize queue in a save manner, so - widgets which are in the queue can be destroyed savely, handle + widgets which are in the queue can be destroyed safely, handle requeueing properly. (gtk_widget_idle_draw): proccess the redraw queue in a save manner, so - widgets which are in the queue can be destroyed/unrealized savely. + widgets which are in the queue can be destroyed/unrealized safely. Mon May 11 17:54:44 BST 1998 Tony Gale <gale@gtk.org> |