Please enable JavaScript to view this site.

A-Shell Development History

972.1.1

Fix: TAB(-10,AG_WALLPAPER) (-10,39) wasn't properly parsing quoted filespecs or handling those with [p,pn] in them.

972.1.2

Fix: VUE was not disabling wallpaper when running in local Windows mode.

972.1.3

Fix problem with not being able to sort a column repetitively (up/down) without clicking on another column header in between.

972.1.4

Fix: XGETARG within a function was not properly translating arguments passed as F6 to arguments received as I or B type. (Problem did not affect SBXs.)

972.1.5

Fix (yet another!) situation where an untimely telnet disconnect could leave an instance of ASHW32 running on the server, using up a lot of CPU time and outputting a lot of error messages to the ashlog.

972.1.6

Fix: Back off from a previous refinement that caused the right or bottom edge of the XTREE to be snapped to the edge of the parent control if it was within a couple of logical columns. Now, the right and bottom edges are only snapped to the parent edge if they otherwise would have been clipped by the parent edges.

972.0.1

ATE: LOG function now includes aux printing control codes and data.

972.0.2

Calling a traditional subroutine within a function or procedure is now allowed. Both the body of the subroutine and the call to it must be within the Function/EndFunction or Procedure/EndProcedure.

972.0.3

XTF_TAB in XTREE now overrides the normal editing/navigation use of the TAB and SHIFT-TAB keys (allowing you to TAB entirely out of the XTREE even from an editing operation).

972.0.4

GUI: Settings | Dialog Sizing option to base dialog sizing on main window grid now overrides the explicit use of MBF_ALTPOS within a program. (This was always the intent but was never implemented.)