home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 631b.lha / VLT_v5.517 / Readme < prev    next >
Text File  |  1992-03-28  |  20KB  |  401 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.  
  23. VLT 5.517
  24. =========
  25.  
  26.     Compared to version 5.045, the previous release, quite a few things
  27. changed. One of the major changes is that since version 5.100, VLT is compiled
  28. using the SAS C compiler. (All releases up to and including 5.045 used Manx
  29. C). Since this allowed linking with cres.o, VLT is now residentable. Also, it
  30. at first got quite a bit smaller. Unfortunately, a sufficient number of new
  31. features were added so that the actual size is somewhat larger than for the
  32. previous release.
  33.     The other changes mainly involve AmigaDOS 2.04. VLT now uses the ASL
  34. requesters when running under 2.04, has 2.04 public screens, and uses a new
  35. Palette requester written with GadTools. VLT is also more easily installable,
  36. basically, you should just drag the VLT drawer over to your hard disk and
  37. that's it (shell users may want to add a path to that drawer). However, VLT is
  38. still compatible with 1.3, though you really should upgrade to 2.04!
  39.     There are quite a few new neato goodies as well. The ones that are of
  40. interest to most people are probably: improved mouse support and
  41. programmability, and cut and paste directly from and to the main screen using
  42. the clipboard. There are also some nice ARexx programs included, the major one
  43. of which is a simple phone book.
  44.     So far the good news. The bad news is that not everything I wanted to
  45. go in went in. So it is entirely possible that just the thing you really
  46. wanted in there didn't make it. That doesn't mean I think it's a bad idea,
  47. just that I didn't have time, and I wanted to bring out a new version now
  48. rather than wait until I had more time to do the other things
  49.     Of course, there are the usual numerous other little changes and bug
  50. fixes. They are documented in the file docs/VLT5p517.doc. For installation
  51. instructions, read the file "Installation".
  52.  
  53.     Willy Langeveld, 22 March 1992.
  54.  
  55.  
  56. VLT 5.045
  57. =========
  58.  
  59.     This is a bug-fix release with just the executable of VLT (or VLTjr)
  60. and a new version of xprascii.library. The bug fixes in this version are:
  61. - Fixed enforcer hits and worse problems when running from the Workbench
  62.   with no tooltypes in the icon.
  63. - Fixed read-from-location-0 errors when reading VTPrefs.dat when some menus
  64.   hadn't been programmed.
  65. - The XPRAscii protocol would show the previous protocol name in the status
  66.   requester instead of its own name.
  67. - Added a flag to disable local print mode. The value 64 for "miscflags"
  68.   will disable "local print"
  69. - A problem with switching from a Workbench window to a one-bitplane Custom
  70.   screen and back to a Workbench window was fixed. VLT would assume after
  71.   that sequence that the Workbench had only one bitplane.
  72. - The serial code for sending data was again streamlined a bit. Also, a bug
  73.   was fixed: VLT 4.846 used to try to resend data after a "Reset" operation
  74.   and this was broken in 5.034.
  75. - A problem that only affected VLTjr: when VLTjr's screen was behind other
  76.   screens, running VLTjr again would not bring it to the front. This problem
  77.   is now fixed, and it didn't affect VLT.
  78.  
  79.     There are also a few documentation additions:
  80. - There exists a script command called "consolewindowadjust". If set to off,
  81.   VLT will not adjust the display to make room for the console window. This
  82.   option is by default "on".
  83. - Unlike a VT100, VLT will send the characters ( ) / and * when the top four
  84.   keys of the keypad are pressed in numeric-keypad mode. A VT100 in this case
  85.   would send the same sequences as in application-keypad mode. One may argue
  86.   if it is a bug or a feature, but since it has always been this way, it will
  87.   stay as is.
  88. - Something one should be aware of when running VLT from script icons on the
  89.   Workbench: VLT changes its default directory (and thus the default directory
  90.   of up/downloads!) to that of the icon for each script it executes, *no
  91.   matter what* you saved in your configuration. You can get around this
  92.   by putting explicit CD's in each of the scripts or by setting the up/down-
  93.   load area using the environment variables as documented for each of the
  94.   external protocols.
  95.  
  96.     Willy Langeveld, 3 march 1991.
  97.  
  98.  
  99. VLT 5.034
  100. =========
  101.  
  102.     This release has a number of new features, both in the VT100 part
  103. and in the Tektronix part. The new features are described in file
  104. VLT5p034.doc in the /docs directory. Some highlights:
  105.     The serial device handling has again been improved. Higher
  106. speed operation, better error checking, new menu options, much better
  107. Xoff recovery.
  108.         There are quite a few new script options, such as the WINDOW
  109. command to set window size and position. The Tektronix emulation has
  110. finally acquired some commands, and VLT can save out and read in
  111. files with script commands that describe the current graphics display.
  112. An ARexx program that translates such a script file to Provector
  113. instructions is provided: VLT2Provec.pvrx.
  114.     VLT now supports Matt Dillon's Fifo pipes. How these can be used
  115. is demonstrated in the program FifoBBS.rexx in the rexx directory; it
  116. implements a small but complete BBS system that uses VLT as the engine.
  117.     Other new features include "local printing" from the host,
  118. smooth scrolling with settable speed, a much improved file transfer
  119. status window, and you can now select your favorite 8/11 point fonts
  120. from the menu. VLT now also recognizes ToolTypes in addition to command
  121. line options. ALT-ed and SHIFT-ALT-ed keypad and cursor keys are now
  122. programmable, as well as the console-window string.
  123.     Of course, there are the usual numerous other little changes
  124. and bug fixes.
  125.  
  126.  
  127.     Willy Langeveld, 6 february 1991.
  128.  
  129. VLT 4.846
  130. =========
  131.  
  132.     This is mainly a bug-fix update, but there are one or two new
  133. features. This version no longer comes with the old documentation files
  134. that previous versions came with. This is because there is a new manual
  135. available, see the notice in the docs directory. The only documentation
  136. files are about things not covered in the manual.
  137.  
  138.  
  139.     Willy Langeveld, 30 September 1990.
  140.  
  141. VLT 4.824a mini-update.
  142. =======================
  143.  
  144.     This is a small update to the recently released VLT and VLTjr
  145. version 4.824. It consists of four files: a new VTPrefs.dat in the s
  146. directory, a new SendASCII.vlt in the rexx directory, and most impor-
  147. tantly, a new review.library in the libs directory, and then this
  148. UpdateReadme file.
  149.     If you're happy with the VTPrefs.dat file you already have, then
  150. by all means continue using it - the changes were minor. If you're just
  151. starting to use VLT, you may want to use this one though.
  152.     The new SendASCII.vlt shows you how to use the extract command and
  153. how to set up an XPR transfer, in this case using the xprascii library. It
  154. shows how to temporarily switch to this protocol, and to set VLT back to
  155. what it was at the end. It also shows how to remember the file it sent for
  156. later use. The new VTPrefs.dat has among other things a user menu item set
  157. up to call SendASCII.vlt, so that ASCII send for all practical purposes is
  158. now "built in" (if you have ARexx).
  159.     The new review.library has the esthetical problem of the funny
  160. scroll bars under 1.3 fixed, no other changes. As it turned out, the final
  161. "fix" for AmigaDOS 2.0 turned out to destroy the look under 1.3, and since
  162. it wasn't supposed to affect the look under 1.3 I didn't check... Oh well.
  163. The review.library version number is now 1.14.
  164.     A few minor things have meanwhile been discovered in VLT and VLTjr.
  165. They aren't big enough to warrant inclusion in this mini-update, though...
  166. Depending on what else is found over the next few weeks, another VLT
  167. update might happen in a month or two. So let me know what's broken!
  168.  
  169.     Willy Langeveld, 12 August 1990.
  170.  
  171. VLT 4.824
  172. =========
  173.  
  174.     The major new feature of this release is a complete rewrite of the
  175. script language. The command set was rationalized in many places, extended
  176. and generalized. All commands are now available at all times, multiple
  177. commands can be put on the same line, all commands are available from ARexx
  178. with error reporting, you can wait on multiple strings at the same time,
  179. multiple scripts can be run at the same time, one can extract complete
  180. information about everything from ARexx, there is a tracing facility, you
  181. can intercept all keystrokes to an ARexx script and thus reprogram their
  182. actions, and a lot more. You can also run VLT in "batch" mode (without
  183. windows or screens).
  184.     There are also a lot of other changes, mostly in the VT100 section.
  185. Not much changed in the graphics section. The major change there is that
  186. you can now display graphics in the same window as the text. You can even
  187. set up colors and masks such that graphics and text don't interfere.
  188.     VLT has been tested and changed to work completely and correctly
  189. with AmigaDOS release 2.0: it even has the "3D" look in all requesters and
  190. gadgets. On the other hand, it doesn't yet use many of the new functions
  191. that are  available under 2.0. This means primarily that VLT still needs
  192. arp.library and screenshare.library, so don't throw those away!
  193.     Since the changes are again major, they are all documented in the
  194. doc file VLT4p824.doc. As mentioned there, a new printed manual is being
  195. worked on and should be available by end of august. Watch BIX's amiga.user
  196. conference for a notice about how to obtain that manual...
  197.  
  198.     Willy Langeveld, 1 August 1990.
  199.  
  200. VLT 4.428
  201. =========
  202.  
  203.     The most prominent new features of this release are in the Tektronix
  204. emulation. The VT100 part only suffered minor changes. This means, that
  205. VLTjr isn't very different from the previous version, 4.226.
  206.     VLT's Tektronix emulation was rewritten to a considerable degree. In
  207. particular, it now supports almost all of the Tektronix 4105 escape
  208. sequences, with some obvious extensions to Tektronix 4107. About the only
  209. unsupported feature is the "dialog area" and all commands associated with
  210. it. A few highlights of the supported feautures: area fills (panels)
  211. including all 16 Tek-style textures and 125 dithering patterns; scaled and
  212. rotated (90/180/270 degrees) fonts using new strokefont libraries; almost
  213. full support of Tek-style "pixel operations" (bitmaps); and full support for
  214. all this in the PostScript output. Additional documentation is in the file
  215. vlt4p428.doc in the docs directory.
  216.  
  217.     Willy Langeveld, 4 January 1990
  218.  
  219. VLT 4.226
  220. =========
  221.  
  222.     This version comes in two flavors, VLT and VLT jr. By popular request,
  223. the jr. version no longer contains the Tektronix emulation, which saves some
  224. 35k in the size of the executable. Except for that, the two versions are
  225. identical. Each version now comes with its own icon. These icons are
  226. considerably smaller than the previous one, but they are still pretty neat,
  227. if I say so myself...
  228.     This version fixes a number of bugs and implements full XPR version 2.0
  229. support. The major new feature is the scrollback/review/history buffer. Since
  230. this is again a major release, there is a separate documentation file called
  231. vlt4p226.doc, in the docs directory. These docs are in addition to the ones
  232. contained in vlt4p058.doc.
  233.  
  234.     Willy Langeveld, 12 October 1989
  235.  
  236. VLT 4.069
  237. =========
  238.  
  239.     This is a binary-only interim release.    A number of problems are fixed
  240. in this version especially in the area of XPR support. In particular, the program
  241. no longer returns to the wrong parity after a transfer with an XPR. Aside from
  242. that, there was a problem when the configuration was saved with 7-wire handshaking
  243. enabled. The next invocation of VLT would crash the machine. The Auto-screen-
  244. to-back menu option had no effect on Kermit transfers. These problems are now
  245. fixed. Also, the CAPTURE OFF script command no longer displays a message.
  246.  
  247.  
  248.     Willy Langeveld, 28 August 1989
  249.  
  250. VLT 4.058
  251. =========
  252.  
  253.     This version fixes a number bugs in 4.036 and has a full (but not fully
  254. tested) implementation of the XPR external protocol specification.
  255.     Changes in VT100 part: many public message ports were changed to private
  256. ones; echoing of the cursor keys in local echo now works; the problem with
  257. down-scrolling in "normal" and "color" rendering modes is fixed (thanks Charles
  258. Cleveland); "exit <next-script>" from vlt.init now works (again); setting
  259. cursor height from script has been enhanced, height 0 now allowed (see blink.rexx
  260. and blink.vlt for a rather processor intensive way to make your cursor blink!);
  261. the problem some people had opening the console window on custom screens was
  262. fixed (thanks Mike Cargal); and starting two identical VLT's (for example by
  263. twice double clicking on an icon or double-clicking a FastMenu gadget) is now
  264. pretty much bulletproof.
  265.     Changes in Tektronix part: PostScript support of text output for some
  266. special characters now works; PostScript menu item now reads "as" instead of
  267. "ss".
  268.  
  269.     W.G.J. Langeveld, 16 July 1989.
  270.  
  271. VLT 4.036
  272. =========
  273.  
  274.     This version constitutes a major revision of VLT. Because of the numerous
  275. added features and fixed bugs, there is a separate documentation file in the docs
  276. directory, called vlt4p036.doc. The ARexx support libraries rexxarplib and
  277. rexxmathlib are no longer included here, but distributed in a separate archive.
  278. In case you're wondering about the revision number: there have indeed been
  279. 380 relinks of VLT since version 3.656.
  280.  
  281.     Willy Langeveld, 5 June 1989.
  282.  
  283. VLT 3.656
  284. =========
  285.  
  286.     This update differs from the previous one in a few bug fixes: the
  287. implementation of the insertion/deletion of characters is now done correctly,
  288. a problem with macro file requesters was solved. All 'beep's everywhere in the
  289. program now correctly DisplayBeep when the 'volume' is zero, or audible-beep
  290. when the volume is greater than zero. When the vloume is less than zero, the
  291. beep has a higher pitch. Also, the sequence to set columns and rows has been
  292. doubly privatized. The sequence now is <CSI>?<columns>;<rows>p, to avoid a
  293. conflict with usage of the <CSI>...p sequence elsewhere (see 3.626).
  294.  
  295.     Willy Langeveld, 9 September 1988.
  296.  
  297. VLT 3.649
  298. =========
  299.  
  300.     This update differs from the previous one in that the 132 column font
  301. was modified (see if you can read this better - otherwise keep the other one). A
  302. major bug was fixed: VLT now gives back the 8k or so of memory it used to
  303. steal. Some minor bugs were fixed, such as the display of 132 column font. A
  304. 'clear screen' from the menu now resets the use of the graphics character set if
  305. it was in use. The sequences for insertion/deletion of characters in a line are
  306. now supported. The rendering of the pf gadgets was  modified. Both Tektronix and
  307. VT100 screen now use copies of their window's rastports rather than their
  308. window's rastports themselves so some flakey behaviour should have disappeared
  309. when using Quick rendering mode on the VT100 side, or the graphic cursor on the
  310. Tektronix side. The Tektronix emulation now ignores spurious control characters
  311. in vector mode.
  312.  
  313.     Willy Langeveld, 23 August 1988.
  314.  
  315. VLT 3.626
  316. =========
  317.  
  318.     This update differs from the previous one mainly in that 132 columns are
  319. are now supoported using two new fonts. They are modified versions of the one
  320. that came with VT100 2.6, on one of the Fish disks. Also, the control sequence
  321. <CSI>...p has been modified to include the number of columns as the first
  322. parameter. The last parameter is as before the number of lines. It no longer
  323. matters which parameter this is as long as it's last, but it is recommended to
  324. use the second one. Also the standard VT100 sequences for setting 132 column
  325. mode (<CSI?3h) and going back to 80 column mode (<CSI>?3l) are implemented.
  326.  
  327.     Willy Langeveld, 1 August 1988.
  328.  
  329. VLT 3.615
  330. =========
  331.  
  332.     This update differs from the previous one mainly in improved handling of
  333. REXX commands. Multiple RX commands from the same .scp file are now supported,
  334. and REXX commands can now be sent to VLT even though an .scp script is active.
  335. These features have not yet been extensively tested, so let me know your
  336. results. Also a bug introduced in 3.598 was fixed.
  337.  
  338.     Willy Langeveld, 22 July 1988.
  339.  
  340. VLT 3.601
  341. =========
  342.  
  343.     This update differs from the previous one only in that the Tektronix
  344. screen now is also public. Its name is VLTTEK. The screenshare.library is
  345. somewhat smaller, but is functionally the same.
  346.  
  347.     Willy Langeveld, 16 July 1988.
  348.  
  349. VLT 3.598
  350. =========
  351.  
  352.     This is an update of VLT, as described below. If this is the first
  353. time you've downloaded it, read the section about the previous version first.
  354.     This version has most reported bugs fixed, but not many enhancements, on
  355. the theory that enhancements usually introduce more bugs: the intention was to
  356. get a solid version out there first before adding new stuff.
  357.     Among the changes are: ScreenToFront/Back() in rexxarplib were fixed,
  358. rexxarplib now has functions to retrieve the screen size and interlace status;
  359. the Tektronix (tm) emulator supports some more sequences and eats others; it now
  360. looks for TekStore: and will open the temporary graphics file there instead of
  361. in ram: (for those that have little ram: but sufficient disk space); Kermit was
  362. modified to work also on CDC's (thanks, s_walton!) and a host of bugs were
  363. fixed. Also, the script command FLUSH was added. It flushes the capture buffer
  364. out to disk (or wherever it was capturing to). This is useful for capturing to
  365. the new 1.3 SPEAK: device, for example. Not everything was fixed: the command
  366. parser is still the same and therefore Wait and On etc. still don't work.
  367.     This version is a zoo archive, because it supports long filenames and
  368. also path specifications. Therefore, there are no more executeme files.
  369.  
  370.     Willy Langeveld, July 6, 1988.
  371.  
  372.  
  373. VLT 3.553
  374. =========
  375.  
  376.     You have just downloaded an archive containing the executable files for
  377. the terminal emulator VLT. VLT is both a VT100 emulator and a Tektronix
  378. emulator, currently in use at SLAC (Stanford Linear Accelerator Center).
  379. Although the VT100 part was originally based on Dave Wecker et al.'s VT100, many
  380. enhancements were made.  I won't go into any details at this point. The main
  381. documentation file is not yet ready and will be posted later. For now, if you
  382. have questions, you will have to ask them on BIX in amiga.user. I expect the
  383. documentation to be ready by next week, though...
  384.     This program uses ARP, so in order to run it you need arp.library in
  385. your libs: directory. You better make sure you have ARP 1.1, or else nasty
  386. things may happen!
  387.     This program is NOT in the public domain. However, you may freely use
  388. this program for any purpose, and are encouraged to distribute it wherever you
  389. want. The author (me) does not, however, accept any responsibility for
  390. suitability for any particular purpose, or for any damages that may occur as a
  391. result of the use of this program, etc., you get the picture... 8-) .
  392.     Bug reports are welcome, please send them to me BIXmail.
  393.  
  394.     This archive contains several sub-archives, one for each directory where
  395. you should store the files contained in the sub- archive. Besides VLT and
  396. VLT.info, the archive contains the following files (after executing the various
  397. executeme's). Be sure to read all the various readme files, too! Have fun...
  398.  
  399.     Willy Langeveld, April 20, 1988.
  400.  
  401.