[gtk+/gtk-3-22] 3.22.18



commit e1cf6281fe800c070d599aef0681ef4f776e1775
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 7 15:43:44 2017 -0400

    3.22.18

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f351e73..85329b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Overview of Changes in GTK+ 3.22.18
+===================================
+
+* Support entering emoji by name, using Ctrl-Shift-E
+
+* Wayland:
+ - Add support for the shortcut inhibitor protocol
+ - Support Wacome tablet wheel scrolling
+
+* Bug fixes:
+ 771959 gtk_init_with_args fails when no display is found / does not comply w...
+ 776903 Label with hyperlinks cannot be opened with touch on wayland
+ 776909 gtk_adjustment_clamp_page: Conditional jump or move depends on uninit...
+ 777333 In a GNOME Wayland session, gnome-terminal windows cannot be moved ar...
+ 777515 gtk3-icon-browser doesn't list document-edit-symbolic icon
+ 778188 VTE crashes on multiple repeated BELL chars
+ 780938 No icon tooltip shown in GtkEntry
+ 781246 Return value of gtk_widget_get_parent_window should be marked (nullable)
+ 782870 X11 Grabbing Broken with GtkScrolledWindow
+ 783343 Wayland: RFC - add shortcut inhibitor support
+ 783649 negative content width warning in GtkLevelbar
+ 783716 Support wayland-tablet wheel events
+ 783906 gtk_accelerator_get_label broken
+ 784624 process-stop-symbolic hardcoded as app menu fallback
+ 785255 Quitting world's simplest program containing a single GtkEntry causes...
+ 785375 Cursors for Wacom tablets are not always updated correctly under Wayland
+ 785423 Missing nullable annotation for gtk_bin_get_child
+ 785672 Entry: Setting icon tooltip to empty disables tooltip on whole widget
+
+* Translation updates:
+ Finnish
+ Slovenian
+
+
 Overview of Changes in GTK+ 3.22.17
 ===================================
 
diff --git a/configure.ac b/configure.ac
index cf8c891..6b87415 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], [17])
-m4_define([gtk_interface_age], [17])
+m4_define([gtk_micro_version], [18])
+m4_define([gtk_interface_age], [18])
 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]