[gtk+/gtk-3-22] 3.22.16



commit 4bb0d25c5b14d94bab66cee3056b2c357602b9b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 20 11:34:17 2017 -0400

    3.22.16

 NEWS         |   33 ++++++++++++++++++++++++++++++++-
 configure.ac |    4 ++--
 2 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 94510f1..9b06703 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,38 @@
+Overview of Changes in GTK+ 3.22.16
+===================================
+
+* GtkEntryBuffer no longer emits changed events when input is truncated
+
+* gtk3-icon-browser now offers to copy the icon name to the clipboard
+
+* Bugs fixed:
+ 745289 wayland: do not use g_error() on connection errors
+ 759308 Instant apply in printing dialog (number of copies)
+ 770513 MainToolbar in full-screen mode has rounded corners, which show video pixel...
+ 778853 propagate-natural-width/height request too much with !overlay-scrolling && ...
+ 779078 Adwaita: last treeview header button adds border on hover
+ 781285 Key repeat cancel under Wayland should depend on which key is repeating
+ 781945 SIGSEGV dragging window on Wayland when toplevel window set_transient_for i...
+ 782117 If a window was initially shown undecorated and set_decorated(True) is call...
+ 782283 Wayland: Crash when dismissing a menu when a tooltip is visible
+ 782325 wayland: Add possibility to get the exported handle multiple times
+ 783047 Many apps crash in gdk_event_source_prepare when logging out of GNOME
+ 783347 gtkfilechoosernativewin32: Fix support for non-ASCII paths
+ 783397 Remove unused code in gtktextdisplay.c
+ 783587 Crash when NULL is passed to GtkActionHelper to unset action-name
+
+* Translation updates
+ Czech
+ Lithuanian
+ Norwegian bokmål
+ Serbian
+ Spanish
+
+
 Overview of Changes in GTK+ 3.22.15
 ===================================
 
-* Revert an unexpeted change in listbox behavior
+* Revert an unexpected change in listbox behavior
 
 * Improve the Adwaita style for tagged entries
 
diff --git a/configure.ac b/configure.ac
index 6628e21..fe5cdec 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], [15])
-m4_define([gtk_interface_age], [15])
+m4_define([gtk_micro_version], [16])
+m4_define([gtk_interface_age], [16])
 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]