[gnome-taquin] Prepare 3.19.1.



commit 521bc15a4280e64ba4b21d0ef557f8db29ff7fb3
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Oct 27 23:05:26 2015 +0100

    Prepare 3.19.1.

 NEWS            |   11 +++++++++++
 configure.ac    |    2 +-
 data/taquin.css |    3 +++
 3 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2019cd0..1d6bf05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.19.1 – October 27, 2015
+=========================
+
+Changes since 3.18.1
+* Updated czech translation
+* Adaptation to current CSS-nodes
+
+Known issue
+* Narrow no-break space (U+202F) looks not rendered in some locales
+* CSS-nodes will break again
+
 3.18.1.1 - October 15, 2015
 =========================
 
diff --git a/configure.ac b/configure.ac
index afcd7bf..e05f063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([GNOME Taquin], [3.18.1.1], [https://bugzilla.gnome.org/],
+AC_INIT([GNOME Taquin], [3.19.1], [https://bugzilla.gnome.org/],
         [gnome-taquin], [https://wiki.gnome.org/Apps/Taquin])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
diff --git a/data/taquin.css b/data/taquin.css
index a45594b..541e759 100644
--- a/data/taquin.css
+++ b/data/taquin.css
@@ -1,3 +1,5 @@
+/* GtkXyz is pre-3.19.1 */
+
 GtkModelButton.radio-like-toggle#radio-fifteen {
     background-image: url("resource://org/gnome/taquin/images/15-Puzzle.png");
 }
@@ -11,6 +13,7 @@ GtkModelButton.radio-like-toggle {
     color: @theme_fg_color;
     background-color: transparent;
 }
+GtkModelButton.radio-like-toggle GtkLabel,
 GtkModelButton.radio-like-toggle label {
     padding-bottom: 165px;
 }


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