diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Forthcoming Changes for GTK+ 0.99.4: +Overview of Changes in GTK+ 0.99.4: * Reference counting revolution integrated. Refer to docs/refcounting.txt on this issue. @@ -23,6 +23,10 @@ Forthcoming Changes for GTK+ 0.99.4: * Many enhancements to GtkNotebook. * New widget GtkSpinButton, check out testgtk. * New widget GtkTipsQuery for letting the user query tooltips of widgets. +* Addition of gtkeditable base widget to encapsulate selection and + clipboard handling (Entry and Text use this) +* Text widget more complete +* Additions to GtkStatusBar to make it complete. * Gdk now supports regions. * Access masks for widget arguments (GTK_ARG_READABLE/GTK_ARG_WRITABLE). * Function replacements: @@ -32,7 +36,8 @@ Forthcoming Changes for GTK+ 0.99.4: * Support for quit handlers in gtk_main(). * Motif window mangaer hints support. * Widget arguments are now flagged for readability/writability. -* Various FAQ updates. +* Additions to documentation. +* Various FAQ updates. (FAQ now included) * 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 ;) |