(FILECREATED " 8-Jun-87 16:41:16" {QV}<NOTECARDS>1.3K>NEXT>PATCHLOADER.;225 9606 changes to: (FILES RHTPATCH262 RHTPATCH268 PMIPATCH036) (VARS PATCHLOADERCOMS) previous date: " 8-Jun-87 11:03:33" {QV}<NOTECARDS>1.3K>NEXT>PATCHLOADER.;224) (* 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&rg 4/24/87: Fixes to two storage leaks in QuitCard and in ShowLinks menu.) RHTPATCH247 (* * rht 4/27/87: In order to fix a browser card storage leak, I had to add a crufty QuitFn. It runs over the entire graph setting UserData of UIDs to NIL.) RHTPATCH248 (* * rht 4/28/87: Restores old functionality of CheckTitle, i.e. user only bugged about untitled when card is new.) RHTPATCH249 (* * rht 4/28/87: Fixes bug reported by Wes whereby MoveNodeAndSubtree breaks for nodes with lots of subnodes.) RHTPATCH250 (* * rht 4/30/87: Fixes bug reported by Kirk: NC.ProcessNoteFileNeedsTruncationError breaks with a shouldn't happen if the user selects outside of the menu asking whether to truncate or not.) RHTPATCH251 (* * rht 5/1/87: Fixes two erroneous mentions of non-local vars discovered via Peggy's index.) RHTPATCH252 (* * pmi 5/1/87: Fixes bugs 459 and 460: Strange window behavior when MenuLingersAfterNoteFileClose is No, and NoteFile Icon needs placing.) PMIPATCH034 (* * pmi 5/1/87: added missing local vars declarations.) PMIPATCH035 (* * rg 5/1/87 fixes bug that caused Exec window process to be set to NIL) RGPATCH037 (* * rht 5/2/87: Changes NC.InstallCardInNoteFile so that it breaks if encounters two cards with same UID. Also minor fixes to compact in place.) RHTPATCH253 (* * rht 5/4/87: Fixes stack overflow problem that can happen when browser card is specialized.) RHTPATCH254 (* * Kirk 5/5/87: Fixes 561: cursor display bug that shows up in lyric.) KIRKPATCH036 (* * rht 5/7/87: Removes more leftover Source link stuff.) RHTPATCH257 (* * rg 5/8/87 check for active card should have been check for links cached ; fixed) RGPATCH038 (* * rht 5/8/87: This prevents NC.ReportError from breaking when HELPFLAG is nil. Also changes inspector to properly hang HELPFLAG when reading substances. Also, fixes bug where good browsers were claimed by inspect&repair to be bad. Also fixes %#534 seems that BMOBJ.GETFN3 is buggy, but in a very mysterious way. I replaced calls to \WIN with the equivalent PLUS of LSH of BIN with BIN and it works. WEIRD!) RHTPATCH258 (* * rg 5/8/87 fix for bogus fonts in graphs) RGPATCH039 (* * rht&pmi 5/8/87: fixes bug %# 495: divide by zero error while scaling a bitmap.) PMIPATCH038 (* * pmi 5/8/87: Changed NoteCards Report lafite mail form "To:" field to be choice of GV or NS address for NoteCardsSupport.) PMIPATCH037 (* * rht 5/13/87: Fixes bug reported by John Tang whereby browser title bars can't be selected following Reconnect, Relayout, etc.) RHTPATCH259 (* * rht 5/13/87: Fixes bug %#574: Deleting links from graph cards is funky.) RHTPATCH260 (* * rht 5/13/87: Fixes bug %#432: Browser expand node on newly converted notefile destroys links.) RHTPATCH261 (* * pmi 5/15/87: Fixes creation of bogus Yes/No menus when Parameter Inspector's title bar is bugged with middle button.) PMIPATCH039 (* * rg 5/15/87 set up NOTECARDSNEXTDIRECTORIES automatically) RGPATCH040 (* * rg 5/15/87 several fns now call NC.LinksCachedP instead of NC.ActiveCardP) RGPATCH041 (* * rht 5/15/87: Fixes bug introduced in RGPATCH041 whereby auto-filing new cards in ToBeFiled broke when closing notefile. This patch makes NC.LinksCachedP return non-nil for new, active cards.) RHTPATCH263 (* * rht 5/16/87: Fixes bug %#147: This changes the behavior of new card creation when the index is nearly or completely full. Now it performs an ExpandIndexInPlace after getting user confirmation rather than printing a warning message. The compactor no longer ever does ExpandIndexInPlace.) RHTPATCH262 (* * rht 5/16/87: Fixes unreported bug whereby abort notefile hangs waiting for sketch card window to close.) RHTPATCH264 (* * rht 5/16/87: Fixes problem whereby NC.DetermineDisplayRegion wasn't taking attached windows into account when passed a Region.) RHTPATCH265 (* * rg 5/18/87 checks, via disgusting kludge, to see if file can be opened random access, if not, loads whole file) RGPATCH042 (* * rg 5/20/87 now does FORCEOUTPUT after card saving. Only an interim solution for local notefiles, we need a new protocol operation for the remote case.) RGPATCH043 (* * pmi 5/21/87: Fixes UDF break when adding a global link to a card. Looks like Randy G. missed this substitution: Changed NC.CardSelectionOperation to NCP.WithLockedCards) PMIPATCH041 (* * rht 5/24/87: Fixes several programmer's interface bugs including %#573, 472, 242, 366.0 Can now set the region of a card, perform Registry card operations on one's own registry cards, and expand a notefile's index.) RHTPATCH266 (* * pmi 5/26/87: Changed default Graph card size as requested by Cathy Marshall.) PMIPATCH040 (* * rht 5/27/87: Fix to bug %#184: NCP.LocalGlobalLink using wrong display mode default.) RHTPATCH268 (* * rht 5/28/87: Fixes bug reported by Mark Frisse whereby NCP.CardAddProp broke on new cards.) RHTPATCH269 (* * rht&pmi 5/29/87: Fix to bug reported by John Tang. NC.RetrieveToLinks and NC.RetrieveFromLinks no longer leave the links cached. This can be overridden with a flg arg, however.) RHTPATCH270 (* * rht 5/30/87: Fixes NC.GetType so that it only goes to the notefile for cards with ACTIVE status that aren't brand new.) RHTPATCH271 (* * pmi 5/29/87: Changes to the interface to NoteFile operations and the menu of notefiles. Fixes bugs 370, 450, 454, 481, 482, and 592) PMIPATCH036 (* * pmi 6/2/87: Reinstates fix made by Randy T. IN RHTPATCH251 which I clobbered with a concurrent patch file of my own: (* * rht 4/30/87: Fixes bug reported by Kirk: NC.ProcessNoteFileNeedsTruncationError breaks with a shouldn't happen if the user selects outside of the menu asking whether to truncate or not.)) PMIPATCH044 (* * rg 6/2/87 operations that might have to expand index now lock entire notefile) RGPATCH044 (* * pmi 6/3/87: Fixes bug %#557: NoteFile open gives amusing message if file is not really a notefile. Added check and warning for filenames which do not have the .notefile extension and have not yet been noticed (operated on) by NoteCards.) PMIPATCH043 (* * rg 6/5/87 several bugs fixed: now only offers to expand if index is completely full; clears prompt window on cancel; menu allows other mouse events) RGPATCH045 (* * rht&pmi 6/5/87: Fixes yet another half-link problem.) RHTPATCH273 (* * rht 6/5/87: Fixes bug reported by Cathy whereby removing edge between labels in browser breaks.) RHTPATCH274 (* * RG 6/5/87 CopyCards now deletes cards that had been created if operation is aborted later (by ExpandIndex) %. Also fixes some concurrency bugs, and a race condition in NC.SelectNoteCards) RGPATCH046 (* * pmi 6/8/87: Fixes bug %#541: Deleted card feedback needed. Moved greying the card being deleted from NC.DeleteNoteCardInternal to NC.SeverExternalLinks, which is called first and where all of the time-consuming work takes place.) PMIPATCH045 (* * rht 6/8/87 Fixes a nasty bug whereby the result of the call to NCLocalDevice.PlausibleNoteFileHeaderP, now renamed, was being ignored!) RHTPATCH276))) (* * 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>) RHTPATCH247 RHTPATCH248 RHTPATCH249 RHTPATCH250 RHTPATCH251 RHTPATCH252 PMIPATCH034 PMIPATCH035 RGPATCH037 RHTPATCH253 RHTPATCH254 KIRKPATCH036 RHTPATCH257 RGPATCH038 RHTPATCH258 RGPATCH039 PMIPATCH038 PMIPATCH037 RHTPATCH259 RHTPATCH260 RHTPATCH261 PMIPATCH039 RGPATCH040 RGPATCH041 RHTPATCH263 RHTPATCH262 RHTPATCH264 RHTPATCH265 RGPATCH042 RGPATCH043 PMIPATCH041 RHTPATCH266 PMIPATCH040 RHTPATCH268 RHTPATCH269 RHTPATCH270 RHTPATCH271 PMIPATCH036 PMIPATCH044 RGPATCH044 PMIPATCH043 RGPATCH045 RHTPATCH273 RHTPATCH274 RGPATCH046 PMIPATCH045 RHTPATCH276) (PUTPROPS PATCHLOADER COPYRIGHT ("Xerox Corporation" 1986 1987)) (DECLARE: DONTCOPY (FILEMAP (NIL))) STOP