summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-12-24 17:49:03 +0100
committerraveit65 <[email protected]>2017-12-24 17:49:03 +0100
commit28dad31548e550b49b23c52859b9de77370bb83f (patch)
tree126ec10fb39c58fa59ac283a7e0afda29f5acaaa
parentc156e1e385e53d21b2bab52a5ab378b724324e9e (diff)
downloadmate-panel-28dad31548e550b49b23c52859b9de77370bb83f.tar.bz2
mate-panel-28dad31548e550b49b23c52859b9de77370bb83f.tar.xz
release 1.19.4v1.19.4
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 83101535..cd7515fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+### mate-panel 1.19.4
+
+ * Translations update
+ * WidthOfScreen and HeightOfScreen implementation
+ * panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()
+ * remove ancient gnome-panel leftovers
+ * Keep the right icons on bottom still displaying right when the resolution change larger
+ * wncklet: disconnect signals by data on destroy
+ * clock: disconnect one more signal handler on destroy
+ * panel-applet-frame-dbus-c: comment out newly unused variable
+ * Clock: don't check variables that can never be < 0 for < 0
+ * panel-applet-frame-dbus.c: comment out never used code block
+ * panel-toplevel: remove duplicate break statement
+ * status-notifier: remove duplicate check found by cppcheck
+ * status-notifier: hide mate-polkit icon if passive
+ * Apply position fix on popup to GTK 3.20 and earlier
+ * GTK 3.22 status notifier: reposition menu when size changes
+ * GTK 3.22/status-notifer Fix menu position if size changed since last shown
+ * Stop panel collapse left on adding certain out-of-process applets
+ * make file/folder launchers work again
+ * panel-context-menu: Add confirmation dialog to panel reset option
+ * Add option to context menu to reset the panel
+ * clock:disconnect signal handlers on destroy
+ * Fix crashes on moving/removing applets with glib 2.53.4 or later
+ * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
+ * Add a gsettings key to enable/disable SNI Support (#600)
+
### mate-panel 1.19.3
* Translations update
diff --git a/configure.ac b/configure.ac
index 0120438f..9c767b1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.19.3], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.19.4], [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])