summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-07-02 00:57:54 +0200
committerraveit65 <[email protected]>2021-07-02 00:57:54 +0200
commitb7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6 (patch)
tree7c8f0a006ab316c4ce110ad05d29d132e07d3bf5
parent792cfee73b69edb417dc1adc2411e38721ddcb3b (diff)
downloadmate-panel-b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6.tar.bz2
mate-panel-b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6.tar.xz
release 1.25.3v1.25.3
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
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])