diff options
author | wiz <wiz> | 2006-07-17 19:27:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-17 19:27:31 +0000 |
commit | 629d75432a420c24ddb858f4818498168b6d683c (patch) | |
tree | f131f7ada7279ab683f313e3cdec6ae5dd96c3b7 /sysutils/xfe/Makefile | |
parent | 774e4e47246367d30ee91bd1a77d63638a0f71c6 (diff) | |
download | pkgsrc-629d75432a420c24ddb858f4818498168b6d683c.tar.gz |
Update to 0.88, provided by David Howland in PR 34021:
Version 0.88 (released 02-07-2006)
- now the global Desktop file is copied to the local registry ~/.foxrc/XFileExplorer/XFe at the first launch of Xfe
(or if the file doesn't exist). This allows the user to easily edit the Xfe file to suit its needs.
- improved the performances on Linux systems when computing the dirsize (not recursive) of the root ('/')
directory by avoiding to scan the mount points (could be time consuming on a slow network)
- for archive operations use the directory name as a starting guess for the archive file name
- removed a lot of global variables (global options)
- added two new color options (foreground / background) for the file and dir lists in the Preferences/Colors dialog.
The foreground (font) color and the bacground color of the file and dir panels can now be set independantly of
the global interface
Version 0.87 (not released)
- temporarily disabled the print menus in XFileView and XFileImage because they were not implemented at all!
- when dragging files from a read-only directory, converted the move action to copy (useful when dragging files
from a cdrom for example, thanks to pechkov for the tip)
- major update of the Desktop file (now only uses lower case file extensions)
- added more file associations and icons (OpenOffice, StarOffice, etc.) Thanks to Vidar Jon Bauge <vidarjon@tiscali.dk>!
- added a specific icon for broken links and fixed a small bug relative to the status bar in FilePanel
- added russian translation (thanks to Dmitij Lebed <dimaz.sertolovo@gmail.com>
- added danish translation (thanks to Vidar Jon Bauge <vidarjon@tiscali.dk>)
- fixed a problem when creating a file or a folder with Xfe : umask was not respected. Thanks to marvin6161
<marvin6161@users.sourceforge.net> for providing a patch
- fixed a segfault when right clicking in the DirPanel on a mount point with permission 700
Thanks to marvin6161 <marvin6161@users.sourceforge.net> for providing a patch
- fixed a segfault that sometimes occured when dragging a file to the directory list
- fixed a problem with supplementary groups not taken into account (thanks to Armin Buehler
<abuehler@users.sourceforge.net> for providing a patch)
- updated to gettext 0.14.5
- fixed some problems with executable file names like zip, cc, etc. Now, they should be handled correctly
- now there is no more difference between upper case and lower case file extension
- set the big icons and mini icons views in ICONLIST_AUTOSIZE mode to avoid file names truncation
- updated Italian translation (thanks to Claudio Fontana <sick_soul@yahoo.it>)
Version 0.86
- added norvegian translation (thanks to Vidar Jon Bauge <vidarjon@tiscali.dk>)
- added a waitpid call in statout(), lstatout() and mt_lstat() to avoid zombies processes
- the directory size is now periodically refreshed instead of updated every FOX event. This allows Xfe
to be more responsive.
- renamed function dirpath() into pathsize() in File.cc
- added the possibility to cycle through the three panels when the right panel is shown
- restored the "one panel" and "tree and two panels modes" since some people find it useful
Version 0.85 (not released)
- fixed a problem when archiving directories with escape characters in their name
(thanks to Luc.Habert@ens.fr for discovering and patching this bug)
- fixed a bug in checkTimeout() and removed the test on now.tv_sec
- added .wri and .dpatch extensions to Desktop.in
- fix compilation on amd64 platforms with gcc-4.0 (patch from Andreas Jochens)
- added the "New window" menu item to allow starting a new Xfe session from the actual window
- set the KDE and GNOME themes more actual and renamed them to GNOME2 and KDE3
- replaced the mini file manager icon with a better one (thanks to antonix <anto1945@infinito.it>)
- replaced the zip file icons with better ones (thanks to antonix <anto1945@infinito.it>)
- fixed problems with the German translation (broken shortcuts)
Diffstat (limited to 'sysutils/xfe/Makefile')
-rw-r--r-- | sysutils/xfe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile index 60c89f1d8e8..7e83adf0ae8 100644 --- a/sysutils/xfe/Makefile +++ b/sysutils/xfe/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2006/07/03 14:15:29 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/17 19:27:31 wiz Exp $ -DISTNAME= xfe-0.84 -PKGREVISION= 2 +DISTNAME= xfe-0.88 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xfe/} |