Updated to reflect new default feature for PROMPT and YESNO.
1 parent fbf63a2 commit ca3d222b68e124facd0e46f45699811592a2cad7
@tundra tundra authored on 24 Jan 2005
Showing 1 changed file
View
30
WHATSNEW.txt
$Id: WHATSNEW.txt,v 1.158 2005/01/21 21:11:50 tundra Exp $
$Id: WHATSNEW.txt,v 1.159 2005/01/24 11:17:59 tundra Exp $
 
WHAT'S NEW
 
twander 3.161 (1-21-2005):
===========================
BUG FIXES
 
- Fixed longstanding problem that prompt strings within
PROMPT and YESNO builtins were not preserved as written by
the user. Previously, multiple spaces were replaced with
a single space. This is now fixed, and both prompts and the
new default feature will be preserved exactly as written.
 
 
CHANGES
 
- Changed the behavior of forced clearing with AFTERCLEAR option.
Previously this deselected all active selections AND repositioned
cursor to top of directory listing. This was inconvenient with a
large directory list. Behavior now is to only clear active
selections. Cursor is left at approximately the same location
in the displayed list.
 
NEW FEATURES
 
- Added ability to insert a default value for PROMPT and YESNO
builtins. Syntax is: [BUILTIN:prompt text==>default text]. For
YESNO, the default text can only be "Yes" or "No" (case-
insensitive). The default separator string, "==>" can be
changed by setting the new DEFAULTSEP option variable.
 
 
twander 3.160 (1-12-2005):
===========================