diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 78e1096..dc996a3 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,9 +1,17 @@ -$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 @@ -12,6 +20,14 @@ 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): ===========================