diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +### mate-panel 1.18.3 + + * Fix moving applets between panels + * Fix l10n in panel launchers + * Status notifier: follow same menu theme as rest of panel + * clock: properly handle visibility of edit button + * clock: move GtkButton in another horizontal GtkBox parent + * Fix launching Mozo from menubar/menu-button when menulibre + isn't installed + * menu: fix crash when some .desktop file has empty Icon field + * menu: restore focus after closing popup menu of a menuitem + * menu: restore focus after drag-n-dropping menuitem outside + * Some misc fixes and cleanups + * Translations update + ### mate-panel 1.18.2 * sync with transifex diff --git a/configure.ac b/configure.ac index 1f24f84a..6e9362ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.2], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.18.3], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |