[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release.

noreply at xfce.org noreply at xfce.org
Wed Jan 2 00:53:19 CET 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 8e57819186ee3c2070fbcd9c8b019e1c90f33edd
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Jan 2 00:52:49 2019 +0100

    Updates for release.
---
 NEWS            | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2fabb39..fb94ce4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+4.13.4
+======
+- Add per-panel setting "icon-size"
+- Set minimum Gtk+3 version to 3.22
+- Bugfixes:
+  - Gtk+ deprecation fixes (all plugins)
+  - tasklist: Fix group-button states
+  - libxfce4panel: arrow button size fixes
+  - launcher: plugin sizing fixes
+  - appmenu: Add support for other menu editors (Bug #11684)
+  - tasklist: Fix urgency blinking for group buttons (Bug #6904)
+  - tasklist: Add 'group-button' styleclass
+  - Fix anchors for gtk_menu_popup_at_widget (Bug #14803)
+  - Fix struts on the bottom and right of the screen (Bug #14886)
+  - tasklist: Don't listen for monitor changes in the plugin (Bug #10725)
+  - tasklist: Use Gdk to to determine which monitor contains a window
+  - tasklist: Ensure pressed buttons with open menus
+  - tasklist: Replace exo-lucency with gtkcss
+  - tasklist: Make all-minimized group buttons translucent (Bug #10862)
+  - tasklist: Switch from wnck* icons to standard names
+  - tasklist: Keep groupbutton active after closing menu
+  - tasklist: Make sure icons in the group menu are 16px
+  - tasklist: Make grouped buttons active (Bug #9129)
+  - launcher: Rely on icon-size provided by panel
+  - Prevent crash on removing certain plugins (Bug #14418)
+  - Add "configure" button to composited infobar
+  - Make compositor info in settings dialog a GtkInfoBar
+  - directorymenu: Fix crash and drop deprecated call
+  - Fix unreadable panel items without compositing (Bug #14842)
+  - launcher: Fix arrows not being shown (Bug #14373)
+  - launcher: Fix tooltip icon size (Bug #14774)
+  - Re-introduce button images to plugin settings dialogs
+  - Make the settings dialog more HIG compliant
+  - launcher: Add 'New Link' button to properties (Bug #14855)
+  - Drop the panel's welcome dialog (Bug #14388)
+  - clock: Resolve deprecations and fix binary clock
+  - Workaround for xinput2's subpixel handling (LP #1795135)
+  - Ensure the orientation style classes are always applied
+  - Add orientation-related style classes for improved theming
+  - actions: Add support for dm-tool
+  - panel-window: set struts with monitor scaling
+-Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
+  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English
+  (Great Britain), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
+  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
+  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish,
+  Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
+  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur,
+  Vietnamese
+
 4.13.3
 ======
 - Bugfixes:
diff --git a/configure.ac.in b/configure.ac.in
index 04f42b5..3a3ab9e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [3])
+m4_define([xfce4_panel_version_micro], [4])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
 
 dnl *******************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list