summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-11-23 02:30:45 +0000
committerTim Janik <timj@src.gnome.org>1998-11-23 02:30:45 +0000
commit10a2d8be70d6d07b311c36dfece9180d68801e16 (patch)
treec1671e4d68daba0deb612aa8c5962cca23e6c6f8 /NEWS
parent988f43bfa0a4450d3086eaceb31abac2caddac74 (diff)
downloadgtk+-10a2d8be70d6d07b311c36dfece9180d68801e16.tar.gz
disconnect hadj & vadj, not 2 * hadj.
Mon Nov 23 03:21:17 1998 Tim Janik <timj@gtk.org> * gtk/gtktext.c (gtk_text_destroy): disconnect hadj & vadj, not 2 * hadj.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3e7b10c07b..2d92264b79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,24 @@
What is new in GTK+ 1.1.5:
* Theme integration
+* Widget style modification is now handled through GtkRcStyles
* GtkPixmaps now grey out pixmaps when insensitive
* Notebook enhancements
* Shadow configurability for menubars and handleboxes
* DND enhancements
-* gtkfilesel how supports automounters better
+* gtkfilesel now supports automounters better
* Implementation of expose compression
* Queued redraws of partial areas
-* Scrolledwindow/Viewport enhancements
+* Scrolledwindow (+Viewport) source incompatibilities, children that are added
+ to a scrolled window don't get an automatic viewport anymore. a convenience
+ function gtk_scrolled_window_add_with_viewport() is suplied for this task
+* Deprecated functions will now issue a message, informing the programmer about
+ the use of this function. These functions will get removed in future versions
+* Non-functional functions got removed entirely
+* gtk_widget_new() and gtk_object_new() will now auto-construct new objects.
+ A new function gtk_object_default_construct() is provided now which should
+ be called after every gtk_type_new() to perfom the auto-construction
+* Improved argument support of several widgets
* Bug Fixes
What is new in GTK+ 1.1.3: