home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cpm86 / c86k29.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1.  2-Dec-84 18:51:28-EST,1798;000000000015
  2. Return-Path: <CONTEXT@WASHINGTON.ARPA>
  3. Received: from WASHINGTON.ARPA by CU20B.ARPA with TCP; Sun 2 Dec 84 18:51:10-EST
  4. Date: Sun 2 Dec 84 15:49:29-PST
  5. From: Ronald Blanford <CONTEXT@WASHINGTON.ARPA>
  6. Subject: 86kermit v. 2.9
  7. To: cc.fdc@CU20B.ARPA
  8.  
  9.  
  10. Frank,
  11.  
  12. I've been making changes off and on to 86kermit, but the next month or two
  13. looks slack so I'll give you the current version for testing and possible
  14. release.  The files are in my account as usual with the source in
  15. 86KER*.* and the hex and binary in APCKERMIT.*.
  16.  
  17. The specific features that have been implemented in version 2.9 are:
  18.  
  19.     o  LOCAL DIRECTORY command now computes file sizes correctly
  20.        for all files.  The size given is the actual allocation on
  21.        disk, and not the logical size (which might differ for
  22.        non-sequential files).
  23.  
  24.     o  LOCAL TYPE command has been implemented to display (text) files
  25.        on the screen.  A wildcard filespec is accepted and files displayed
  26.        alphabetically.  The display is paged in Unix fashion with --more--
  27.        displayed on the last line.  Typein options at that point can be
  28.        obtained by hitting a '?'.
  29.  
  30.     o  Wildcard SENDs now send files in alphabetical order by name, and
  31.        accept an optional initial filename in the command line to allow
  32.        transmission of partial groups in the manner of TOPS-20 Kermit.
  33.  
  34.     o  Problems with use under Concurrent CP/M on the APC have been fixed.
  35.        In particular, a KERMIT.INI file is no longer required, the
  36.        SET DEFAULT-DISK command works correctly, and a process dispatch
  37.        is performed each time a call to the serial port status routine
  38.        returns negative, vastly improving the response of other jobs.
  39.        There is still no provision for mutual exclusion on the serial
  40.        port.
  41.  
  42. -- Ron
  43. -------
  44.