1381.9.1 |
XTREE bug fix: Using the mouse wheel within a combo cell wasn't working as expected with ScrollMode=Tree. |
1381.9.2 |
Compiler bug fix (edit 662) - Spurious syntax errors when using /P, related to use of SIZEOF and .OFFSET, in function/procedure definitions. |
1381.9.3 |
Compiler enhancement (edit 663) - When using /P and /L, the LSX file now contains a list of all the procedures and functions, along with an indicator of how many times they were called. |
1381.9.4 |
ZTXFER.LIT 1.3(107) refinement: now supports filenames that exceed the 10.3 file.ext format. Also now treats server destination of "*" or "*.*" as equivalent to ""—i.e. uses file.ext from PC. |
1381.8 |
PDFX refinement: log file now lists name of attachment. |
1381.7.1 |
Compiler bug fix (edit 661): /P switch was conflicting with conditional compilation, certain pragmas, LSX compilation, and SIZEOF(). |
1381.7.1 |
XTREE bug fix: clicking on an inactive tree was sometimes sending the SelChgExit exitcode rather than the tree's default exitcode. |
1381.6 |
Compiler bug fix (edit 660): issues related to /P and symbol definitions. (Superseded by subsequent edit 661.) |
1381.5 |
XTREE bug fix: Copy selected item to clipboard was marking the clipboard format as ANSI when it was really UNICODE, resulting in garbage when pasting it into most apps. |
1381.4 |
Minor addition of LP TRACE messages to log to help track down a problem with an APEX shutdown due to apparent conflict with a rogue security service. |
1381.3.1 |
XTREE bug fix: Advanced coldef option Font= was not working correctly. |
1381.3.2 |
Compiler bug fix (edit 657): The /P switch was interfering with the use of conditional compilation statements. In most cases this was benign but in some cases it could have resulted in compilation errors such as "conditional expression not constant". |
1381.2 |
AUI_CONTROL performance refinement: deleting sets of controls—e.g. with CTLOP_CLR, CTLOP_DEL, or CTLOP_PANE)—is now faster than before due to some display optimization. |
1381.1 |
AUI_CONTROL refinement: minor adjustment to color logic for checkboxes to help preserve transparency. For best transparency results, always set the FGC and BGC fields to NUL_FGC and NUL_BGC, particularly in INFLD checkboxes. |
1381.0.1 |
|
1381.0.2 |
Compiler bug fix (edit 656): A function or procedure with the same name as a previously defined symbol was being substituted by the symbol value. This almost certainly let to a compilation error, but may have been confusing. |
1381.0.3 |
ATE enhancement: Various improvements have been made to the ashlog.log file, making it a more useful resource for reviewing the connection history and investigating problems. Session startup and shutdown details in particular are logged, along with an indication of whether the user initiated the disconnect via the File>Disconnect—i.e. |D clickstring—or via the "X" Quit dialog. |