diff options
-rw-r--r-- | NEWS | 47 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 48 insertions, 1 deletions
@@ -1,7 +1,54 @@ +3.22.3 (GTK 3.22) + + + +3.22.2 (GTK 3.22) + + Translations update + GTK+-3.20 all themes: add background-image to the ruberband style class + GTK+-3 Submarine themes: fix jumping pathbar toggle button + GTK+-3.20 TOK themes: improvements for GtkNotebook + GTK+-3.20 GreenLaguna: improvements for GtkNotebook + GTK+-3.20 Menta themes: GtkNotebook improvements + GTK+-3.20 Submarine themes: GtkNotebook improvements and more + GTK+-3.20 TOK themes: fix tabs in mate-terminal + GTK+-3.20 Menta themes: fix tabs in mate-terminal + + 3.22.1 (GTK 3.22) + Translations update + GTK+-3.20 TOK themes: remove notebook border color for pavu-control + GTK+-3.20 GreenLaguna: remove notebook border color for pavu-control + GTK+-3.20 Submarine themes: remove notebook border color for pavu-control + GTK+-3.20 Menta themes: remove notebook border color for pavu-control + Gtk+-3.20 submarine themes: change pathbar settings in caja to follow latest changes in master + Gtk+-3.20 Menta themes: change pathbar settings in caja to follow latest changes in master + GTK+-3.20 most themes: fix fg color of treeview.trough if selected + GTK+-3.20 GreenLaguna: style treeview progressbar + GTK+-3.20 TOK themes: style treeview progressbar + GTK+-3.20 submarine themes: style treeview progressbar + GTK+-3.20 Menta themes: style treeview progressbars + GTK+-3.20 BlackMATE: fix treeview progressbars + GTK+-3.20 TOK themes: style pavu-control + GTK+-3.20 GreenLaguna: style pavu-control + Gtk+-3.20 Submarine themes: style pavu-control + GTK+-3.20 Menta themes: style pavu-control + GTK+-3.20 Menta and Submarine: minor icon size correction for na-tray-applet + GTK+-3.20 all themes: use "%" units instead of of hardcoded values for font-size + GTK+-3.20 Submarine themes: fix notebook tabs in atril annotation sidebar + 3.22.0 (GTK 3.22) + Translations update + GTK+-3.22 BlackMATE: Fix font warning + GTK+-3.22 TOK themes: fix deprecacted 'one color stop with linear-gradient' and fonts setiings + GTK+-3.22 GreenLaguna: fix deprecacted 'one color stop with linear-gradient' and fonts setiings + GTK+-3.22 Submarine themes: fix deprecacted 'one color stop with linear-gradient' and fonts setiings + GTK+-3.22 Menta themes: fix deprecated one color stop with linear-gradient() + GTK+-3.22 Menta themes: fix font deprecations + GTK+-3.22 BlackMATE: fix font, deprecation errors + 3.20.9 (GTK 3.20) Translations update diff --git a/configure.ac b/configure.ac index 340ad4a5..5bd76195 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.1], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.3], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |