home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qvt355.zip / RELNOTES.355 < prev   
Text File  |  1989-10-11  |  6KB  |  182 lines

  1.  
  2.  
  3.                             -----------------
  4.                             QVT Release Notes
  5.                             -----------------
  6.  
  7.  
  8.  
  9.  
  10. Version 3.4x
  11. ============
  12.  
  13. Characters in Phone Numbers
  14. ---------------------------
  15.  
  16. QVT will now accept in phone numbers any of the alpha characters which
  17. are meaningful to Hayes-standard modems.  Most importantly, this includes
  18. the comma, which is needed for dialing out on PBX lines.
  19.  
  20.  
  21. Custom COM Ports
  22. ----------------
  23.  
  24. QVT now supports user-defined COM ports by means of the "ioport=" and
  25. "irq=" configuration directives.  This allows the use of modems on
  26. non-standard ports, thereby freeing up COM1 and COM2 for other uses.
  27. To use this feature, include the lines:
  28.  
  29.         ioport=XXXX
  30.         irq=Y
  31.  
  32. in your .VT file.  'XXXX' should be the hex address of your serial I/O
  33. port; 'Y' will be the hardware interrupt line number. Both of these should
  34. be available from the manufacturer of your modem or serial card.
  35.  
  36.  
  37. 132-column Support
  38. ------------------
  39.  
  40. Some popular after-market video cards include a built-in 132-column mode.
  41. QVT now allows users who have such cards to make use of this mode to
  42. achieve a 132-column VT100/200 display.
  43.  
  44. To activate QVT's 132-column support, include the directive "bios_132=xx"
  45. in your .VT files, where 'xx' is the hex value which should be placed in
  46. the AL register to invoke 132-column mode on your video card. For example,
  47. "bios_132=55" would be the correct setup for Paradise EGA and VGA cards.
  48.  
  49.  
  50. DECUDK
  51. ------
  52.  
  53. Support for DEC User-defined keys has been added to version 3.41 of QVT
  54. for MS-DOS.  The first 5 user-defined keys are accessed by pressing
  55. <Ctrl-F6> through <Ctrl-F10>; the last 10 are accessed by pressing
  56. <Ctrl-Shift-F1> through <Ctrl-Shift-F10>.
  57.  
  58. Note that DEC user-defined keys are programmed via download from the host.
  59.  
  60.  
  61. DOWNLOAD_DIR Environment Variable
  62. ---------------------------------
  63.  
  64. The environment variable 'KERMIT_DIR' has been dropped.  Instead, QVT
  65. will use the environment variable 'DOWNLOAD_DIR' as the destination
  66. directory for all three batch file-transfer protocols (i.e., Kermit,
  67. Ymodem, and Zmodem).
  68.  
  69.  
  70. Selective Erase
  71. ---------------
  72.  
  73. Support for the DEC Selective Erase feature has been implemented.
  74.  
  75.  
  76. VT200 7-bit and 8-bit modes
  77. ---------------------------
  78.  
  79. The 'Setup Terminal' screen now allows the selection of VT200
  80. mode with 7-bit ('VT200-7') or 8-bit ('VT200-8') controls.  This
  81. does not affect the processing of received 8-bit control codes,
  82. only the transmission of control codes in 7-bit or 8-bit form.
  83.  
  84.  
  85. Bug Fixes
  86. ---------
  87.  
  88. The escape sequence parser has been rewritten to handle mixed ANSI
  89. and DEC Private control sequences.
  90.  
  91. The 'underlined' attribute will now be retained across shifts in and
  92. out of 132-column mode (where supported by hardware).
  93.  
  94. The 'Print Cursor Line' function should now work correctly.
  95.  
  96. Zmodem uploads will now use the correct block size (not always 128).
  97.  
  98. Processing of DECSCL sequences has been fixed.
  99.  
  100. Kermit 8-bit quoting on downloads has been fixed.
  101.  
  102. The 'dialprefix' and 'answerback' strings may now contain control characters.
  103.  
  104.  
  105. Version 3.5x
  106. ============
  107.  
  108. Support has been added for the Kermit 'Get' and 'Finish' functions.
  109. These are used when interacting with a Kermit server.
  110.  
  111.  
  112. The 'answerback' implementation has been fixed. QVT will now transmit
  113. the answerback string upon receipt of an ENQ character from the host.
  114.  
  115.  
  116. The signon screen has been redesigned.
  117.  
  118.  
  119. Support for user-selectable colors has been enhanced substantially.
  120. These enhancements are in two areas: first the entire range of IBM PC
  121. colors is now available to be selected; second, the background color
  122. as well as the foreground color may be modified. This may be done
  123. either from the 'Terminal Settings' screen, or in the config file,
  124. using the 'backcolor=' directive.
  125.  
  126. The set of available colors is: BLACK, DARKBLUE, GREEN, BLUE, RED,
  127. MAGENTA, BROWN, and WHITE.
  128.  
  129.  
  130. A bug has been fixed which caused the status line to disappear when
  131. switching in and out of 132-column mode (Note: this bug would occur
  132. only if the 'bios_132' config directive was in effect).
  133.  
  134.  
  135. The overall behavior of the program while in 132-column mode has been
  136. improved. For example, the status line will extend all the way across
  137. the screen. Also, window paints and erasures are cleaner.
  138.  
  139.  
  140. Support has been added for the ANSI color-selection sequences. These
  141. are used by many BBS's and other software that communicates remotely
  142. with IBM PC's.
  143.  
  144.  
  145. It is now possible to select a color for the menu bar other than the
  146. default blue.  This is done by adding a line to the config file such
  147. as:
  148.  
  149.         statcolor=brown
  150.  
  151. See above for a list of available colors, with the exceptions of RED
  152. and BLACK, which are not appropriate for the menu bar.
  153.  
  154.  
  155. QVT now allows the user to specify a protocol as the 'default'
  156. protocol for use with a host.  To do this, add a line of the form:
  157.  
  158.         protocol=<protocol>
  159.  
  160. to the config file.  The four protocols available are Kermit, XMODEM,
  161. YMODEM, and ZMODEM.  The default protocol is activated by pressing
  162. <Ctrl-PgUp> for upload, and <Ctrl-PgDn> for download.  If you have a
  163. 101-key keyboard, you must use the <PgUp> and <PgDn> keys which are
  164. located on the numeric keypad.
  165.  
  166.  
  167. Support has been added for the EGA 43-line mode and VGA 50-line mode.
  168. These modes may be invoked only at the point of loading a config file.
  169. To specify a condensed display, include the directive 'scrnlines=42' in
  170. your .VT file. Conversely, 'scrnlines=24' will specify a normal display.
  171.  
  172.  
  173. The script language has been expanded to include the 'capture' keyword.
  174. This keyword should be followed by the parameter 'on' to open a capture
  175. file, or 'off' to close the capture file. You need not specify a file-
  176. name, since QVT will create a filename by taking the root part of the
  177. current config file and appending the extension '.LGF'. The capture file
  178. provides a way to monitor the success or failure of unattended sessions.
  179.  
  180.  
  181. 10/10/89
  182.