diff options
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 28 insertions, 1 deletions
@@ -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]) |