home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / mex / mex114.lbr / MX112UPD.DOC < prev   
Text File  |  1985-07-21  |  2KB  |  64 lines

  1.  
  2.                         Sept. 22, 1984
  3.  
  4. Changes for MEX version 1.12
  5. ----------------------------
  6.  
  7. 1) Fixed a bug in the READ processor, where spurious characters were
  8.    generated under certain conditions, when parameter arguments were
  9.    passed.
  10.  
  11. 2) Fixed a buffer bug that affected term-files after a protocol send.
  12.    When this happened, there would be garbage at the beginning of the
  13.    term file.
  14.  
  15. 3) The DEL command now asks for confirmation if the term-file being
  16.    writing to has been appended to with the A secondary option.
  17.  
  18. 4) STAT FILTER ON now suppresses all characters except carriage-return,
  19.    linefeed, tab, backspace, and control-L (clear-screen on many term-
  20.    inals).
  21.  
  22. 5) The high bit is now stripped from all characters unconditionally in
  23.    the character output routine.  Note that some terminals may use the
  24.    high bit for control sequences, thus preventing the use of remote
  25.    text editors.  If this is the case with your terminal, the following
  26.    command (and subsequent CLONE) will correct this:
  27.  
  28.         POKE $46BC $0 $0
  29.  
  30.    (note that you should STAT FILTER OFF if you're using a remote screen
  31.    editor).
  32.  
  33. 6) Modified the logic in Christensen protocol receives:  if an EOT char-
  34.    acter is received when a SOH is expected, it must be followed by 100
  35.    ms of quiet time (otherwise, it's considered a noise burst, and causes
  36.    a NAK to be transmitted).  This should reduce the number of partial
  37.    file receives.
  38.  
  39. 7) A period ('.') at the beginning of a command line now signifies a com-
  40.    ment (intended generally for READ files).  Note that the comment line
  41.    does not cross multiple command boundaries; thus,
  42.  
  43.     .This is a comment;DIR
  44.  
  45.    will execute the DIR command.
  46.  
  47. 8)  An 'L' secondary option is no longer ignored after an S or R.
  48.  
  49. 9)  Fixed a bug wherein the WECHO variable was being ignored in SENDOUT.
  50.    
  51. 10) The '*' character may now be passed to the modem within a number, ex-
  52.     cept that it must not be the first character of the number.
  53.  
  54. ------------------------------------------------------------
  55.  
  56. Note: these changes involved a new assembly of the program.  Thus, patch
  57. files such as MXKPHKxx.ASM are no longer valid.
  58.  
  59. ------------------------------------------------------------
  60.  
  61.                 Ron Fowler
  62.                 Fort Atkinson, WI
  63.  
  64.