2.0 released 18/3/98 • Allow PgUp, PgDn, End, Start, Menu and Dial to be redefined via bindkey, and also take the "Shift-" modifier. The documentation implied this was already possible. • Allow .APP applications to take directories as arguments. Previously this returned an (incorrect) "out of range" error. 2.0beta3 released 11/3/98 • Search within command history implemented. Keys are set to the find-next and find-prev bindings via bindkey (these are set to ctrl-n and ctrl-p by the default autoexec.bat). • No longer an 8 character limit on labels in batch files. • Various bug fixes including a memory leak in _if% that could cause a program crash when processing batch files. • Code cleaned up in preparation for the release version. 2.0beta2 released 2/3/98 • .APP files can now be run directly from the command line, "runapp" is no longer needed and has been removed from the distribution. Thanks to Pascal Nicolas and Richard Panton for their input on this. • Improved "if" command. Now the "== " is optional. If it's not included the statements following are executed if is NOT empty or 0. • Improved "edit" command. The cursor position is set to the top of the file and the text is no longer selected. The method is that used by Roger Muggleton in his editors based on dEDITMULTI (http://www.cix.co.uk/~hzk/). • Fixed a silly bug in help%: causing case sensitivity in filenames. This meant the program may have tried to open help files multiple times (rather than switching to the already open help file). • Fixed bug in od%: and more%: where pathnames were not put through PrPath$: when the status bar at the bottom of the screen was displayed. 2.0beta1 released 26/2/98