diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 0d28a10..5f06b4d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,5 +1,47 @@ +$Id: WHATSNEW.txt,v 1.137 2004/03/11 00:24:23 tundra Exp $ + WHAT'S NEW +twander 3.XXX (3-XX-2004): +=========================== + +BUG FIXES + +- In previous versions, a redefinition of a particular command key + would cause old and new versions of the definition to appear in the + Command Menu. This has been fixed. Now only the command defintion + that is actually active (the last one that appears in the + configuration file) appears in the Command Menu. + +- Entries in the Command Menu now appear strictly in the order of + their definition in the configuration file. This was not always the + case in previous releases. + +- Help and Debug output is now consistently sorted. + + +NEW FEATURES + +- The TOGAUTO Key (Default: Control-o) has been added to allow you to + toggle Autorefreshing on- and off. When working with very + large/slow directory reads, it is handly to temporarily turn off + refreshing (and do it manually as needed with the Refresh - Default: + Control-l) key. This is simpler than changing and reloading the + configuration file each time you want Autorefreshing disabled. + +- The current state of Autofreshing is now displayed on the main + window title bar. + + +CHANGES + +- The title bar no longer has a separate entry to indicate reverse + sorts. Instead, when sorting is reversed, the field name being used + as the sort key has a '-' appended to it. This was done to make + the title bar less cluttered and of reasonable length. + + + twander 3.135 (3-11-2003): ===========================