home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp10 / k10133.rno < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. .AP.SP 2
  2. .PS 60,70
  3.  Kermit-10 now has a lot of patches put into it.  The first set of
  4. patches is based on those submitted by PIMA.  The subsequent patches are
  5. added in order to make Kermit-10 similar to Kermit-32.  The last patch is
  6. to change all the search file names to K10??? as opposed to KER???.
  7. .B 2
  8. .HL 1;PATCH [127]
  9.  Based on the patches we received from PIMA the following changes have
  10. been added to KERMIT and KERUNV.
  11. .B.LS
  12. .LE;Fix IFN stopcode if syntax error in KERMIT.INI.
  13. .LE;Add help text for connect mode ESCape commands.
  14. Q (Quit) and R (Resume) logging
  15. .LE;Add SET XON-XOFF-PROCESSING to determine how Xon/Xoff should be handled
  16. during connect.
  17. .LE;Add a new File Byte Size of 36-Bits for 10/20 transfers
  18. .ELS.B
  19.  These changes are in Modules KERMIT and KERUNV
  20. .b
  21. .HL 1;PATCH [130] _& [3_.1_.045]
  22.  When attempting to do multiple file sends from Kermit-10, the prompt
  23. indicating subsequent sends is screwed up.  It sends:  the sent file name,
  24. followed by, "as ", "Sending: ", and then, the original file name.  This is
  25. due to the timing of when NEXT__FILE prints the "Sending: " prompt.
  26. The fix is to take the subsequent file sending prompt out of KERMSG
  27. and put it into KERMIT.  This fixes the problem, but it also requires
  28. a similar patch to be put into KERMIT-32 and PROKERMIT.
  29. .B
  30.  Changes were to Modules KERMIT and KERMSG.
  31. .B
  32. .HL 1;PATCH [131], [132], _& [133]
  33.  Make KERMIT-10 look similar to KERMIT-32.  Alow KERMIT to set the IBM
  34. handshaking character, incase the IBM character is something other
  35. than _^Q.  Fix the IBM macro defined to set up the three parameters
  36. required for IBM transfers, this means to add in the setting of the
  37. handshake character.  The kludge use of IBM-MODE is no longer needed,
  38. remove it.
  39. .B
  40.  The changes are in Module KERMIT
  41. .B
  42. .HL 1;PATCH [134]
  43.  Since the distribution files for KERMIT-10 are changed to K10???.???,
  44. lets make the source file names that in the first place.  This
  45. requires that all search file names must be changed to K10???.  The
  46. prologue in K10UNV should remain as KERMIT or else you won't be able
  47. to find the help file for KERMIT.  Also there is a new help file
  48. which contains the SET HANDSHAKE and SET XON-XOFF-PROCESSING help.
  49. The help file also modifies the the SET IBM-MODE command to SET IBM
  50. which initiates the IBM macro.
  51. .B
  52.  These changes were done to ALL Modules.