diff options
author | raveit65 <[email protected]> | 2019-03-11 11:02:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-11 11:02:03 +0100 |
commit | 625ada7977cb8fbac5c1823902b16bf6ef9e7275 (patch) | |
tree | 10a453d9ad34e22b47872009d0243b45426bbcc7 | |
parent | 3d784274e45a345b65c5613d4e12279e97b5d70d (diff) | |
download | mate-themes-3.22.19.tar.bz2 mate-themes-3.22.19.tar.xz |
release 3.22.19v3.22.19
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 26 insertions, 15 deletions
@@ -1,20 +1,31 @@ +### 3.22.19 (GTK 3.22) + + * Translations update + * add Travis-CI support + * TOK/TG: fix menubar view for LibreOffice + * Menta metacity: synchronize frame_geometry + * BlackMATE: fix invisible checkboxes in Firefox content when userChrome.css is used + * Trad. and Menta themes: fix menu accelerator + * submarine: fix font-color headerbar button.default + * Trad. and GreenLaguna: fix lightdm-gtk panel + ### 3.22.18 (GTK 3.22) - sync with transifex - Menta/Submarine: fix backdrop/focus state with gnome-disk-utility - submarine: reduce button radius - submarine: fix headerbar backdrop state button jumping - some themes: drop styling for eom sidebar buttons - submarine: give emoji-picker popup a nicer look - submarine: few fixes for buttons in titlebar and popovers - submarine: fix font color in lightdm-settings - highcontrast: Use normal titlebar size for utility windows - all themes: add a thiny border to the panel - submarine: fix borders in filechooser placessidebar + * Translations update + * Menta/Submarine: fix backdrop/focus state with gnome-disk-utility + * submarine: reduce button radius + * submarine: fix headerbar backdrop state button jumping + * some themes: drop styling for eom sidebar buttons + * submarine: give emoji-picker popup a nicer look + * submarine: few fixes for buttons in titlebar and popovers + * submarine: fix font color in lightdm-settings + * highcontrast: Use normal titlebar size for utility windows + * all themes: add a thiny border to the panel + * submarine: fix borders in filechooser placessidebar ### 3.22.17 (GTK 3.22) - * sync with transifex + * Translations update * submarine: drop double border of scrollbar sliders * Submarine: some border fixes for caja notebook * all themes: xrandr-applet menu styling @@ -48,7 +59,7 @@ ### 3.22.15 (GTK 3.22) - * sync with transifex + * Translations update * Submarine themes: remove a box-shadow at engrampa toolbar * submarine themes: remove padding from caja-sidebar treeview * all themes caja: remove right-border from scrolledwindow.frame @@ -61,7 +72,7 @@ ### 3.22.14 (GTK 3.22) - * Sync with transifex + * Translations update * TOK/TG: sliders: keep the original size * Gtk+-3.20 submarine: reduce border radius for treeview.selected/hover in sidebars * Gtk+-3.20 submarine: set font color for spinbutton entry diff --git a/configure.ac b/configure.ac index 76f77df7..44b41ec0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.18], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.19], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |