diff options
author | raveit65 <[email protected]> | 2017-06-13 11:13:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-13 11:13:37 +0200 |
commit | e58067434e067af354d1f0f9b98f1c417f034fa3 (patch) | |
tree | 954e12fddc11ac9076e5e7498057e9e01391f017 | |
parent | 39bd268e7199c8dcf145ad0f9feeefe82c2ed183 (diff) | |
download | mate-panel-e58067434e067af354d1f0f9b98f1c417f034fa3.tar.bz2 mate-panel-e58067434e067af354d1f0f9b98f1c417f034fa3.tar.xz |
release 1.19.1v1.19.1
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,23 @@ +### mate-panel 1.19.1 + + * Translations update + * menu: restore focus after drag-n-dropping menuitem outside + * menu: restore focus after closing popup menu of a menuitem + * Fix: menubar/menu-button can't launch mozo + * menu: remove incorrect code from the popup menu of a menuitem + * status notifier: follow same menu theme as rest of panel + * fix moving applets between panels + * Restore Polish translation credits from GNOME + * menu: fix crash when some .desktop file has empty Icon field + * clock: properly handle visibility of edit button + * clock: drop deprecated gtk_size_group_set_ignore_hidden + * clock: move GtkButton in another horizontal GtkBox parent + * clock.c: drop deprecated gtk_size_group_set_ignore_hidden + * localized application's name and description + * menu-button: disconnect from GSettings when applet is removed + * action-button: disconnect from GSettings when applet is removed + * remove a needless glib check + ### mate-panel 1.19.0 * Translations update diff --git a/configure.ac b/configure.ac index 2ef0d670..47b1a794 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.19.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.19.1], [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]) |