summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-06-11 21:56:12 +0300
committermonsta <[email protected]>2017-06-11 21:56:12 +0300
commitb652631aa78987e339d0f182431ee77dc05e372c (patch)
tree5c07ca0111947905bf6b0078f330a80279c55ed8
parent58b8bd541e0e09d39c3c9253ca41550d3b0f9516 (diff)
downloadmate-panel-1.18.3.tar.bz2
mate-panel-1.18.3.tar.xz
release 1.18.3v1.18.3
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00ee7fc4..597e7a6f 100644
--- a/NEWS
+++ b/NEWS
@@ -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])