diff options
author | monsta <[email protected]> | 2018-04-01 14:09:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-04-01 14:09:54 +0300 |
commit | a38cb72576088ced22a7f20d5c660b23273dc850 (patch) | |
tree | 89fc8011b4a5581dd6948914e8f5cc349ef86606 | |
parent | 83f033392140cfaa272a9f95c3bcfa95575c3d98 (diff) | |
download | mate-panel-1.18.8.tar.bz2 mate-panel-1.18.8.tar.xz |
release 1.18.8v1.18.8
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +### mate-panel 1.18.8 + + * get focus when displaying "applet broken" dialog + * Fix rendering of radio buttons in status notifier + * status-notifier: don't crash if menu layout has wrong type + * status-notifier: don't crash if tooltip has wrong type + * set the "document-properties" icon in "Edit Menus" + * background: reword warning about unsupported background-image value + * run dialog: fix show-program-list enabling + * run dialog: fix segfault when program list is enabled + * run dialog: use F6 to switch between entry field and program list + * run dialog: fix expand of content on window resize + * run dialog: force icon size when loading app icon + * Add gir for mate_panel_applet_set_size_hints() + ### mate-panel 1.18.7 * panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide() diff --git a/configure.ac b/configure.ac index 89ea503d..71a8c5f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.7], +AC_INIT([mate-panel], [1.18.8], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) |