;;; -*- Mode:LISP; Package:USER; Base:10; Readtable:Common-Lisp; Patch-File:T -*-
;;; Patch directory for Kermit version 36
;;; Written 20-Jul-88 17:24:59 by keith (Keith Corbett) at site Gigamos Cambridge
;;; while running on Breaking Glass from band 1
;;; with System 125.7, ZWEI 125.2, ZMail 73.0, Local-File 75.0, File-Server 24.0, Unix-Interface 13.0, Tape 24.0, Lambda-Diag 17.0, Experimental Window-Maker 2.0, Experimental Kermit 36.3, microcode 1761, SDU Boot Tape 3.14, SDU ROM 103, 7/19.

(:EXPERIMENTAL
 ((0 "Kermit Loaded" "keith" NIL)
  (1 "1. Rationalize defaulting/remembering of serial port baud rates.
2. Bind sdu-serial special variables, so each Kermit gets its own.
3. Clean up Review Parameters menus, choices; give some useful info." "keith" NIL)
  (2 "Don't scroll up the H19 status line." "pld" NIL)
  (3 "centralize / rationalize label setups.  Clean up display.  Fix fonts." "keith" NIL)
  (4 "The new Kermit parameter *sdu-serial-ascii-p* was ill-considered; Kermit
does its own Ascii translation.  Left the code commented out, since Ascii
stream translation should eventually be centralized, and the serial port
would then be the right place to Ascii-translate text that Kermit receives.

Also changed the way SDU-SERIAL-OPEN sets the baud rate.  Now, specify a
NEW-BAUD-RATE = NIL (don't set baud rate) and T (use the default);
otherwise, NEW-BAUD-RATE must be a number to set baud rate to.  Kermit
uses this as before, but now the serial-open-forms need to say T so that
the globally specified baud rate gets used." "keith" NIL)
  ))