1. Add OmniLedger routines.
2. PRINTER= statement in MIAME.INI now supports a second arg to allow specification of the default print-screen printer name. When set, the print-screen dialog is a bit easier to use since all the answers get filled in. For example:
PRINTER=LP0,LP1
This would specify LP0 as the default printer, except for print-screen, where LP1 would be the default.
Note that some older versions of A-Shell, VUE and COMPIL will complain about the above syntax, thinking it is from the old,old format in which all the printers were defined on this one line.
3. Support ability to insert //PASSTHROUGH ON or //PASSTHROUGH OFF on first line of printfile to allow setting in printer INI file to be overridden.
4. Compile with Guerin subroutines.
5. SIZE.LIT 1.2(102) now gets the size from the directory entry rather than reading the file, making it much faster.
6. LOG.LIT 1.5(118) fixes a problem in which the /N switch was ignored if the size of the START.CMD was more than 1 block.
7. (UNIX) SUBMIT.LIT 1.7(119) now supports DO-style arguments in the CTL file ($0-$19). The arguments must follow the name of the CTL and precede any /switches on the command line. Note that although the concept is basically the same as DO file argument substitution, because of the way CTL files are handled, the substitution is done in advance by SUBMIT.LIT, creating a temporary file in the process which is submitted in place of the original CTL file. One advantage of this approach is that unlike DO files (which are expanded in memory), there are no size limitations to CTL files.
8. ERASE.LIT 1.6(110), COPY.LIT 2.6(116) and RENAME.LIT 1.6(107) now consult the LDF (language definition file) to determine the characters used to answer the queries positively or negatively.
9. Maximum length of login name is now 19 bytes (previously was 20.)
10. An assignment to a subscripted string starting in position 0 is now treated as if it were position 1 (previously nothing was assigned.) For example, A$[0,5]="HELLO" is now equivalent to A$[1,5]="HELLO". (It's not clear this is an improvement, but it is what AMOS does.)
11. VUE.LIT will now allocate a larger editing buffer (if possible) when the file to be loaded is too big to fit in the memory partition.
12. A potential opportunity to corrupt the stack when calling VUE using xcall MIAMEX,14,FSPEC,GOBUF was closed.
13. PolyShell 1.3A(129) released for compatibility with queue version 113; fixes glitch with -x switch obliterating next token on command line; closing a session now automatically switches to the lowest-numbered existing session if there is one (previously it went to menu mode.)