]> Pileus Git - ~andy/gtk/blobdiff - NEWS
moved checks upon focus setting from gtk_window_real_set_focus to
[~andy/gtk] / NEWS
diff --git a/NEWS b/NEWS
index ac8312fa3d3b32cfbef37981a5844e34eb60c157..d6513eb8184f6838004dcc0a7ca105cf2ca5a522 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+What is new in GTK+ 1.1.6:
+
+* GtkScrolledWindow inherits from GtkBin now.
+* Lots of API clean ups.
+* Incremental freezing abilities.
+* Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket.
+* Read doc/Changes-1.2 to properly adapt your code.
+
+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 now supports automounters better
+* Implementation of expose compression
+* Queued redraws of partial areas
+* 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:
 
 * GtkCList/GtkCTree now have the ability to: