1177.9.1 |
TCPX enhancement: Setting SO_LINGER option |
1177.9.3 |
GUI bug fix: Certain kinds of image filespecs (particularly those already in native format) were getting corrupted before being processed, leading to a failure to load the image (e.g. icon or bitmap) associated with some controls. (Problem was introduced in edit 1176.) |
1177.9.3 |
ABOUT.LIT 2.2(108) now displays license options for the auxiliary ATE license. Also, when the ATE client is supplying its own license even though the server offers server-based licensing, a warning message now displays at the end of the ABOUT display. |
1177.8 |
XCALL HOSTEX bug fix (UNIX only): Passing the STDOUT$ argument was causing the STS argument to always return 0. |
1177.7 |
File hook bug fix: The "refinement" in 1177.6 essentially broke all detection of changes in the WRITE hooks. |
1177.6.1 |
MX_COMPIL enhancement: new STATUS parameter in MX_COMPIL |
1177.6.2 |
Compiler bug fix (edit 453): Correct a problem with patch 449 (see 1177.1) which caused spurious syntax errors to be reported in valid ISAM-A statements containing ISAM'KEY(x). |
1177.6.3a |
Compiler minor fix: Certain errors were causing spurious syntax errors to be reported on the subsequent line. (This didn't change the fact that the program had errors and thus would not compile, but did confuse things by making it look worse than it was.) |
1177.6.3b |
Compiler minor fix: The %v component of a pattern specified with /VC:pattern (see 1177.2) was getting translated to "" rather than "0" when the file contained no PROGRAM or VEDIT statement. |
1177.6.4 |
COMPIL.LIT / COMPLP.LIT / OCMPIL.LIT 1.1(123) update: /VC:pattern now supported. |
1177.6.5 |
File hook refinement: The PRE'REC data buffer is now refreshed by WRITE operations as well as READ operations. |
1177.5 |
Improved compatibility with Asian language configurations. (Extension of 1175.4 improvement.) Now chr(63) is accepted as a substitute for chr(250) or chr(255) is the VK_xxx virtual key encoding sequence. |
1177.4.1 |
XTREE fix to SelChgExit=### feature: The tree was sometimes exiting immediately on entry (because the "selection change" message was firing as a result of internal positioning of the selection bar.) It now waits for the selection to change as the result of a user action. |
1177.4.2 |
XTREE enhancement to SelChgExit=### Feature |
1177.3 |
|
1177.2.1 |
|
1177.2.2 |
|
1177.1 |
Compiler refinement (edit 449): The non-subscripted variable name ISAM'KEY is now allowed when compiling with /X:2. (In other words, it is no longer confused with the subscripted keyword ISAM'KEY(x) which is used in ISAM'PLUS FIND and GET statements.) |
1177.0.1 |
PolyShell / ATE refinement: XCALL MESAG now automatically reverts to text mode when running under PolyShell, even when the terminal supports GUI. (The GUI message box interferes with the ability to swap to a new job, which is a common urge when faced with a strange error or warning message.) |
1177.0.2 |
ATE / MESAG.SBR refinement: The ATE protocol sequence which launches a GUI-mode message box in response to XCALL MESAG has now been made more robust by enclosing it in an ATE transaction wrapper. Previously, it was too easy to mess up the sequence by typing ahead. |