Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 6.5/7.0, builds 1600+ > 2019

1667 — 12 September 2019

Scroll Prev Top Next More

1667.2.3

Fix

PDFX: Email.Subject lines containing a colon were losing the part of the subject prior to the colon.

1667.2.2

EIR

Logging refinement, Linux: MSGBOX.SBR calls using MBICON_QUESTION are no longer logged to the ashlog. Only MBICON_STOP or MBICON_EXCLAMATION trigger the logging.

1667.2.1

Fix

APEX: independent viewer sessions no longer count against the MAXINST limit. Believe it or not, some users deliberately like to keep a dozen or more of these previous window open at the same time, and that should have no bearing on the application itself.

1667.1

EIR

Refinements to the xMASCB hook support. Change the hook log version from version 1 to version 2.

1667.0.2

EIR

Support file hooks in the xMASCB.SBR routines.

1667.0.1

New

DYNLIB enhancement: new argument type "P" acts similarly to "p" but receives the size of a ">" argument. Useful for functions that return a pointer to a buffer in one argument and the size the buffer in another. The new AXL function Fn'LibXL'GetPicture uses this technique.