diff options
author | raveit65 <[email protected]> | 2021-07-02 00:57:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-07-02 00:57:54 +0200 |
commit | b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6 (patch) | |
tree | 7c8f0a006ab316c4ce110ad05d29d132e07d3bf5 | |
parent | 792cfee73b69edb417dc1adc2411e38721ddcb3b (diff) | |
download | mate-panel-b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6.tar.bz2 mate-panel-b7f96b103cf84ee06fba2970b2fbe0eb71fc7bb6.tar.xz |
release 1.25.3v1.25.3
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 33 insertions, 1 deletions
@@ -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]) |