summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-02-23 11:14:27 +0000
committerTim Janik <timj@src.gnome.org>1998-02-23 11:14:27 +0000
commit1b656e0ddef81edfaf95aa766716d9e6179abb46 (patch)
treeb726af8e20a11a7edcb4de9d349d1392116ce011 /NEWS
parent7c99ffb89133d9de163ba2d18e5e596118c59a39 (diff)
downloadgtk+-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16db9dfb19..7d15299af7 100644
--- a/NEWS
+++ b/NEWS
@@ -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