home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug044.arc / SWEEP41.NOT < prev    next >
Text File  |  1979-12-31  |  2KB  |  52 lines

  1. June 8, 1983
  2.  
  3. This is the latest version of SWEEP.  It incorporates several changes
  4. that I have wanted, or that have been asked for.  With a little trickery,
  5. I have managed to keep the image size from expanding. 
  6.  
  7. Changes:
  8. 1. There is now an alternative to the V command.  The P command
  9. types the file, but pauses after every screen until a character
  10. is typed.
  11.  
  12. 2. There is an F command to find a particular file in the directory.
  13. This allows rapid repositioning of the cursor.  It needn't
  14. be the complete file name; SWEEP will find the first file >= to the
  15. string entered.
  16.  
  17. 3. The new W command allows tagging of all files that match a wildcard
  18. specification.
  19.  
  20. 4. The menu has been redesigned.  In addition, the screen is cleared 
  21. at sign-on and whenever the menu is displayed.  It seems to be easier
  22. to read.  
  23.  
  24. 5. An initialization program is supplied. SWINIT40 will configure the
  25. few hardware dependencies in SWEEP.
  26.  
  27.     maximum user area
  28.     number of disk drives
  29.     number of lines on terminal  (for P command)
  30.     clearscreen sequence (two characters)
  31.  
  32. The defaults for these are probably benign enough.  In fact, the 
  33. clear-screen sequence is simply a form-feed, space. Nevertheless,
  34. reconfiguration should be fairly simple and is advised.
  35.  
  36. December 21, 1983
  37. There are 3 changes in version 4.1
  38.  
  39. 1. The V and P commands now suppress control characters from being sent
  40. to the screen.  This allows Wordstar files to be displayed on terminals
  41. that otherwise act badly with some of the print formatting codes.
  42.  
  43. 2. A minor change in mass delete.  You must now specify T or U.  It no
  44. longer defaults to U.  This is for safety reasons.
  45.  
  46. 3. A minor change in the way the v may be entered in copy commands.  The
  47. old way still works, so read the DOC file if you are interested.  This
  48. answers one complaint that the documentation wasn't clear.
  49.  
  50. Note that SWINIT40 will not work with version 4.1.  You need SWINIT41 if
  51. you intend to patch the clear screen sequence. (The other patches will
  52. still work though.)