;;; -*- Mode:LISP; Package:USER; Base:10; Readtable:Common-Lisp; Patch-File:T -*- ;;; Patch directory for Site Data Editor version 8 ;;; Written 19-Nov-87 15:44:30 by pld at site Gigamos Cambridge ;;; while running on Jack Flanders from band 2 ;;; with Experimental System 123.115, Experimental Local-File 73.2, Experimental FILE-Server 22.1, Experimental Unix-Interface 11.0, Experimental Tape 18.0, Experimental KERMIT 34.0, Experimental ZMail 71.0, Experimental Lambda-Diag 15.0, Experimental Site Data Editor 8.0, microcode 1754, SDU Boot Tape 3.12, SDU ROM 8. (:EXPERIMENTAL ((0 "Site Data Editor Loaded" "keith" NIL) (1 "Site Editor converts network numbers and subnet masks to integers when read from site files, and back to human-readable form when writing to site files. Always stored as numbers when in memory for easy comparisons." "pld" NIL) (2 "When you flush the database, clear the current item from the window. When you delete the currently edited object, clear it from window. Speed up the :delete-all-items method (delete from end, rather than top of list -- no more scrolling!) The :site-option initialization now calls (flush-database) rather than (forget-buffered-data), so when you reload the site files your current object is cleared." "pld" NIL) (3 "When the Site Editor is in Expert Mode, the command menu does not include the comments. If you then recompile a menu command, the frame is asked to recompute its menu, and you end up with the comments. Slight change to the :sort-menu-commands methods fixes this." "pld" NIL) (4 "The Site Editor doesn't allow you to assign addresses that are not on known networks. Unfortunately, it wasn't taking subnet masks into account. Ditto when checking whether a network number was in use when defining new networks." "pld" NIL) ))