From d9c147543608a3ce59f6cb56ad0ab4e2c02be493 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 26 Apr 2018 16:49:02 +0200 Subject: release 1.21.0 --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d911aafb..29b3eda8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +### mate-panel 1.21.0 + + * Translations update + * css: use parsing-error signal to warn on bad css file or image + * css: Convert to GResource + * na-tray: Convert to GResource + * wncklet: Convert to GResource + * panel: Convert to GResource + * clock: Use new GdkPixbuf API to load resources + * clock: Convert to GResource + * fish: Convert to GResource + * libpanel-applet: Add panel_applet_setup_menu_from_resource() API + * Theme: consistant theming for applet drag handles in all themes + * Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()" + * panel-context-menu.c: avoid deprecated GtkImageMenuItem + * avoid 'gtk_file_chooser_dialog_new' with stock ids + * Accessibility: white/black applet handles in GNOME high contrast themes + * panel-run-dialog.ui: avoid deprecated: + * fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id + * panel-test-applets.ui: avoid deprecated: + * window-list.ui: avoid GtkVBox and GtkButton:use-stock + * workspace-switcher.ui: avoid deprecated GtkButton:use-stock + * Theme: show applet handles on non-MATE themes + * panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock + * fish.ui: avoid deprecated: + * clock.ui: avoid deprecated: + * avoid gtk_dialog_add_buttons with stock ids + * workspace-switcher: support i3 WM + * tx: update config with branch specific resoures + * workspace-switcher: support metacity WM + * Apply fix for workspace-switcher by vkareh + * Fix rendering of out-of-process window list with hidpi + * hidpi: fix tray icon spacing with window-scaling > 1 + * Fix out-of-process applet sizes for HiDPI + * Fix hide buttons make panel bigger + * run dialog: force icon size when loading app icon + * run dialog: fix expand of content on window resize + * Fix run dialog show-program-list enabling fix + * tx: add makepot and .pot files + * run-dialog: use F6 to switch between entry field and program list + * transifex: set minimum_perc and type in config file + * Fix strut sizes for HiDPI multi-monitors + * Do not down-scale monitor geometries for GDK monitors + * Scale monitor geometries down to device pixels to support multiple monitors in HiDPI + * Drawer cleanup and fix arrow behavior + ### mate-panel 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index 41b81f27..2f223904 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.20.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.21.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