home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bbcmicro / bbc130.ann next >
Text File  |  2020-01-01  |  4KB  |  80 lines

  1.                               BBC KERMIT 1.30
  2.                               ===============
  3.  
  4.    Version   1.30   of   BBC   KERMIT  continues  the  development  of  the
  5. implementation produced  by  the  Communications  Group  of  the  Computing
  6. Department at Lancaster University. Several new facilities have been added,
  7. known  bugs  in  version  1.02  have  been  cleared,  and the code has been
  8. extensively  tidied  and  rationalised.  The  User  Guide  has  also   been
  9. extensively  rewritten, giving greater emphasis to the use of BBC KERMIT by
  10. inexperienced users.
  11.  
  12.    The changes and new facilities in this release are as follows:
  13.  
  14.      - The version now exists in both sideways ROM and  disc  based  forms,
  15.        selected  by compilation switches. The disc based version offers all
  16.        the file transfer  facilities  of  the  sideways  ROM  version,  but
  17.        supports only a 40 character terminal emulation. Future releases for
  18.        the BBC B+ will provide VT52 emulation in the disc based version.
  19.        
  20.      - The REMOTE command has been implemented, allowing advanced functions
  21.        to  be invoked on remote servers. Options provided are DELETE, COPY,
  22.        RENAME, DIRECTORY, CWD, SPACE, WHO, HOST, TYPE, STATUS and HELP.
  23.        
  24.      - Init-info (I) packets are now sent to servers  before  the  dialogue
  25.        commences.
  26.        
  27.      - BBC  KERMIT  can  now work with IBM mainframe systems that require a
  28.        handshake byte. A new command SET HANDSHAKE controls this option.
  29.        
  30.      - The command mode screen can now be switched into 80 character MODE 3
  31.        operation with the new WIDTH command, allowing better display of the
  32.        output from *TYPE or from the REMOTE commands.
  33.        
  34.      - A status line is now displayed on the screen in  terminal  emulation
  35.        mode.  This  provides help on the use of control keys, and indicates
  36.        what options are currently in operation.
  37.        
  38.      - A "pause" facility is now provided in terminal mode, allowing output
  39.        to be  suspended  cleanly  without  possible  interaction  with  the
  40.        underlying flow control mechanisms.
  41.        
  42.      - VT52  keypad  key  emulation has been extensively reworked to remove
  43.        some serious bugs and anomalies. The user guide now describes use of
  44.        the VT52 keypad keys in detail, and covers use of  the  VAX/VMS  EDT
  45.        screen editor.
  46.        
  47.      - The VT52 graphics character set is now supported.
  48.        
  49.      - Cursor  keys  in  40  character  or 80 character teletype now act as
  50.        local edit keys. In VT52 mode the cursor  keys  by  default  produce
  51.        VT52 ESCAPE sequences, but can be switched into local edit mode.
  52.        
  53.      - Function  key  strings can be generated in both command and terminal
  54.        modes.
  55.        
  56.      - Bugs in timeout code have been cleared.
  57.        
  58.      - A new command SET RETRIES  allows  the  maximum  number  of  retries
  59.        permitted for a packet to be changed.
  60.        
  61.      - A   new  command,  SET  DESTINATION  PRINTER,  allows  files  to  be
  62.        transferred  using the full KERMIT file transfer mechanisms from the
  63.        remote system directly to a parallel printer.
  64.        
  65.      - The user guide has been altered to use Wordwise's underline and bold
  66.        print control sequences. These can be configured to suit the  user's
  67.        own printer.
  68.        
  69.      - Message texts have been tokenised and changed to be more friendly to
  70.        inexperienced users.
  71.        
  72.      - BBC  filenames given explicitely as parameters to the RECEIVE or GET
  73.        command are no longer translated into upper case, but are  taken  as
  74.        supplied.
  75.        
  76.      - Wildcard  name  matching  in  the  SEND  command  allows  lower case
  77.        characters to be matched, and is no longer  case  sensitive.  A  new
  78.        wildcard   character  "#"  is  provided,  matching  to  exactly  one
  79.        character.
  80.