diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 1d51b97..189c61d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -27,6 +27,10 @@ - Variable references are now evaluated at command *execution* time. (Previously they were evaluated at command definition time). +- File lengths are now normalized for files > 1KB, 1MB, and 1GB. + Previously files less than 1MB were shown as actual length and files + greater than 1GB were expressed in MB. + NEW FEATURES @@ -82,6 +86,27 @@ The older [PROMPT ...] and [YESNO ...] forms are no longer supported. +- It is now possible to use a wildcard to "filter" which files + are displayed in a given directory. This is helpful when + a directory contains many files, but you are only interested + in a subset of them. + + Rules are the same as for selection wildcards + + Invoked with new key binding, FILTERWILD (Control-=) + + Filter is reset when directory is changed or on a REFRESH (Control-l) + + Filter is applied to entire line in detailed view or just name otherwise + + Filter is never applied to the ".." entry. + + Menu/Mouse/History????????????????? + + + + + twander 3.160 (1-12-2005): ===========================