diff options
author | Martin Wimpress <[email protected]> | 2019-09-23 21:39:57 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2019-09-23 21:39:57 +0100 |
commit | f33a3ad3d01c5d267d1d82c9f74db25cf3c47e22 (patch) | |
tree | fe5d45a2ba76c841ab296908b24c8f34c7187c73 | |
parent | 65ff009e65f751850049150b24fc6b1dc8f21410 (diff) | |
download | mate-netbook-f33a3ad3d01c5d267d1d82c9f74db25cf3c47e22.tar.bz2 mate-netbook-f33a3ad3d01c5d267d1d82c9f74db25cf3c47e22.tar.xz |
release 1.22.2v1.22.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### mate-netbook 1.22.2 + + tx: sync with transifex + Use the same variable name for return value than elsewhere + Remove cppcheck warnings with better variables scope + Remove unused variable declaration in applet.c and task-list.c + Add an option to disable the bold face of the window title in applet + Make the 'show-home-title' feature work again + Fix several compilation warnings + Refactor the on_active_window_changed function + Remove a runtime error due to event->time sending buggy values + Change preference label for the window picker applet, and add a tooltip + Cleanup whitespaces + ### mate-netbook 1.22.1 tx: sync with transifex diff --git a/configure.ac b/configure.ac index 8108c9c..efcf3a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.22.1, []) +AC_INIT(mate-netbook, 1.22.2, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) |