1. (UNIX) Add vt220a driver. (VT220 but with function keys programmed like an AM62A.)
2. Add MIAME.INI statement OPTIONS=ABSLOOKUP to force LOOKUP statement to always return a positive number, even for "random" files.
3. (WINDOWS) Check for attempt to access a command called CON (which is a reserved device name for the console and would lock up the PC.)
4. Implement a message file for internationalization of LIT commands. (No LIT commands have yet been converted to use it yet though.)
5. XCALL MIAMEX,72,CAT,MSGNO {{ROW,COL} ,VAR} Accesses message in SYS:LITMSG.lan. CAT is numeric code for the LIT command or group of command messages. MSGNO is the message number with CAT. If ROW & COL are negative, skip display of message. If zero, don't position cursor prior to displaying message. If VAR suppied, message is returned there (possibly in addition to display.)
6. Fix problem with large PRINT TAB(x) values. Previously, when x was >255, weird things could happen. The practical limit on TAB size is now 512.
7. PRINT.SBR now strips trailing blanks from output.