[gtk+/gtk-3-22] 3.22.9



commit c3914178383f6063a77425f9c4461b5f5d5dcdfe
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 27 16:37:03 2017 -0500

    3.22.9

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 082fe66..3bf4bcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Overview of Changes in GTK+ 3.22.9
+==================================
+
+* Bugs fixed:
+ 136059        Ctrl-navigation works in opposite direction in right-to-left text
+ 776821        Scale factor not properly propagated upon reparent
+ 778203        icon shown at top left corner when dnd begins
+ 778328        Pressure sensitivity lost after removing pen from screen (Surface Book/MyPaint)
+ 778534        Widget: Document signal mnemonic-activate
+ 778678        gtkshow: Prefer gtk_show_uri_on_window() which works for sandboxed apps
+ 778726        Use gtk_show_uri_on_window()
+ 778746        Rename popover is sometimes misplaced
+ 778835        Wrong screen size returned when in HiDPI mode
+ 778905        Frame: documented flat style class is not usable
+ 779005        GtkFrame: Fix shadow after theme changes
+ 136059 Ctrl-navigation works in opposite direction in right-to-left text
+ 772505 Wayland: menu does not resize after disabling an action
+ 774148 Gtk.Popover misplacement in Wayland
+ 778019 Key repeat under wayland behaves differently, making keyboard navigation e.g. in
+        vim annoyingly unreliable
+
+* Translation updates:
+ Brazilian Portuguese
+ Chinese
+ Chinese (Taiwan)
+ Galician
+ German
+ Hungarian
+ Italian
+ Lithuanian
+ Polish
+ Serbian
+ Spanish
+ Swedish
+
+
 Overview of Changes in GTK+ 3.22.8
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 837cd1f..62079a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [22])
-m4_define([gtk_micro_version], [8])
-m4_define([gtk_interface_age], [8])
+m4_define([gtk_micro_version], [9])
+m4_define([gtk_interface_age], [9])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])
 m4_define([gtk_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]