From 943b2e8da78d9d059c46689ecaaabfd5909a7220 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 23 Nov 2015 15:36:34 -0500 Subject: [PATCH] 3.19.3 --- NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ba65051ba..b08969098f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +Overview of Changes in GTK+ 3.19.3 +================================== + +* Theming changes + - Non-standard CSS properties have been renamed to have a -gtk- + prefix (the old names still work, with a warning): + gtk-key-bindings is now -gtk-key-bindings + icon-shadow is now -gtk-icon-shadow + - CSS parsing errors and warnings are shown in the inspector + +* GtkShortcutsWindow: + - Widgets are more complete, to allow supporting them in glade + - GtkShortcutsShortcut can now show gestures as well, GtkShortcutsGesture + is no longer needed and will be removed soon + - GtkShortcutsShortcut supports standard gestures, with predefined + icons and subtitles + +* Bugs fixed: + 746745 Window suddenly always on top + 758025 cursor flickering + 758094 GtkSpinButton missing redraw + 758187 Stock images for gestures + 758367 GTK+ 3 does not respect bold in org.gnome.desktop.interface font-name + 758407 Could not send the search request \ GDBus.Error:org.freedesktop.Tr... + 758442 gtk_style_context_save() destroys style information + +* Translation updates: + Lithuanian + Portuguese + + Overview of Changes in GTK+ 3.19.2 ================================== diff --git a/configure.ac b/configure.ac index 28d2e20b1d..32ae090012 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [19]) -m4_define([gtk_micro_version], [2]) +m4_define([gtk_micro_version], [3]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])