home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 282 / CHANGES.TXT next >
Encoding:
Text File  |  1998-03-02  |  1.0 KB  |  27 lines

  1. 2.0beta2 released 2/3/98
  2.  
  3.    ò    .APP files can now be run directly from the command line,
  4.     "runapp" is no longer needed and has been removed from
  5.     the distribution. Thanks to Pascal Nicolas and Richard
  6.     Panton for their input on this.
  7.  
  8.    ò    Improved "if" command. Now the "== <string2>" is optional.
  9.     If it's not included the statements following <string1> are
  10.     executed if <string1> is NOT empty or 0.
  11.  
  12.    ò    Improved "edit" command. The cursor position is set to the
  13.     top of the file and the text is no longer selected. The
  14.     method is that used by Roger Muggleton in his editors
  15.     based on dEDITMULTI (http://www.cix.co.uk/~hzk/).
  16.  
  17.    ò    Fixed a silly bug in help%: causing case sensitivity in
  18.     filenames. This meant the program may have tried to open
  19.     help files multiple times (rather than switching to the already
  20.     open help file).
  21.  
  22.    ò    Fixed bug in od%: and more%: where pathnames were not
  23.     put through PrPath$: when the status bar at the bottom of
  24.     the screen was displayed.
  25.  
  26. 2.0beta1 released 26/2/98
  27.