home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0090 - 0099 / ibm0090-0099 / ibm0099.tar / ibm0099 / SCR14ECR.ZIP / WHATSNEW.DOC < prev   
Encoding:
Text File  |  1992-12-14  |  5.8 KB  |  110 lines

  1.    SCROLLit        Advanced Scrollback Buffer              December 14, 1992
  2.  
  3.  
  4.    ─────────────────────────────────────────────────────────────────────────
  5.    New in SCROLLit 1.4
  6.    ─────────────────────────────────────────────────────────────────────────
  7.  
  8.      ■  SCROLLit now supports 43/50 line mode of the EGA/VGA.  Actually,
  9.         SCROLLit will support any number of lines per screen so long as the
  10.         BIOS is aware of the new line setting.
  11.  
  12.      ■  SCROLLit was not supporting the color video mode 3 on certain
  13.         monochrome monitors. SCROLLit will now allow any 80 column text mode
  14.         (modes 2,3 or 7) on any monitor type. After installation, the video
  15.         mode can be switched between these modes and SCROLLit will still
  16.         capture scrolling and popup on request.
  17.  
  18.      ■  The default keyboard repeat rate on many computers is a relatively
  19.         slow 10.9 repeats per second.  The keyboard repeat rate determines
  20.         how fast SCROLLit will scroll the screen when you press and hold the
  21.         up arrow or down arrow key. SCROLLit was setting a fast keyboard
  22.         repeat rate on installation, but this new repeat rate would effect
  23.         all subsequent keypresses (not just SCROLLit). Some users have
  24.         pointed out that it is better for each user to set the repeat rate
  25.         he or she is most comfortable with. The keyboard repeat rate can be
  26.         set with DOS 5.0's MODE command or any number of public domain
  27.         utilities. SCROLLit 1.4 no longer changes the keyboard repeat rate.
  28.  
  29.      ■  SCROLLit captures 'clear-screen' requests in addition to both DOS
  30.         and BIOS screen scrolling. When you use the CLS command, for
  31.         example, SCROLLit will capture the information on the screen before
  32.         it is cleared. In addition, many programs clear the screen at
  33.         startup, which would leave gaps in your scrollback buffer if
  34.         SCROLLit did not intercept the clear-screen request. Another example
  35.         of the need to capture clear-screens is during Compuserve sessions
  36.         when the Compuserve terminal type is set to be page oriented.
  37.         Instead of scrolling old output, Compuserve issues a clear-screen
  38.         request after every page. SCROLLit will now capture these pages.
  39.  
  40.      ■  If 'search again, same text' was requested by pressing A before a
  41.         target string had ever been specified with either F (forward) or B
  42.         (backward), SCROLLit would hang while trying to search for an
  43.         undefined target string. Fixed.
  44.      
  45.      ■  It is now possible to popup other TSR programs over SCROLLit. This
  46.         is accomplished by issuing a 28h interrupt while SCROLLit is waiting
  47.         for input. If you use a popup calculator or screen grabber, for
  48.         example, they should now work while you are in SCROLLit.
  49.  
  50.      ■  The Procomm commands in the Appendix for setting BIOS screen
  51.         scrolling were for the old shareware version of Procomm 2.4.3.,
  52.         not for Procomm Plus which needs no reconfiguring. The Qmodem
  53.         command given was for BIOS writing, not BIOS scrolling. Fixed.
  54.  
  55.  
  56.    ─────────────────────────────────────────────────────────────────────────
  57.    SCROLLit 1.3
  58.    ─────────────────────────────────────────────────────────────────────────
  59.  
  60.      ■  SCROLLit 1.2 was not properly restoring the state of the A20 line
  61.         when the buffer was stored in XMS.  This would cause the system to
  62.         hang in some cases, particularly if SCROLLit was installed in a
  63.         Desqview window and DV was using the high memory area (HMA). Fixed.
  64.  
  65.  
  66.    ─────────────────────────────────────────────────────────────────────────
  67.    SCROLLit 1.2
  68.    ─────────────────────────────────────────────────────────────────────────
  69.  
  70.      ■  During installation, SCROLLit performs a CRC test of the program to
  71.         ensure that the program has not been tampered with or infected with
  72.         a virus.  This CRC test would fail in Version 1.1 if SCROLLit was
  73.         loaded in a Desqview window.  Fixed.
  74.  
  75.      ■  Under certain circumstances, some versions of The Last Byte Memory
  76.         Manager appear to have difficulty loading a TSR into high memory if
  77.         the particular TSR has command line parameters beginning with a
  78.         slash (/). SCROLLit 1.2 will now accept either slashes or dashes.
  79.  
  80.  
  81.    ─────────────────────────────────────────────────────────────────────────
  82.    SCROLLit 1.1
  83.    ─────────────────────────────────────────────────────────────────────────
  84.  
  85.     ■  Broader support for ANSI drivers.  Version 1.0 was not capturing some
  86.        of the screen scrolling from certain ANSI drivers including older
  87.        (1987 and earlier) versions of Microsoft's ANSI.SYS.  SCROLLit
  88.        Version 1.1 has been tested with several versions of ANSI.SYS,
  89.        ANSI.COM, NANSI.SYS, ZANSI.SYS, VANSI.SYS and DVANSI.COM.  In the
  90.        case of the TSR drivers, (ANSI.COM and DVANSI.COM), SCROLLit should
  91.        be loaded AFTER the driver.
  92.  
  93.     ■  SCROLLit is now Desqview aware. If SCROLLit is loaded inside a
  94.        Desqview window, it will capture the scrolling of the Desqview screen
  95.        buffer, rather than the hardware screen buffer that is used outside
  96.        of Desqview. SCROLLit will give up it's time slice during periods of
  97.        inactivity to optimize the performance of your other Desqview
  98.        windows. All screen writing inside a Desqview window is direct
  99.        writing to the Desqview screen buffer, to ensure that SCROLLit output
  100.        stays within the Desqview window.
  101.  
  102.     ■  Scrolling algorithm finetuned - smaller code and faster performance.
  103.  
  104.  
  105.    ─────────────────────────────────────────────────────────────────────────
  106.    SCROLLit 1.0
  107.    ─────────────────────────────────────────────────────────────────────────
  108.  
  109.     ■  First public release.
  110.