[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Nov 9 22:56:06 CET 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 1ba0d507e1a58ebcff361efb8e5addfee40dd670
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Sat Nov 9 22:52:55 2019 +0100
Updates for release
---
NEWS | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 53 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index b002057..488114f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+1.8.10
+======
+ - Allow compilation with panel 4.15
+ - thunar-job: callee should keep track of the number of processed files
+ (Bug #16117)
+ - Thunar does not show a context menu on right-click when started via
+ trash-panel-plugin (Bug #16000)
+ - Make sure icon text is centered after unchecking "Text beside icons"
+ - Remove the vertical gap between icon and its label (Bug #16041)
+ - Fix icon view alignment (Bug #16107)
+ - Not possible to grab scrollbar on the very right pixels when Thunar
+ is maximized (Bug #16050)
+ - Wrap text of error dialog
+ - Not possible to empty the trash via the pathbar context menu
+ - Crash on refresh if remote folder has been removed (Bug #15961)
+ - Center action buttons in conflict dialog window (Bug #15973) -
+ Prevent usage of deprecated gtk_dialog_get_action_area
+ - Ensure user customizable action uses currently selected file path
+ (Bug #15119)
+ - make filename label selectable in conflict dialog window
+ - Center action buttons in conflict dialog window (Bug #15973)
+ - Clear user customizable action shortcut when the action is deleted
+ - Prevent Gtk-CRITICAL when adding or modifying a user customizable
+ action.
+ - Thunar SendTo Email: Add missing archive formats for archive
+ detection (Bug #15917)
+ - sendto plugin: fix content type resolution. (Bug #15916)
+ - sendto plugin: extract function tse_file_is_archive (Bug #15916)
+ - sendto plugin: move g_file_info_get_content_type() call out of the
+ cycle (Bug #15916)
+ - All glory to lowercase (Bug #15394)
+ - mismatched names between thunar.appdata.xml and thunar.desktop (Bug
+ #15498)
+ - Replace text "Enter the new name:" by "Enter the name:" for file
+ creation dialog (Bug #15423)
+ - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in"
+ (Bug #15467)
+ - Prevent unnecessary fallback copy-delete in file move when overwriting
+ - Fix possible memory leak
+ - Fix popup menus size (Bug #15832)
+ - Add Alt+D as alternative accelerator for Open Location (Bug #15828)
+ - Do not insert hyphens at intra-word line breaks (Bug #15856)
+- Translation Updates:
+ Albanian, Arabic, Belarusian, Bulgarian, Catalan, Chinese (Taiwan),
+ Croatian, Danish, Dutch, English (United Kingdom), French, Galician,
+ German, Hungarian, Italian, Japanese, Korean, Lithuanian, Malay,
+ Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese
+ (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish,
+ Ukrainian,
+
1.8.9
======
- Remove 'auto-expand folders' from tree-view since it causes bad
@@ -1311,4 +1361,4 @@ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
- The "Open With" dialog now allows users to remove launchers that were
previously added via the custom command box.
- The number of relocations for the libraries was reduced to improve the
- application startup time.
+ application startup time.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 6b0e197..8aaeb26 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [8])
-m4_define([thunar_version_micro], [9])
+m4_define([thunar_version_micro], [10])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_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