diff options
author | hubertf <hubertf> | 1999-02-18 00:45:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-18 00:45:51 +0000 |
commit | 4adf60beaf9851985e97eb8f509621a7080562b2 (patch) | |
tree | 5b58c9f404325cfa83ed27f60caa36be8fb597b4 /misc/vfu | |
parent | 309e1590b547ef80c8f7b586b629122a6b9bc609 (diff) | |
download | pkgsrc-4adf60beaf9851985e97eb8f509621a7080562b2.tar.gz |
Update to V1.44. Changes:
1.44: 14.Feb.98
+ 1. Auto mounting on change directory added.
( see Options/AutoMount )
If you chdir to a directory which contains only
one file named `automount', then VFU will try to
mount this directory automatically. After mounting
`automount' file won't be visible. You can create
file with `echo > automount' command.
+ 2. Unmount feature added to the `JumpToMountpoint'
menu ( key `j' ).
+ 3. PreserveSelection option added. If this option is
enabled VFU will preserve selected files after
rescanning files list. ( see Options menu )
+ 4. Added Ctrl+Z key to the Directory Tree View for
update the current (under cursor) directory size.
! 5. Fixed tilde `~' expansion -- now standalone
`~' or `~username' are expanded properly.
+ 6. RecursiveRescanning can be canceled with ESC now.
! 7. Options(Toggles) separators bug fixed.
! 8. User External Utilities are enabled in InArchive mode
as it should be. (considered bug)
! 9. Dotfiles `.filename' colorization fixed.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 6 | ||||
-rw-r--r-- | misc/vfu/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 404ec69b16c..064370c304d 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/02/15 03:20:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/18 00:45:51 hubertf Exp $ # -DISTNAME= vfu-1.43-source -PKGNAME= vfu-1.43 +DISTNAME= vfu-1.44-source +PKGNAME= vfu-1.44 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc MASTER_SITES= http://www.biscom.net/~cade/away/ diff --git a/misc/vfu/files/md5 b/misc/vfu/files/md5 index 15447c4ced5..2552806f80a 100644 --- a/misc/vfu/files/md5 +++ b/misc/vfu/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/02/15 03:20:12 hubertf Exp $ +$NetBSD: md5,v 1.4 1999/02/18 00:45:51 hubertf Exp $ -MD5 (vfu-1.43-source.tgz) = c29f7f019a8066ba9ccfec4600206ed3 +MD5 (vfu-1.44-source.tgz) = 958e065f5acec28ce14236c906f9197b |