977.6.1 |
Fix a problem causing certain startup error messages to appear in an empty dialog. |
977.6.1 |
Fix a problem recently introduced in which a nested ++include would not default to the ersatz directory of the parent ++include under UNIX. |
977.6.3 |
AUI_CONTROL CTLOP_CHG with MBST_CHANGEX now updates the control name. |
977.5.1 |
AUI fix: Attempting to change the position of an existing dialog using CTLOP_CHG and MBST_POS was not working for the top and left sides; only for the bottom and right. |
977.4.1 |
AUI fix: The newly created CTLID was not being returned in many cases, causing all kinds of weird problems. (Problem introduced in 976). |
977.3.1 |
Node-Counting Logic has been improved. |
977.3.2 |
INFLD: Fix bug (caused in 976) in which if V=1, the parent ID of the GUI control would sometimes get set to 1 (rather than the default of the main window or current dialog.) |
977.2.1 |
XTREE Fix: reentry after exiting from a checkbox or radio box cell was starting in the wrong cell if the tree had been sorted. |
977.1.1 |
AUI fix: Operations involving the identification of controls on the main window within a specified rectangle (such as to save/restore or clear them) wasn't working properly, since 4.9.976. |
977.1.2 |
Compiler Fix (Build 345): The statement " fn'x(array(fn'y(z))) "was not being compiled properly.The result was generally a GPF when the statement was executed. Such constructions (a function used as an argument to an array, which is turn an argument to a procedure or function) must be recompiled. |
977.0.1 |
Implement XTEXT spell checking. |
977.0.2 |
Compiler now allows explicit types and sizes for parameters in Function / Procedure Definitions. |