home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / unix / morefs23.zoo / readme < prev   
Encoding:
Text File  |  1989-10-01  |  4.1 KB  |  82 lines

  1. This file documents the changes in MORE V2.3G.
  2.  
  3. - A bug was fixed which caused the -s switch to fail and more to subsequently
  4.   print strange characters on the screen.
  5.  
  6. - The implementation of the '!' shell escape was completely rewritten so that
  7.   it now uses the contents of the COMSPEC variable to locate the shell program
  8.   to invoke and inquires the DOS switch character to use in the '/c' option
  9.   for the command processor. This fixes several bugs:
  10.   - If the file command.com was not somewhere on the PATH the invocation 
  11.     would fail.
  12.   - If the DOS's current switch character was not set to '/' the invocation
  13.     would fail.
  14.   - If the shell that you wanted to invoke was something other than the 
  15.     standard DOS command interpreter (command.com) the invocation would either
  16.     fail or at least invoke the wrong shell.
  17.  
  18. - When using a shell escape the prompt environment is modified to include a
  19.   message telling the user how to exit the shell and return to more.
  20.  
  21. - On certain very fast computers (e.g., fast 386 machines) more would frequently
  22.   die with a zero-divide error immediately upon startup. This has been found
  23.   and fixed.
  24.  
  25. - More did not properly handle 80 character lines. This has been fixed.
  26.   See more.doc (the section on caveats) for further information.
  27.  
  28. - When more now encounters the characters "_^H" in a file it will discard
  29.   them, so that things like Unix man pages can be viewed.
  30.  
  31. - The code which determines the type of video display hardware present on
  32.   the system has been improved.
  33.  
  34. - A new environment variable has been added so that the user can force more
  35.   to use (for the prompt) the display attributes which it would normally use
  36.   on a monochrome display. This is useful primarily for CGA boards with
  37.   monochrome monitors on which the distinction between the colors used in
  38.   the prompt is minimal. To turn on this feature do: SET MOREMONO=MONO.
  39.  
  40. - The file MOREHELP.TXT is no longer a part of the distribution. It's contents
  41.   are now compiled into the program. The corresponding environment variable
  42.   MOREHELP is no longer supported or required.
  43.  
  44. - More used to put out a space character with normal attributes when it
  45.   was exiting. It still does so, but now moves the cursor back to the
  46.   left margin when done. This is normally not a problem since on most
  47.   systems a newline is output (by command.com) before the prompt is
  48.   displayed.
  49.  
  50. - The documentation of the -w command-line option has been corrected. The
  51.   old documentation described it as being '+<number>' rather than
  52.   '-w<number>'.
  53.  
  54. - A new command-line option has been added: -v, which causes more to perform
  55.   a self-consistency check to verify that the executable file has not been
  56.   modified, possibly by a virus. If any modification is found, more will exit
  57.   with an appropriate error message. The test is done via a 32-bit crc
  58.   computation, so it would be expected to be fairly robust. Note, however,
  59.   that this is not proof against trojan horses, but rather is intended to
  60.   test for corruption by a virus AFTER installation on your system.
  61.  
  62. - The search function used to display the target line in bright white
  63.   on a black background. Now the display attributes of the target line
  64.   are determined at startup based on the existing attributes on the screen.
  65.   If the screen is normal white on black or reverse video, bright white on black
  66.   is used; if the screen is bright white on black, reverse video is used;
  67.   if the background is non-black and non-reverse-video, bright white on some
  68.   contrasting background color is used.
  69.   
  70. - When more was reading input from a pipe or a redirected file an attempt
  71.   to perform a search would cause the program to hang. This is now fixed.
  72.  
  73.  
  74. Bugs reported or enhancements requested which were NOT implemented:
  75.  
  76. - A user requested that ^L redraw the screen after the help message is 
  77.   displayed. This was NOT done because the commands 'b' and 'space' 
  78.   together do virtually the same thing (except when the current location
  79.   is within one screenfull of the top of the file, in which case just 'b'
  80.   will do it).
  81.  
  82.