home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / LST102.ZIP / READ.ME < prev   
Text File  |  1989-09-13  |  4KB  |  83 lines

  1.           LST: A File Viewing Utility for OS/2 Protected Mode
  2.                              Version 1.02
  3.                           13 September 1989
  4.  
  5.                    (c) Copyright Brady Flowers, 1989
  6.                           All rights reserved
  7.  
  8.  
  9.   The files that should be contained in the LST package are:
  10.  
  11.     LST.EXE   -- the executable LST program
  12.     LST.DOC   -- documentation on the use and features of LST
  13.     READ.ME   -- this file
  14.  
  15.     Anyone desiring a copy of the most current version of LST may send me
  16.   a diskette (360k 5.25", 1.2M 5.25", or 720k 3.5") and return postage and
  17.   I will return the diskette with a copy of the current program and
  18.   documentation.  Alternately, send $5 and receive a 360k 5.25" diskette
  19.   containing the same.  Or, leave a message for me via GEnie Mail and I
  20.   will alert you to when a new version becomes available in the IBM PC RT
  21.   software libraries.  Copies should also appear in the Microsoft RT
  22.   software libraries.
  23.  
  24.     Anyone sending the recommended donation or more will automatically
  25.   receive a copy of the next version of LST if you include your mailing
  26.   address.  These will be sent on a 360k 5.25" diskette or uploaded to
  27.   your GEnie Mail address at your request.
  28.  
  29.     Please report any problems you might experience with LST to me at your
  30.   earliest convenience.  I would also be interested in any comments or
  31.   suggestions that you might have.
  32.  
  33.     See the LST.DOC file for my postal and GEnie Mail addresses.
  34.  
  35.   -------------------------------------------------------------------------
  36.  
  37.   Changes for version 1.01
  38.  
  39.      Added is the capability to read a "file" from standard input using the
  40.      -s switch on the command line.
  41.           Example:
  42.                arc2 v foo.arc | lst -s
  43.  
  44.      A bug in the file name parser was fixed and it is now possible to read
  45.      a filespec with a drive designator but no path.  Previously the
  46.      command line "lst a:file.nam" would fail, you were forced to use some-
  47.      thing on the order of "lst a:.\file.nam".  This now works as expected.
  48.  
  49.      The "End" key now moves the display to the end of the file rather than
  50.      one line short of end of file as was the case in version 1.00.
  51.  
  52.   -------------------------------------------------------------------------
  53.  
  54.   Changes for version 1.02
  55.  
  56.      Previous versions of LST consumed in inordinate amount of CPU cycles
  57.      during event handling.  It was determined that the cause of this was
  58.      insufficient "sleep" time between events.  The default value for this
  59.      has been increased to 2 milliseconds.  A command line switch,
  60.      "-z<number>" where number is a decimal value between 0 and 65535, has
  61.      been added to allow the user to set this value (mnemonic for the
  62.      switch is "snooZe").
  63.  
  64.      In the course of investigating the above problem, two other switches
  65.      were added:
  66.        "-m<number>" sets the mouse mode: 0 sets semi-polled mode (the
  67.           default), 1 sets non-polled mode (useful only if you never want
  68.           to use the keyboard!), and anything greater than 1 completely
  69.           disables the mouse handler.
  70.        "-r" is only documented here.  It switches the method LST uses for
  71.           internal reads made by the event handler from asynchronous
  72.           (the default) to synchronous.  I don't imagine this will be of
  73.           much interest to the user.
  74.  
  75.      The "End" key problem, claimed to have been fixed in version 1.01
  76.      was left out by an oversight.  This fix is present in version 1.02.
  77.  
  78.   -------------------------------------------------------------------------
  79.  
  80.   Brady Flowers
  81.   13 September, 1989
  82.  
  83.