1178.1.1 |
Dynamic memory bug fix: An in-process XCALL AMOS invoked from within a function or procedure was freeing dynamic memory that may still have been in use by the calling program, leading to a spurious error 3 (out of memory). The error was also logged in ashlog.log as "Attempt to reference expired dynamic memory", but "A" at the start of the message was being replaced by garbage due to an error in the message format spec. |
1178.1.2 |
Clipboard bug fix: Accented characters copied from A-Shell were sometimes failing to paste properly into Unicode apps, depending on whether A-Shell was in ANSI or OEM character set mode. |
1178.0 |
AUI_CONTROL enhancement: new cstate flag MBST_NORMALIZE (&h10000000) may be used with CTLOP_CHG to change the state of a minimized or maximized window back to normal. Also, MBST_MINIMIZE now works with CTLOP_CHG. (Previously it only worked with CTLOP_ADD.) |