tcl3270 Version 3.2 -- New Features and Bug Fixes
Changes in tcl3270 3.2.15, 23. December 2000
- Corrected the Makefile template to build tcl3270 instead of c3270.
- Changed the default terminal type to a 3278.
- Corrected the behavior of Ascii and Snap Ascii when four
arguments are supplied.
- Changed the default version of the tcl library to 8.3 (8.2 is still
supported with the configure --with-tcl=8.2 option).
- Added support for Extended Tcl (TclX), via the configure
--with-tclx option.
Changes in tcl3270 3.2.14, 15. November 2000
^M
Corrected some problems with the internal event scheduler, which could
cause timeouts to hang.
Added support for -xrm.
Updated the man pages and synchronized the HTML versions.
Changes in tcl3270 3.2.12, 8. September 2000
Added Rows and Cols commnds.
Corrected the documentation of the status fields (there are only 11 of
them).
Changes in tcl3270 3.2.11, 31. July 2000
In a Query Reply, send the correct codepage when using non-US character
sets.
Request the first LU name only once.
Added cms_cmd.tcl3270 example script.
Changes in tcl3270 3.2.10, 5. July 2000
Added an n: prefix to hostnames to selectively disable TN3270E.
Changed the reported CSCSGID to X'02B90025' (English-U.S.).
Fixed the Attn command to send TELNET IP, per RFC 2355.
Restored the ability to disable most components in parts.h,
and made TN3270E mode a configurable component.
Removed old ARGSUSED lint hints.
Changes in tcl3270 3.2.9, 26. June 2000
Fixed requesting the wrong LU after switching between TN3270E and TN3270
modes.
Added a new Snap command.
Added new Wait Disconnect and Wait Output commands.
Changed Wait to Wait InputField, Wait 3270 to
Wait
3270Mode and Wait ansi to Wait NVTMode. The old names
are still supported for backwards-compatibility.
Fixed a problem with parameter processing in the Transfer command.
Catch empty hostnames.
Added stricter enforcement of user-specified LUs.
Catch failures of command-line-specified host connections.
Added -- to separate tcl3270 options from script options, and
pass those options to the script in $argv.
Added -trace.
Vastly improved tracing.
Fixed a nit in tracing Query Reply options.
Changes in tcl3270 3.2.8, 1. June 2000
Fixed a problem with initial host connection negotation and talking to
a non-TN3270E host.
Added support for IND$FILE file transfers, via the new Transfer
command.