Please enable JavaScript to view this site.

A-Shell Development History

1158.5

ERSATZ system bug fix: ersatz name matching was ignored the characters beyond the first six, causing names longer than 6 characters to never be found unless unique in the first 6 characters.

1158.4

XTREE bug fix: default fg/bg colors were sometimes getting set almost randomly.

1158.3.1

Command file processing refinement: don't echo INPUT chars taken from the command file to the screen if NOECHO mode has been set.

1158.3.2

Eliminate an intermittent spurious blank line output between the echoing of the initial command line and the next real output line.

1158.2.1

Compiler bug fix!!!! - Compiler edit 437 (A-Shell 5.1.1157.0) introduced a bug in which references to unmapped variables within ++include files auto-mapped the variables as private to the module, rather than global. Thus if the variable was first assigned a value within the ++include file, that value would not be visible when the same variable was accessed in the main file.

1158.2.2

XTREE bug fix: When XTR'COLUMNSORT(0) was not zero (in order to force XTREE to initially sort the items), but XTF_SORT was not specified (so that the user could not re-sort them), the index to the selected row was not taking the sort into account. (It was returning the index relative to the items as displayed, not relative to the items as stored.)

1158.1

Add new GDI printing directive PAPERSIZE.

1158.0

XTREE enhancement: editable date and time fields can now use the Windows date/time Picker Control for editing.