summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-02-17 08:32:55 +0000
committerTim Janik <timj@src.gnome.org>1998-02-17 08:32:55 +0000
commitb5cb66dc35b0dda22d808f3b5557743a377cfbf2 (patch)
tree811db889dfcc5e8a644e113d4403aff2241e48b1 /NEWS
parenta3034938827c6b66ac536a19f737d64d94d60309 (diff)
downloadgdk-pixbuf-b5cb66dc35b0dda22d808f3b5557743a377cfbf2.tar.gz
invoke gtk_entry_grow_text already in this place, so the application will
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org> * gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already in this place, so the application will never see entry->text==NULL. (see also ChangeLog entry from Tue Feb 11 1997 on this). also i added some blurb about recent changes to the NEWS file, and updated the TODO.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8fc9154fd..335d5223d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Forthcoming Changes for GTK+ 0.99.4:
+
+* Reference counting revolution integrated.
+ Refer to docs/refcounting.txt on this issue.
+* 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
+ handling for proper removal and invokation of after signals.
+* GtkTooltips became a true descendant of GtkObject.
+* Split up of the widget/object flags into a private and a public portion,
+ consult docs/widget_system.txt on this.
+* Support for hot keys on gtk programs via gtk_key_snooper_install().
+* Reimplementation of the *_interp functions as *_full functions to provide
+ simple callback functions as well.
+* Idle functions are now prioritized.
+* Clean ups and many many bug fixes by a lot of people all over the place.
+* New, long and descriptive ChangeLog entries for bored readers ;)
Overview of Changes in GTK+ 0.99.3:
@@ -21,4 +38,3 @@ Overview of Changes in GTK+ 0.99.3:
* Added switch_page signal to notebook widget
* Documentation additions
* Other bug fixes...
-