summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-07-10 14:00:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-07-10 14:39:07 -0400
commit369ffae8dc2ef15db54449cd45f6818463ab8256 (patch)
treec42efd9ba084bd1ba9cc45d5de7b6209d82f0359 /NEWS
parentb664c328b4288f65bd4585900ad9233791d3772f (diff)
downloadgtk+-369ffae8dc2ef15db54449cd45f6818463ab8256.tar.gz
Update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06fae6705e..715fa9ca50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,42 @@
Overview of Changes from GTK+ 2.17.3 to 2.17.4
==============================================
+* GtkEntry now has model-view separation, with GtkEntryBuffer.
+ One intended use case for this is to support 'secure memory'
+ for password entries.
+
+* The print dialog can now optionally include the page setup
+ controls, avoiding the need for a separate page setup dialog
+ in many applications.
+
+* Coloring of visited links in GtkLabel can now be turned off, with
+ the ::track-visited-links property.
+
* Support for clipmasks in gdk_draw_pixbuf now works, this will
introduce visual changes in code that uses clipmasks when drawing
pixbufs. However, since this never worked that is unlikely to happen.
Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
pixbufs will now produce truncated results at the edges.
+* A number of regressions from the client-side window merge have
+ been fixed.
+
+* The directfb GDK backend has been fixed to build with csw.
+
+* Bugs fixed:
+ 569393 gtk calendar localization YM note is wrong
+ 587559 Popup closes immediately
+ 551409 Print dialog should include page size and orientation
+ 588115 gvim clipboard broken
+
+* Updated translations:
+ Dutch
+ Estonian
+ Spanish
+ Ukrainian
+ Vietnamese
+
+
Overview of Changes from GTK+ 2.17.2 to 2.17.3
==============================================