diff options
author | Tim Janik <timj@src.gnome.org> | 1998-02-23 11:14:27 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-23 11:14:27 +0000 |
commit | 1b656e0ddef81edfaf95aa766716d9e6179abb46 (patch) | |
tree | b726af8e20a11a7edcb4de9d349d1392116ce011 /NEWS | |
parent | 7c99ffb89133d9de163ba2d18e5e596118c59a39 (diff) | |
download | gtk+-1b656e0ddef81edfaf95aa766716d9e6179abb46.tar.gz |
TODO updates (major ones ;).
have the send_event field in all GdkEvents.
gtkmenu.c, gtkacceleratortable.c, gtkwindow.c: unreference accelerator_table.
gtk_object_query_args: removed seq_ids again, must have been quite tired
when i commited that change ;)
gtkoptionmenu.c: assure GTK_BIN()->child is empty when reparenting
a menu_items child.
gtkwindow.c: fixed some memory leaks.
-timj
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Forthcoming Changes for GTK+ 0.99.4: * Reference counting revolution integrated. Refer to docs/refcounting.txt on this issue. +* Implementation of a decent debugging system, see docs/debugging.txt. * Additions on the signal code for querying information about certain signals, and pending handlers of signals. * Support for user signals, and major changes to internal signal handler |