From b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 2 Jul 2021 00:57:54 +0200 Subject: release 1.25.3 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 854b440e..712f9ac4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +### mate-panel 1.25.3 + + * update translations + * update copyright to 2021 + * workspace-switcher: support xmonad WM + * window-list.c: use g_settings_* functions directly instead of using stored values + * window-list.ui: use GtkNotebook + * Replace deprecated GCompletion with GtkEntryCompletion + * struts: add panel_xutils_unset_strut + * panel-xutils: tab to spaces + * panel-struts: tab to spaces + * Make Recent Documents list in Places menu of configurable length (#1216) + * Add window list disable mouse scrolling function + * Add panel-ditem-editor-dialog.ui + * notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface description + * notification_area: move XAyatana(New)Label case at the bottom + * notification_area: fix memory leak + * Add text label display function for notification area + * Redundant NULL check before freeing a variable + * build: Use PACKAGE_URL variable + * Update copyright to 2021 + * panel-toplevel: declaration of 'allocation' shadows a parameter + * panel-menu-items: declaration of 'item' shadows a previous local + * Local variable shadows outer variable warning reported by cppcheck + * Variable is reassigned a value before the old one has been used + * wncklet: remove extra ref on gdk_x11_window_foreign_new_for_display + * panel-properties-dialog: show dialog on _present instead of _new + * wncklet: search the window before creating a new one + * wncklet: Condition ~wm_name is always true + * wncklet: variable is assigned a value that is never used + * wncklet: missing breaks on switch cases + ### mate-panel 1.25.2 * update translations diff --git a/configure.ac b/configure.ac index bf476cea..9983bd7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.25.2], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.25.3], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [https://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