summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-01 04:53:56 +0000
committerTim Janik <timj@src.gnome.org>1998-03-01 04:53:56 +0000
commitd491547e869c5b918e998e1c68449d2d0e742ada (patch)
tree6163c5a04b36762c460187347edc3d6bc5f2d460 /NEWS
parent91c1c8dddb06e46ddd4b0eb9079afc0107d7fc90 (diff)
downloadgdk-pixbuf-d491547e869c5b918e998e1c68449d2d0e742ada.tar.gz
quit handlers and idle_remove_by_data fixups
-timj
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 81962b9ac..9d954176b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,18 @@ 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.
+* Implementation of a decent debugging system, you would want
+ to export GTK_DEBUG=objects if you are going to develop gtk applications,
+ refer to docs/debugging.txt for further information.
* 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 signal removal and invokation of after signals.
-* GtkTooltips became a true descendant of GtkObject and facilitates an
- extra tip string which can be used as e.g. an index into context help.
+* Additional signals for various widgets e.g, GtkHandleBox::child_attached,
+ GtkHandleBox::child_detached, GtkWidget::style_set, GtkWidget::parent_set.
+* GtkTooltips became a true descendant of GtkObject via derivation from
+ GtkData and facilitates an extra tip string which can be used as e.g. an
+ index into context help.
* 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().
@@ -16,13 +21,18 @@ Forthcoming Changes for GTK+ 0.99.4:
simple callback functions as well.
* Idle functions are now prioritized.
* Many enhancements to GtkNotebook.
+* New widget GtkSpinButton, check out testgtk.
* New widget GtkTipsQuery for letting the user query tooltips of widgets.
+* Gdk now supports regions.
* Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE).
* Function replacements:
g_string_hash() -> g_str_hash()
g_string_equal() -> g_str_equal()
gtk_tooltips_set_tips() -> gtk_tooltips_set_tip()
+* Support for quit handlers in gtk_main().
* Motif window mangaer hints support.
+* Widget arguments are now flagged for readability/writability.
+* Various FAQ updates.
* 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 ;)