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

noreply at xfce.org noreply at xfce.org
Tue May 15 16:49:11 CEST 2018


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 35cd7a440dc4150472df66ebddd3bcfb6f67a2b9
Author: Igor <f2404 at yandex.ru>
Date:   Tue May 15 10:45:49 2018 -0400

    Release 0.8.7.4
---
 NEWS            | 26 ++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7aec37d..6466e4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.8.7.4
+=======
+- Tab became active if unclosed to the left of the current tab
+- Fix new tab being one pixel short under some GTK themes (e.g., Greybird)
+  which led to changing the window geometry and losing a row (bug #13263)
+- Resolve deprecation of vte_terminal_match_set_cursor_type()
+- Add --preferences command line option and corresponding .desktop file: this
+  allows to open a standalone Preferences dialog from Xfce Settings (bug #13249)
+- Add command line options for setting text (foreground) and backround colors:
+  --color-text and --color-bg, respectively (bug #4887)
+- Add "Copy Input" action: it shows a popover and allows to copy the input
+  to all tabs within the current window (bug #10047)
+- Update URLs to use https protocol
+- Add info on accels.scm to the man page
+- Reduce the Preferences dialog height
+- First show the terminal and then update its settings (bug #14322)
+- Add command line option --active-tab which allows to specify active tab within
+  a window. It also allows to keep the active tab when restoring a saved Xfce
+  session.
+- Convert "Relaunch" dialog to GtkInfoBar to make it less intrusive
+- Add tooltips for "Set Title" popover elements
+- Resolve the warnings gcc8 has introduced
+- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch, English (Australia), French, German, Hebrew,
+  Hungarian, Japanese, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Russian, Turkish, Ukrainian
+
 0.8.7.3
 =======
 - Fix drop-down terminal hotkey (bug #14289)
diff --git a/configure.ac.in b/configure.ac.in
index fbf2077..7383247 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
 m4_define([terminal_version_micro], [7])
-m4_define([terminal_version_nano], [3])
+m4_define([terminal_version_nano], [4])
 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