diff options
author | raveit65 <[email protected]> | 2022-01-26 17:12:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-01-26 17:50:11 +0100 |
commit | 4d65b4dfa9b985d05f4e29a2e6a811e01fab177f (patch) | |
tree | 9b70669b2e1a38798d9bd46282070717fb5890de | |
parent | 5e8a18b41ac95de09af162b73373598199fae562 (diff) | |
download | mate-panel-4d65b4dfa9b985d05f4e29a2e6a811e01fab177f.tar.bz2 mate-panel-4d65b4dfa9b985d05f4e29a2e6a811e01fab177f.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,4 +1,34 @@ ### mate-panel 1.27.0 + * update translations + * wncklet: The values stored in the wrapper hash table are incorrect + * notification_area: fix build warning -Wbad-function-cast + * panel-run-dialog: address of array 'dent->d_name' will always evaluate to 'true' + * clock: fix memory leak + * panel-toplevel.h: fix indent + * Fix some -Wsign-compare warnings + * Use dashes for applet-[added|removed|move], back-change, size-change + * Remove unnecessary cast in g_signal_connect* call + * Upscale in panel_xutils_set_strut + * panel-toplevel: fix the computed dimension for (non) auto hidden panels + * struts: add support for _GNOME_WM_STRUT_AREA + * Use dashes instead of underscores in signal names + * clock: gtk_entry_set_alignment in clock.ui + * clock: gtk_entry_set_width_chars in clock.ui + * clock: Upgrade clock.ui + * clock: Define _clock_get_widget instead of using one sentence method + * clock: simplify temperature_unit_changed and speed_unit_changed + * clock: fix temperature_unit_changed and -Wsign-compare warnings + * Use GLib's new g_clear_signal_handler() function to simplify code + * Use g_clear_pointer() and g_clear_object() + * panel-test-applets: fix memory leak + * Fix build warnings about missing field initializer + * Use a blank line at most + * sn-dbus-menu-item: fix include guard + * panel-applet-private: fix include guard + * fix show window thumbnails check button + * adapt ui file to reverted window-list.c + * Updated installation instructions ; added missing build dependency + * fix mate-desktop-item-edit executable ### mate-panel 1.26.0 |