home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / text / less-1.6z.lha / Less / Changes16Z.txt next >
Text File  |  1993-10-08  |  2KB  |  34 lines

  1. Less Version 1.6Z, the first major release after version 1.4Z, includes
  2. several small bug fixes, code optimizations, enhancements, and the
  3. changes necessary to allow compilation under SAS/C v. 6.3.
  4.  
  5. A major change is that the Amiga console IO routines have been completely
  6. rewritten to permit optional use of the original CLI window or even an
  7. AUX: console, using -[cli] on the command line or in the LESS environment
  8. string (e.g. to get this effect, you would type something like
  9. "Less -[cli] myfile.txt" at the CLI prompt).
  10.  
  11. I also added a 'w' code to the window designator, to cause the Less
  12. window to be built relative to the CLI window from which it was launched.
  13. This permits the user to specify, for instance, that Less is to open its
  14. window the same size as the existing cli window, but offset slightly to
  15. the lower right (-[w+10,w+12,w,w] on the command line or in the LESS
  16. environment string).  Note that with offsets -[w,w,w,w] the Less window
  17. will _appear_ to open in the original CLI window, but your old window
  18. and contents will appear to be restored when Less exits.
  19.  
  20. Minor changes:  By default, Less no longer displays ^M at the end of
  21. lines of MS-DOS files.  The old behavior of showing all control characters
  22. can be re-instated using the -f switch. The AmigaDos version command
  23. can now read version information from the Less binary.  Less 1.4Z had a
  24. bug dealing with one ANSI mode command that has now been fixed (<CSI>m,
  25. with no intervening number).
  26.  
  27. Thanks to the new code optimization provided by SAS/C 6.3, and a few
  28. recoded routines in Less itself, this upgraded functionality comes with
  29. an actually *reduced* program size!  When's the last time you saw a
  30. program upgrade that did that?
  31.  
  32. --Ray Zarling
  33.   rayz@csustan.edu
  34.