1352.3 |
INFLD refinement: revision to the "e)" refinement (1333.1), limiting it to the case were the force-destructive (grave accent) option is not used. In other words, "e)|G" starts out unselected, while "e`)|G" starts out selected. This restores behavior from prior to 6.1.1333.1, and perhaps more importantly for people who really fixate over this kind of minutiae, prior to 6.0.1267.6, while preserving the most important part of the 1333.1 refinement. |
1352.2 |
IMAGE.SBR bug fix: The IMGOP_ACQUIRE operation was returning status 65536 instead of 0 for a successful single page scan. The problem was introduced in 6.1.1306 and 6.0.1266 when multi-page scanning support was added, but did not affect XCALL AUI, AUI_IMAGE, which is the recommended calling interface anyway. So it was mainly an issue for older programs after updating A-Shell versions. Same patch as 6.0.1268.4. Note that if passing the multi-page scanning related PAGES and SCANFLAGS arguments to IMGOP_ACQUIRE, you must use the AUI_IMAGE interface or else strip the returned STATUS to the low 16 bits. |
1352.1 |
XTREE bug fix: date sorts were crashing on empty cells. Same patch as 6.0.1268.3. |
1352.0.1 |
XTREE new XTR'MISCFLAGS flag: XTMF_EDITONLY (&h0040) causes XTREE to attempt to remain in cell editing mode, and avoiding selection mode, to the extent reasonable possible. There are still situations and events that will result in XTREE reverting to selection mode, but this option will minimize them. |
1352.0.2 |
XTREE bug fix: Keyboard navigation between editable cells was in some cases causing XTREE to associate the wrong column options with the current cell. |
1352.0.3 |
Compiler enhancement (edit 634): Case Insensitive mode (/CI) now applies to labels and Function/Procedure names as well as variables and symbols. |
1352.0.4 |
Compiler bug fix: (edit 635): A DIMX statement within PRAGMAs PRIVATE_BEGIN and PRIVATE_END which was not preceded by PRIVATE was generating a spurious compiler error and possibly an infinite loop of them. |
1352.0.5 |
An AG_HOLDKBD Enhancement makes it possible to lock ATE into local keyboard mode. |
1352.0.6 |
XTREE bug fix: The Search options are no longer automatically added to a context menu for columns that have cell editing validation, since the act of selecting something from the context menu triggers a validation exit, rendering the "Search" options useless. |