(FILECREATED "25-Mar-87 11:41:06" {QV}<NOTECARDS>1.3K>NEXT>PATCHLOADER.;126 5878   

      changes to:  (VARS PATCHLOADERCOMS)

      previous date: "23-Mar-87 23:53:45" {QV}<NOTECARDS>1.3K>NEXT>PATCHLOADER.;125)


(* Copyright (c) 1986, 1987 by Xerox Corporation. All rights reserved.)

(PRETTYCOMPRINT PATCHLOADERCOMS)

(RPAQQ PATCHLOADERCOMS ((* * This file contains patch files to load on top of 
			     <notecards>1.3k>next>notecards.dcom in order to bring oneself up to date 
			     with the latest changes.)
			  (FILES (FROM {QV}<NOTECARDS>1.3K>NEXT>)
				 (* * rht 2/27/87: Fixes bug where TEDIT-PROCESS-KILLER wasn't loaded 
				    into latest sysout. This loads it and recomputes the CardOps 
				    menu.)
				 RHTPATCH207
				 (* * rht 2/28/87: Richard's fix to bug #417: Sketch menus reversed.)
				 RBPATCH001
				 (* * rht&rg 3/2/87: Removes a circularity in WindowProp pointer that 
				    might have been the cause of vmem lossage reported by Ramana)
				 RHTPATCH209
				 (* * rht 3/2/87: Fixes bugs #443, #451: Changes sketch cards so they 
				    store sketches as imageobjects on the notefile. Also fixes bug 
				    #419: Sketch doing needless SaveChanges after Put.)
				 RHTPATCH208
				 (* * rht 3/2/87: Fixes bug #448: NCP.SketchBasedP, NCP.GraphBasedP, 
				    etc. now cause autoload if card type isn't defined. Fixed Lyric 
				    bug reported by Kirk and Jeff whereby NCP.ReportError was being 
				    called with string arg. Changed all the calls to NCP.ReportError. 
				    For NC.ReportError, I just coerced the function name to be an 
				    atom. Fix to bug #128: Changed calls to NC.PrintMsg and 
				    NC.ClearMsg in NC.SelectNoteCards to use PromptWindow rather than 
				    InstigatingWindow. Fix to bug #342: In NCP.SelectCards, now makes 
				    sure instigating card is displayed, else passes NIL to 
				    NC.SelectNoteCards.)
				 RHTPATCH210
				 (* * rht 3/7/87: Fixes bug whereby NCP.CreateBrowserCard breaks on 
				    link types with "←" prefix.)
				 RHTPATCH211
				 (* * rht 3/9/87: Fixes bug in lyric where text cards come up with 
				    attached windows that don't have LOCALCLOSE property.)
				 RHTPATCH212
				 (* * rht 3/9/87: Changes to structure operations for Peggy's new 
				    Session Icon design.)
				 RHTPATCH213
				 (* * RG 2/26/87 Concurrency fixes ; part 1)
				 RGPATCH016
				 (* * rg 3/11/87 Fix some bugs in RGPATCH016)
				 RGPATCH017
				 (* * rht 3/12/87: Fixes bug reported by John Tang whereby Close w/o 
				    confirm is disallowed for open notefiles.)
				 RHTPATCH214
				 (* * rg 3/13/87 fixed bug introduced into NC.OpenNoteFile)
				 RGPATCH019
				 (* * rht 3/13/87: Changes to fix bug reported by Julian where 
				    deleting 90% of cards in a notfile quadrupled the space used by 
				    the notefile.)
				 RHTPATCH215
				 (* * rht 3/14/87: Fixes bug reported by Ramana whereby number of 
				    cards claimed by inspector is too high. Also fixes minor 
				    interface bugs.)
				 RHTPATCH216
				 (* * rht 3/17/87: Fixes bug #375: 3rd phase of inspector now closes 
				    notefile when aborted. Can't do the RESETLST thing for 1st phase, 
				    but hopefully no breaks should occur during phase1. Also recovers 
				    Kirk's lost fix from KIRKPATCH033. Also stops removing notefiles 
				    from Notefiles hash array at the end of compacting.)
				 RHTPATCH217
				 (* * pmi 3/18/87: Fixes bug 465: NC.AppendStringToStream filed in 
				    wrong place. Was in NCDOCUMENTCARD, should be placed in 
				    NCUTILITIES. It is included here to make sure people have it 
				    loaded.)
				 PMIPATCH021
				 (* * pmi 3/18/87: Fixes bug 249: Interface of NC main menu is wrong.)
				 PMIPATCH020
				 (* * rht 3/19/87: Fixes bug in RHTPATCH215. Also fixes old server 
				    crud that was calling NC.PutMainCardData wastefully.)
				 RHTPATCH219
				 (* * rg 3/19/87 concurrency fixes, major pile number two. This 
				    includes all of the machinery to lock cards while they're being 
				    selected.)
				 RGPATCH018
				 (* * pmi 3/20/87: Overhauled NoteFileIcon to have NewCards and 
				    ShowCards middlebutton menus appear when buttoned DOWN, instead 
				    of after the button comes back up. Also cleaned up card type and 
				    special card menus.)
				 PMIPATCH022
				 (* * RG 3/20/87 moved load of POSTRELEASEPATCHES after load of 
				    default card types)
				 RGPATCH020
				 (* * rht 3/20/87: Got rid of most, but not all, of scroll bar space 
				    when moving card's window back onto screen.)
				 RHTPATCH218
				 (* * rht 3/20/87: Fixes bug whereby RecomputeBrowser was always 
				    making new links even for those that didn't change. Also removed 
				    needless call to NC.ActivateBrowserCard from NC.MakeBrowserCard.)
				 RHTPATCH220
				 (* * rht 3/23/87: Fixes bug #282: cards getting whipped around 
				    horizontally by their prompt windows. Also a variety of other 
				    fixes, changes, rewrites. Mostly grappling with the vagaries of 
				    ATTACHEDWINDOWS.)
				 RHTPATCH221
				 (* * rht 3/25/87: Some hacking of the InterestedWindow stuff. 
				    Everyone who needs to compute an InterestedWindow should now call 
				    NC.CoerceToInterestedWindow.)
				 RHTPATCH222)))
(* * This file contains patch files to load on top of <notecards>1.3k>next>notecards.dcom in 
order to bring oneself up to date with the latest changes.)

(FILESLOAD (FROM {QV}<NOTECARDS>1.3K>NEXT>)
	   RHTPATCH207 RBPATCH001 RHTPATCH209 RHTPATCH208 RHTPATCH210 RHTPATCH211 RHTPATCH212 
	   RHTPATCH213 RGPATCH016 RGPATCH017 RHTPATCH214 RGPATCH019 RHTPATCH215 RHTPATCH216 
	   RHTPATCH217 PMIPATCH021 PMIPATCH020 RHTPATCH219 RGPATCH018 PMIPATCH022 RGPATCH020 
	   RHTPATCH218 RHTPATCH220 RHTPATCH221 RHTPATCH222)
(PUTPROPS PATCHLOADER COPYRIGHT ("Xerox Corporation" 1986 1987))
(DECLARE: DONTCOPY
  (FILEMAP (NIL)))
STOP