diff options
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +3.22.11 (GTK 3.22) + + sync with transifex + BlackMATE: fully style noncomposited m-s-d OSD + BlackMATE: support new msd-osd-window-solid style class for non-composited OSD case + BlackMATE: make caja renaming labels more readable + ContrastHighInverse: Fix Caja rename labels when theme actually applied + cursor: add color-picker cursor image + GTK+-3.20 submarine themes: improve mate- and mintmenu + Gtk+-3.20 menta themes: fixes for mate- and mint-menu + Gtk+-3.20 Traditional themes: improve some dialog windows + Traditional themes: don't draw a bg for mate-indicator-applet + Gtk+-3.20 most themes: fix bg color in list-view of caja inactive-pane + Gtk+-3.20 all themes: add new css name matekbd-keyboard-drawing + metacity submarine themes: fix innerborder if metacity or compiz WM is used + TOK/TG: xfce4-terminal: gradient color to the notebook header border + TOK/TG: make padding in notebook tabs 2 pixels bigger + 3.22.10 (GTK 3.22) menta-fix "{{" typo breaking gtk-widgets.css file diff --git a/configure.ac b/configure.ac index 72b2043e..7cdaf102 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.10], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.11], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |