Please enable JavaScript to view this site.

A-Shell Development History

1138.2.1

Dialog scaling bug fix: fix problem that was exacerbated by the earlier fix in 1137.7.

1138.1.1

The A-Shell server now keeps track of ATE client versions in JOBTBL.SYS, so that they can be displayed using SYSTAT/ATE (see below).

1138.1.2

SYSTAT.LIT 3.0(159) now displays the ATE client version information, in place of the memory partition size, when using the /ATE switch.

1138.1.3

A-Shell now supports a new optional file %MIAME%/atesetup/options.txt, which if present, may contain a single line of command line switches to be passed to the ATE update routine. By default, only the /AUTOUPDATE switch is passed (and at this point, that is the only recognized switch), but this opens the door for adding additional options, even custom dealer-implemented ones, to the update/installer.

1138.0.1

SQL.SBR 0.1 "release" for A-Shell/Windows: SQL.SBR is really just the "hub", and requires a "connector" module to complete the connection from A-Shell to an SQL database. No connectors are officially released yet, although there is pre-release MySQL connector (ashmysql.dll) that can be made available to a limited number of beta testers. (Contact MicroSabio or stay tuned for further details.)

1138.0.2

XTREE enhancement: New cformat code ] may be added to any column in a file-mode tree to force trailing blanks to be stripped before loading the cell. (This is automatic in array mode, but in file-mode, the blanks may be needed to preserve the interpretation of the returned selection string.)

1138.0.3

INFLD bug fix: INFLD was failing to clear the "1-click cursor alignment" region on exit. The result was that there would in some screens be a region (one row high) where clicking would generate a bunch of chr(8) or chr(12) characters.

1138.0.4

XTREE bug fix: The xtr'expandlevel feature was not working reliably, because some operations performed on the tree after setting up the expand/collapse level were having a side effect which caused some rows to get expanded.