summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-10 20:45:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-10 20:45:21 -0400
commit7d7bb3c99921ee5b336b8b73436944fc90bec72a (patch)
treecac2009af2a6d14816136328c1be49860d29e5b2 /NEWS
parent2c13b36d751dae1db1817b0162e3cec1cbd9b5ab (diff)
downloadgtk+-7d7bb3c99921ee5b336b8b73436944fc90bec72a.tar.gz
Updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3de13bf3e..dde198380e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,26 @@
Overview of Changes from GTK+ 2.20.x to 2.90.0
==============================================
-* GtkExtendedLayout: Width-for-height geometry management
+* GtkExtendedLayout: Width-for-height geometry management. This change
+ is known to currently cause minor problems in some applications, see
+ 617444 GNU emacs warnings with extended layout GTK+
+ 617556 inkscape toolbars broken with extended layout
* gtk_icon_theme_load_symbolic: Support for 'symbolic' icons
+* Applications can indicate their preference for a dark theme
+ variant by setting GtkSettings::gtk-application-prefer-dark-theme
+
+* Tooltip positioning has been changed to make it less likely
+ that the tooltip covers up the widget that it relates to
+
+* Deprecated functions have been removed (though some more work
+ remains to be done in GDK)
+
+* This release is parallel installable with GTK+ <= 2.22, by renaming
+ .pc files, libraries, include paths, module paths, gtkrc files, etc
+ to include a '3.0' in its name.
+
Overview of Changes from GTK+ 2.19.7 to 2.20.0
==============================================