home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff226.lzh / Vlt / Readme < prev    next >
Text File  |  1989-06-25  |  9KB  |  180 lines

  1. +----------------------------------------------------------------------+
  2. |                                                                      |
  3. |                  D I S C L A I M E R   N O T I C E                   |
  4. |                                                                      |
  5. |  This document and/or  portions of the material and  data furnished  |
  6. |  herewith,  was developed under sponsorship of the U.S. Government.  |
  7. |  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
  8. |  Junior University, nor their employees,  nor their respective con-  |
  9. |  tractors, subcontractors, or their employees, makes  any warranty,  |
  10. |  express or implied, or assumes any liability or responsibility for  |
  11. |  accuracy,  completeness or  usefulness of any information, appara-  |
  12. |  tus, product or process disclosed, or represents that its use will  |
  13. |  not infringe privately-owned rights.  Mention of any product,  its  |
  14. |  manufacturer, or suppliers shall not, nor is it intended to, imply  |
  15. |  approval, disapproval, or fitness for any particular use. The U.S.  |
  16. |  and  the University at all times  retain the right to use and dis-  |
  17. |  seminate same for any purpose whatsoever.                           |
  18. |                                                                      |
  19. +----------------------------------------------------------------------+
  20.  
  21.  
  22. VLT 4.036
  23. =========
  24.  
  25.     This version constitutes a major revision of VLT. Because of the numerous
  26. added features and fixed bugs, there is a separate documentation file in the docs
  27. directory, called vlt4p036.doc. The ARexx support libraries rexxarplib and
  28. rexxmathlib are no longer included here, but distributed in a separate archive.
  29. In case you're wondering about the revision number: there have indeed been 
  30. 380 relinks of VLT since version 3.656.
  31.  
  32.     Willy Langeveld, 5 June 1989.
  33.  
  34. VLT 3.656
  35. =========
  36.  
  37.     This update differs from the previous one in a few bug fixes: the
  38. implementation of the insertion/deletion of characters is now done correctly,
  39. a problem with macro file requesters was solved. All 'beep's everywhere in the
  40. program now correctly DisplayBeep when the 'volume' is zero, or audible-beep
  41. when the volume is greater than zero. When the vloume is less than zero, the
  42. beep has a higher pitch. Also, the sequence to set columns and rows has been 
  43. doubly privatized. The sequence now is <CSI>?<columns>;<rows>p, to avoid a
  44. conflict with usage of the <CSI>...p sequence elsewhere (see 3.626).
  45.  
  46.     Willy Langeveld, 9 September 1988.
  47.  
  48. VLT 3.649
  49. =========
  50.  
  51.     This update differs from the previous one in that the 132 column font
  52. was modified (see if you can read this better - otherwise keep the other one). A
  53. major bug was fixed: VLT now gives back the 8k or so of memory it used to 
  54. steal. Some minor bugs were fixed, such as the display of 132 column font. A
  55. 'clear screen' from the menu now resets the use of the graphics character set if
  56. it was in use. The sequences for insertion/deletion of characters in a line are
  57. now supported. The rendering of the pf gadgets was  modified. Both Tektronix and
  58. VT100 screen now use copies of their window's rastports rather than their
  59. window's rastports themselves so some flakey behaviour should have disappeared
  60. when using Quick rendering mode on the VT100 side, or the graphic cursor on the
  61. Tektronix side. The Tektronix emulation now ignores spurious control characters
  62. in vector mode.
  63.  
  64.     Willy Langeveld, 23 August 1988.
  65.  
  66. VLT 3.626
  67. =========
  68.  
  69.     This update differs from the previous one mainly in that 132 columns are
  70. are now supoported using two new fonts. They are modified versions of the one
  71. that came with VT100 2.6, on one of the Fish disks. Also, the control sequence
  72. <CSI>...p has been modified to include the number of columns as the first
  73. parameter. The last parameter is as before the number of lines. It no longer
  74. matters which parameter this is as long as it's last, but it is recommended to
  75. use the second one. Also the standard VT100 sequences for setting 132 column
  76. mode (<CSI?3h) and going back to 80 column mode (<CSI>?3l) are implemented.
  77.  
  78.     Willy Langeveld, 1 August 1988.
  79.  
  80. VLT 3.615
  81. =========
  82.  
  83.     This update differs from the previous one mainly in improved handling of
  84. REXX commands. Multiple RX commands from the same .scp file are now supported,
  85. and REXX commands can now be sent to VLT even though an .scp script is active.
  86. These features have not yet been extensively tested, so let me know your
  87. results. Also a bug introduced in 3.598 was fixed.
  88.  
  89.     Willy Langeveld, 22 July 1988.
  90.  
  91. VLT 3.601
  92. =========
  93.  
  94.     This update differs from the previous one only in that the Tektronix
  95. screen now is also public. Its name is VLTTEK. The screenshare.library is
  96. somewhat smaller, but is functionally the same.
  97.  
  98.     Willy Langeveld, 16 July 1988.
  99.  
  100. VLT 3.598
  101. =========
  102.  
  103.     This is an update of VLT, as described below. If this is the first
  104. time you've downloaded it, read the section about the previous version first.
  105.     This version has most reported bugs fixed, but not many enhancements, on
  106. the theory that enhancements usually introduce more bugs: the intention was to
  107. get a solid version out there first before adding new stuff.
  108.     Among the changes are: ScreenToFront/Back() in rexxarplib were fixed,
  109. rexxarplib now has functions to retrieve the screen size and interlace status;
  110. the Tektronix (tm) emulator supports some more sequences and eats others; it now
  111. looks for TekStore: and will open the temporary graphics file there instead of
  112. in ram: (for those that have little ram: but sufficient disk space); Kermit was
  113. modified to work also on CDC's (thanks, s_walton!) and a host of bugs were
  114. fixed. Also, the script command FLUSH was added. It flushes the capture buffer
  115. out to disk (or wherever it was capturing to). This is useful for capturing to
  116. the new 1.3 SPEAK: device, for example. Not everything was fixed: the command
  117. parser is still the same and therefore Wait and On etc. still don't work.
  118.     This version is a zoo archive, because it supports long filenames and
  119. also path specifications. Therefore, there are no more executeme files.
  120.  
  121.     Willy Langeveld, July 6, 1988.
  122.  
  123.  
  124. VLT 3.553
  125. =========
  126.  
  127.     You have just downloaded an archive containing the executable files for
  128. the terminal emulator VLT. VLT is both a VT100 emulator and a Tektronix
  129. emulator, currently in use at SLAC (Stanford Linear Accelerator Center).
  130. Although the VT100 part was originally based on Dave Wecker et al.'s VT100, many
  131. enhancements were made.  I won't go into any details at this point. The main
  132. documentation file is not yet ready and will be posted later. For now, if you
  133. have questions, you will have to ask them on BIX in amiga.user. I expect the
  134. documentation to be ready by next week, though...
  135.     This program uses ARP, so in order to run it you need arp.library in
  136. your libs: directory. You better make sure you have ARP 1.1, or else nasty
  137. things may happen!
  138.     This program is NOT in the public domain. However, you may freely use
  139. this program for any purpose, and are encouraged to distribute it wherever you
  140. want. The author (me) does not, however, accept any responsibility for
  141. suitability for any particular purpose, or for any damages that may occur as a
  142. result of the use of this program, etc., you get the picture... 8-) .
  143.     Bug reports are welcome, please send them to me BIXmail.
  144.  
  145.     This archive contains several sub-archives, one for each directory where
  146. you should store the files contained in the sub- archive. Besides VLT and
  147. VLT.info, the archive contains the following files (after executing the various
  148. executeme's). Be sure to read all the various readme files, too! Have fun...
  149.  
  150.     Willy Langeveld, April 20, 1988.
  151.  
  152. Contents:
  153. ---------
  154.  
  155.      docs (dir)
  156.        readme                         rexxarplib.doc
  157.        rexxmathlib.doc
  158.      fonts (dir)
  159.           vltgraph132 (dir)
  160.             8
  161.           vlt132 (dir)
  162.             8
  163.           vltgraph (dir)
  164.             11                             8
  165.        readme                         vltgraph.font
  166.        vlt132.font                    vltgraph132.font
  167.      libs (dir)
  168.        readme                         rexxarplib.library
  169.        rexxmathlib.library            rexxmathsbii.library
  170.        screenshare.library
  171.      rexx (dir)
  172.        Amiga_to_IBM.vlt               Filelist_to_Amiga.vlt
  173.        Open_TxEd.vlt                  readme
  174.        Reset_IBM.vlt
  175.      s (dir)
  176.        ovlt.init                      readme
  177.        TekPrefs.dat                   VTPrefs.dat
  178.   readme                         VLT
  179.   VLT.info
  180.