Please enable JavaScript to view this site.

A-Shell Development History

1253.5

Add Celibec routine EXTRAI.SBR.

1253.4.1

COMPIL bug fix (edit 516): Under /X:# mode, a new-style FOR statement was generating a spurious syntax error if there was STEP clause followed by a comment that included a colon character. The splitting of the line into multiple statements based on the colon separator was interfering with the comment processing.

1253.4.2

INFLD GUI/combobox bug fix: |m was acting like ||m—i.e., exiting on ENTER with exitcode 13, instead of just closing up the dropdown with the new selection.

1253.3.1

VUE / Print Screen bug fix: Using the File > Print Screen utility from within VUE was corrupting the editing buffer because both were using the partition free space as a work buffer.

1253.3.2

Log file improvement: the "%Warning - instance already exists - overwriting" message is now logged to ashlog.log, to make it easier to identify cause of "forced zap" messages in the log. Previously it was only displaying on the screen, which is hard for remote tech support people to verify.

1253.3.3

AUI_EVENTWAIT refinement: expand test for infinite loops to include case where the routine is being called too rapidly (more than 50 times in a row without a 1/2 second gap). This is mainly targeted at developers, who may otherwise waste time when developing their event processing code not being able to recognize what the program is doing. A message box pops up with an option to abort or ignore.

1253.2

AUI_CONTROL bug fixes: Images within buttons were not working with the MBF2_PIXCOORDS flag, and several other controls were not handling MBF2_PIXSIZE correctly.

1253.1

AUI_CONTROL bug fix: MBF2_PIXCOORDS wasn't working with child controls within group box parents.

1253.0.1

XTEXT bug fix: HTML table elements were erroneously getting assigned the underline attribute. (Fix required updating TER18.DLL to TER19.DLL and HTS13.DLL to HTS14.DLL.)

1253.0.2

XTEXT enhancement: As a side effect of the DLL upgrade, the maximum line length has been increased from 998 to 1998 characters.