; m4chgs/asm Version 5.2 9/21/86 Change ? to not destroy the screen while in connect mode. Save screen, and then restore it after the user presses a key. 9/20/86 Fix bug in SET KEY that caused garbage to be returned when a new key was defined after ANY key definition was used. 7/20/86 Moved SET FILE-WARNING to SET FILE WARNING. 7/1/86 Add wild carding to KILL command. 6/15/86 Add transaction and DEBUG logging. 6/14/86 Fixed dumb terminal emulation, and moved DUMB terminal translations to TRMOUT() so that LOCAL ECHO would also work correctly. 6/6/86 Changed FILE-TYPE, and FILE-DISPOSITION to be options under a new SET value called FILE. Now the corresponding commands are SET FILE TYPE, and SET FILE DISPOSITION. 6/6/86 SHOW was changed also to reflect the changes in SET. 6/3/86 Add (SYSTEM,INVIS) parameters to send command to allow these types of files to be ignored. Neither type is allowed by default. The first letter is enough to qualify the full name. 5/30/86 Fixed problem with ^C and ^E exits from the protocol. Changed CALL XKLTSK to JP XKLTSK. TRSDOS evidently did not like the extra word on the stack. 5/30/86 Fix error is LOGOUT, BYE, and FINISH retry handling that caused weird behavior when MAXTRY retries were reached. 5/29/86 Logging now translates CR/LF pairs to just CR 5/28/86 Added wild carding to SEND command Version 5.1 (Never released) 5/24/86 Restructure output of SHOW ALL to include everything 5/2/86 Make it possible to use break to abort a PAUSE 5/2/86 Fixed problem with PAUSE, backwards test changed. This error made PAUSE work for one second, no matter what the parameter was. Version 5.0 A large number of changes were made between version 5 and version 4. Added REMOTE commands, restructured the code quite a bit to clean up some things. There were too many changes to document all of them here. ; end of file