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

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