[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.9

noreply at xfce.org noreply at xfce.org
Thu Dec 26 21:42:42 CET 2019


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

f   2   4   0   4       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 apps/xfce4-terminal.

commit 1cc8a91439aa918591af6d13ef4f1f1709b4ea31
Author: Igor <f2404 at yandex.ru>
Date:   Thu Dec 26 15:41:17 2019 -0500

    Release 0.8.9
---
 NEWS            | 42 ++++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d87b204..5d1c0a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+0.8.9
+=====
+- Respect the "Working Directory" setting when opening initial window (the
+  current directory was used instead). (bug #16292)
+- Disable "Paste" actions in read-only mode
+- Point session manager to desktop file. This means that the session manager
+  will know the (translated) name and icon for the application. This is visible
+  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
+- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
+- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
+  which is normally used for "Help" menu. (bug #15989)
+- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
+- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
+  window size when showing or hiding widgets such as tabbar, toolbar, menubar
+  on Wayland.
+- Fix size increase when the menu is used on Wayland (bug #13938)
+- Avoid passing null pointer to g_warning()
+- Replace GLib threading functions with their GDK counterparts
+- Fix setting a font via the command line (bug #15869)
+- Properly apply zoom factor when creating new tab (bug #15785)
+- Add icons to "Cancel" and "Paste" buttons
+- Fix background color changing when changing focus if "Vary the background
+  color for each tab" is enabled (bug #15740)
+- Revert "Save accelerators map on exit". It turned out that saving accelerators
+  map on exit prevents users from disabling the Alt+N shortcuts by setting them
+  to "" in accels.scm. The shortcuts that had been disabled got overridden on
+  the next launch of the terminal. (bug #16058)
+- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
+  #15729)
+- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
+  otherwise, it won't be able to unmaximize the window once it's shown again.
+  (bug #15681)
+- Allow to use --maximize with drop-down windows
+- Search dialog: Make opacity scale unfocusable. This prevents the text entry
+  from losing focus when the opacity scale is used.
+- Fix closing tabs with middle click. This includes switching to last active
+  tab, allowing to undo close tab, and checking for a running process. (bug
+  #15687)
+- Translation updates: Croatian, English (United Kingdom), Finnish, French,
+  Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak,
+  Slovenian
+
 0.8.8
 =====
 - Do not show "Rewrap on resize" option for vte>=0.58: it's been deprecated,
diff --git a/configure.ac.in b/configure.ac.in
index 4bece7a..9fc9c11 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
-m4_define([terminal_version_micro], [8])
+m4_define([terminal_version_micro], [9])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


More information about the Xfce4-commits mailing list