home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / trs80model4.zip / m4chgs.asm < prev    next >
Assembly Source File  |  1986-10-22  |  2KB  |  61 lines

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