From 6af0787b7cf06ae8da8d1c6f2f75b909c3ed3274 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 2 Feb 2018 14:09:55 +0100 Subject: release 1.20 --- NEWS | 50 +++++++++++++++++++++++++++++++------------------- configure.ac | 2 +- 2 files changed, 32 insertions(+), 20 deletions(-) diff --git a/NEWS b/NEWS index 8e525074..4686432f 100644 --- a/NEWS +++ b/NEWS @@ -1,28 +1,40 @@ +### mate-panel 1.20.0 + + * Translations update + * Fix run dialog show-program-list enabling + * require GTK+ 3.22 and GLib 2.50 + * panel-run-dialog: fix build warning about incompatible type + * remove unneeded nested GTK_CHECK_VERSION block + * workspace-switcher: restore border width and spacing in prefs dialog + * context menu: add separator before Reset Panel menu item + * background: reword warning about unsupported background-image value + * set the "document-properties" icon in "Edit Menus" + ### mate-panel 1.19.6 * Support panel auto-scaling for HiDPI displays ### mate-panel 1.19.5 - sync with transifex - bump minimum required libwnck version to 3.4.6 - status-notifier: don't crash if tooltip has wrong type - status-notifier: don't crash if menu layout has wrong type - Fix rendering of radio buttons in status notifier - panel-run-dialog: fix segfault when program list is enabled - get focus when displaying "applet broken" dialog - Update workspace switcher properties dialog - update copyright year to 2018 - simplify some code - rework the process of cancelling the background change operation - status-notifier: properly handle the NULL case for items - status-notifier: handle wrong-size icons called by path - status-notifier: load icons specified by path - Fix failures to load icons when the application calls for a path and not an icon name - Fix build warning: ‘toplevel_configure_event’ defined but not used - Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined - status-notifier: fix failure to show icon for missing icon - Spelling: apps, … spaced comma + * Translations update + * bump minimum required libwnck version to 3.4.6 + * status-notifier: don't crash if tooltip has wrong type + * status-notifier: don't crash if menu layout has wrong type + * Fix rendering of radio buttons in status notifier + * panel-run-dialog: fix segfault when program list is enabled + * get focus when displaying "applet broken" dialog + * Update workspace switcher properties dialog + * update copyright year to 2018 + * simplify some code + * rework the process of cancelling the background change operation + * status-notifier: properly handle the NULL case for items + * status-notifier: handle wrong-size icons called by path + * status-notifier: load icons specified by path + * Fix failures to load icons when the application calls for a path and not an icon name + * Fix build warning: ‘toplevel_configure_event’ defined but not used + * Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined + * status-notifier: fix failure to show icon for missing icon + * Spelling: apps, … spaced comma ### mate-panel 1.19.4 diff --git a/configure.ac b/configure.ac index b1c49d0b..87a77516 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.19.6], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.20.0], [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]) -- cgit v1.2.1