home *** CD-ROM | disk | FTP | other *** search
/ POINT Software Programming / PPROG1.ISO / misc / psedit42 / psedit.v42 < prev   
Text File  |  1994-07-09  |  1KB  |  26 lines

  1. Version 4.2 Modifications:
  2.  
  3. 1.  There was a long-standing, but just-discovered problem when PSEDIT
  4.     autodetects the screen mode.  Under certain circumstances, if you
  5.     went into PSEDIT in 43/50 line mode, you could be put in 25-line
  6.     mode without having pressed CTRL-V.
  7.  
  8. 2.  In 43/50 line mode, the pick list was only using half the screen.
  9.  
  10. 3.  If the PSEINI= environment variable does not exist, PSEDIT now searches
  11.     for it in the load directory as well as the current directory and path.
  12.  
  13.     The first PSEDIT.INI file found is used.  Directories are searched in
  14.     this order:
  15.  
  16.     a. The directory specified in a PSEINI= environment variable, if it
  17.        exists.
  18.     b. The current directory that you were in when PSEDIT was loaded.
  19.     c. All direcotries on the path in the order specified in the PATH=
  20.        environment variable.
  21.     d. The directory from which PSEDIT.EXE was loaded.
  22.  
  23. 4.  Corrected un unexpected DOS ERRORLEVEL of 1 returned when there was no
  24.     error.
  25.  
  26.