summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-23 00:06:39 +0200
committerMatthias Clasen <mclasen@redhat.com>2010-10-23 02:31:30 +0200
commitae6ba3adeb143cd05afb6576f6b5a4a857f4e74c (patch)
tree7156607da3cc33bf17288abe05e026cdc43b004a /NEWS
parent9fb36fff367480f372745cc0f989e35602fc46b8 (diff)
downloadgtk+-ae6ba3adeb143cd05afb6576f6b5a4a857f4e74c.tar.gz
NEWS for 2.91.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18c242825d..1e3da045ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+Overview of Changes from GTK+ 2.91.1 to 2.91.2
+==============================================
+
+* GtkApplication has been rewritten. It mostly relies on GApplication
+ API now. Remaining functions include gtk_application_new() and
+ gtk_window_set_application()
+
+* A GtkScrollable interface has been added and implemented by all
+ scrollable widgets. GtkScrolledWindow has ::min-display-width/height
+ properties to control the minimal size of the content area.
+
+* GtkComboBox changes:
+ - Popups can be wider than the combo box itself
+ - The deprecated GtkComboBoxEntry subclass has been removed
+ - The deprecated combo box text convenience API has been removed
+ - Numeric IDs can be associated with model values
+
+* GtkRecentManager changes:
+ - Store xbel file in XDG_USER_DATA
+ - Add gtk_recent_info_create_app_info()
+ - Add gtk_recent_info_get_gicon()
+ - Coalesce multiple changes
+
+* GtkIconView allows tree models (ignoring anything below the root level)
+
+* GtkProgressBar, GtkSpinButton and GtkEntry no longer have their own
+ input-output window
+
+* gtk_widget_hide_all() has been removed
+
+* GtkGrid: A legacy-free, height-for-width grid container
+
+* Bugs fixed:
+ 632381 438318 632538 632539 632677 632736 324899 524304 617174
+
+* Translation updates:
+ Japanese
+ Norwegian bokmål
+ Spanish
+ Telugu
+
+
Overview of Changes from GTK+ 2.91.0 to 2.91.1
==============================================