;;; -*- Mode: Common-Lisp; Package:User; Base:10.; Patch-File:T -*-
;;; Patch directory for ZWEI version 6
;;; Written 06/29/90 14:03:40 by MARKY,
;;; while running on LIBRA from band LODA
;;; With SYSTEM 6.41, VIRTUAL-MEMORY 6.3, EH 6.8, MAKE-SYSTEM 6.5, MICRONET 6.0, LOCAL-FILE 6.2,
;;;  BASIC-PATHNAME 6.5, NETWORK-SUPPORT-COLD 6.2, BASIC-NAMESPACE 6.8, NETWORK-NAMESPACE 6.1,
;;;  DISK-IO 6.4, DISK-LABEL 6.1, BASIC-FILE 6.14, MAC-PATHNAME 6.0, NETWORK-PATHNAME 6.2,
;;;  COMPILER 6.18, TV 6.32, DATALINK 6.0, CHAOSNET 6.8, GC 6.7, MEMORY-AUX 6.0, NVRAM 6.4,
;;;  SYSLOG 6.2, STREAMER-TAPE 6.6, UCL 6.1, INPUT-EDITOR 6.1, METER 6.2, ZWEI 6.27,
;;;  DEBUG-TOOLS 6.5, NETWORK-SUPPORT 6.1, NETWORK-SERVICE 6.3, DATALINK-DISPLAYS 6.0,
;;;  FONT-EDITOR 6.1, SERIAL 6.0, PRINTER 6.8, MAC-PRINTER-TYPES 6.2, PRINTER-TYPES 6.2,
;;;  IMAGEN 6.1, SUGGESTIONS 6.1, MAIL-DAEMON 6.6, MAIL-READER 6.9, TELNET 6.1, VT100 6.0,
;;;  NAMESPACE-EDITOR 6.7, PROFILE 6.3, VISIDOC 6.7, TI-CLOS 6.53, CLEH 6.5, IP 3.65,
;;;  Experimental BUG 11.19, Experimental CLX 7.1, X11M 6.33, Experimental CLUE 7.14,
;;;  Experimental CLIO 1.0, Experimental SC 4.0, Experimental SCIFI 1.0,  microcode 483,
;;;  Band Name: Rel 6.1 *b +SLE 6/18

(:PATCH-SYSTEM-NAME "ZWEI" :MAJOR-VERSION 6 :LATEST-MINOR-VERSION 28)

(:RELEASED
((0 "ZWEI Loaded" "BUILD" NIL)
  (1 "Pre-load meta-x Edit Disk Partitions to allow patch updates." "marky" NIL)
  (2 "Added indentations for CLEH macros HANDLER-BIND, HANDLER-CASE,
CCASE, ECASE, CTYPECASE & ETYPECASE [sprs 9880 & 10008]." "MCCREARY" NIL)
  (3 "Remove all dangling references to LETF and LETF* from ZWEI, SPR #10085." "swede" NIL)
  (4 " Updated TI's new mailing address in (BUG-REPORT-OBJECT :BUG-REPORT-BODY)." "BERGER" NIL)
  (5 "Backout patch 4.29 and 4.38 which caused problems with the
temporary-bit-array of zwei:pop-up-standalone-editor-frame." "MARKY" NIL)
  (6 "Corrected several bugs not fixed in patch 6.1" "MARKY" NIL)
  (7 "Changed meta-x Edit compiler warnings to allow user to delete warnings
and make warning files default to .lisp as does make-system code." "MARKY" NIL)
  (8 "Modified read-directory-name to force :wild for version when default-pathname and typein pathname have a version of :unspecific. Direds of Explorers from a MX will now list all versions of files, instead of just the highest version of each file. " "BERGER" NIL)
  (9 "Modified (RESTORABLE-LINE-DIAGRAM-MIXIN :STRING-FOR-FILE) to add space between epsilon and page count and added package identifier to flavor name. [9306]" "BERGER" NIL)
  (10 "Relevant-function-name was specical cases the following function(FUNCALL LEXPR-FUNCALL APPLY SEND LEXPR-SEND zlc:map MAPC MAPCAR MAPLIST MAPCAN MAPCON) and would return the function passed as the argument as the relevant function. This caused CRTL-SHIFT-D and CTRL-SHIFT-A to return argument list of the function following #' even when the cursor is position to the left. Now this special handling will only occur when the ZWEI variable *arglist-for-well-known-functions* is T, otherwise the function to the left os the cursor is returned for all cases. [10845]" "BERGER" NIL)
  (11 "Modified DIRED-LINE-FILE-SIZE to try to use :length-in-bytes if available to determine size.[10849]" "BERGER" NIL)
  (12 "Prevent endless beeping if user tries to put dired buffer in ZTOP mode." "MARKY" NIL)
  (13 "Changed COMPLETE-STRING to prevent aref'ing string at invalid index." "MARKY" NIL)
  (14 "Added error checking to  Source-Compare and create-file." "BERGER" NIL)
  (15 "Customization changes for ED function using new generic function EDIT-THING.
Also Allow ctrl-meta-. on terminal and system keys and change to split off a new
'long-documentation function from COM-LONG-DOCUMENTATION." "MARKY" NIL)
  (16 "Changes to meta-. to allow editing of keywords to be interpreted as
flavor method or defsystem names, etc. Also presents a menu of possible
defs when an ambiguity exits. Also changes to understand CLOS method specs." "MARKY" NIL)
  (17 "Modified REVERT-FILE-BUFFER to get the proper generic pathname.[9821]" "BERGER" NIL)
  (18 "Changed TAB key in common-lisp mode to indent to *comment-column*
as does com-indent-region for a single semi-colon." "MARKY" NIL)
  (19 "Makes ZTOP buffer more lisp-listener-like fixes or adds methods : (read-line) :line-in (streamp *terminal-io*) :direction [9461,9255]" "BERGER" NIL)
  (20 "Modified DIRED-PATHNAME-DIRECTORY-LINE to check device for MX pathnames.[10597]" "BERGER" NIL)
  (21 "Made com-quick-arglist understand CLOS method specs." "MARKY" NIL)
  (22 "Added \"C\" autoloading command." "MARKY" NIL)
  (23 "Added error handling to COM-SOURCE-COMPARE. [11158]" "BERGER" NIL)
  (24 "Modified PRINT-BUFFER-1 and com-print-region to pass :tab-width to print-stream. [9249]" "BERGER" NIL)
  (25 "COPY-FILE-1 was not handling pathnames with wild cards correctly. [6660]" "BERGER" NIL)
  (26 "Modified DIRED-LINE-FILE-SIZE  to handle byte-size of :default [9598]" "BERGER" NIL)
  (27 "Modified add-patch-internal to include LISP package prefix for compiler-let. [11237]" "BERGER" NIL)
  (28 "Changed READ-FUNCTION-NAME to return EXPLICIT-PACKAGE-P when default is taken
and DEFAULT contains a pkg other than the current *package*. This allows
meta-.'ing with the default being the symbol 'chaos:listen in some other 
package than 'chaos. Otherwise 'chaos:listen gets converted to \"LISTEN\" 
and then to 'lisp:listen, which is wrong." "MARKY" NIL)
  ))