mit-scheme.git
30 years agoAdded *unparse-with-addresses?* flag for default unparser method.
Stephen Adams [Thu, 4 Aug 1994 00:25:28 +0000 (00:25 +0000)]
Added *unparse-with-addresses?* flag for default unparser method.

30 years agoAdd entry to trap system-call errors for the delete-directory
Chris Hanson [Sun, 24 Jul 1994 21:49:00 +0000 (21:49 +0000)]
Add entry to trap system-call errors for the delete-directory
primitive and convert them into file-operation errors.

30 years agoAdd entry to trap system-call errors for the delete-directory
Chris Hanson [Sun, 24 Jul 1994 21:48:48 +0000 (21:48 +0000)]
Add entry to trap system-call errors for the delete-directory
primitive and convert them into file-operation errors.

30 years agoEliminate case where over-long literal was being emitted.
Chris Hanson [Sat, 16 Jul 1994 21:12:36 +0000 (21:12 +0000)]
Eliminate case where over-long literal was being emitted.

30 years agoCheck for and eliminate case which was emitting a copy command of
Chris Hanson [Sat, 16 Jul 1994 20:48:50 +0000 (20:48 +0000)]
Check for and eliminate case which was emitting a copy command of
length one.  Such a command is ill-formed and should not be emitted.

30 years agoFrom MT: Fix bug in HIGHLIGHT-REGION-EXCLUDING-INDENTATION -- a
Chris Hanson [Mon, 4 Jul 1994 06:22:09 +0000 (06:22 +0000)]
From MT: Fix bug in HIGHLIGHT-REGION-EXCLUDING-INDENTATION -- a
fencepost error that occurs when the region ends at the buffer's end.

30 years agoUpdate old conditionalization based on "unix".
Chris Hanson [Tue, 28 Jun 1994 19:46:25 +0000 (19:46 +0000)]
Update old conditionalization based on "unix".

30 years agoChange default compiler switches to enable debugging information and
Chris Hanson [Tue, 28 Jun 1994 19:34:10 +0000 (19:34 +0000)]
Change default compiler switches to enable debugging information and
to set COMPILE_STEPPER.  Rearrange definitions to put complicated
HP-UX graphics options last.

30 years agoMake installation of Starbase graphics support more automatic.
Chris Hanson [Tue, 28 Jun 1994 19:30:49 +0000 (19:30 +0000)]
Make installation of Starbase graphics support more automatic.

30 years agoFix comment that erroneously stated that COMPILE_STEPPER is defined in
Chris Hanson [Tue, 28 Jun 1994 19:05:14 +0000 (19:05 +0000)]
Fix comment that erroneously stated that COMPILE_STEPPER is defined in
"config.h".

30 years agoCorrect comments describing stepper primitives.
Chris Hanson [Tue, 28 Jun 1994 19:03:13 +0000 (19:03 +0000)]
Correct comments describing stepper primitives.

30 years agoDisregard working directory when file is loaded; use directory that
Chris Hanson [Tue, 21 Jun 1994 19:38:49 +0000 (19:38 +0000)]
Disregard working directory when file is loaded; use directory that
file is loaded from instead.

30 years agoDisregard working directory when file is loaded; use directory that
Chris Hanson [Tue, 21 Jun 1994 19:37:33 +0000 (19:37 +0000)]
Disregard working directory when file is loaded; use directory that
file is loaded from instead.

30 years agoChange action of argument to GENERATE-UNINTERNED-SYMBOL: a symbol or
Chris Hanson [Sun, 19 Jun 1994 18:27:10 +0000 (18:27 +0000)]
Change action of argument to GENERATE-UNINTERNED-SYMBOL: a symbol or
string argument affects the result for that call only.

30 years agoPatch UNIX/SYSTEM so that it works properly when the working directory
Chris Hanson [Thu, 2 Jun 1994 21:41:07 +0000 (21:41 +0000)]
Patch UNIX/SYSTEM so that it works properly when the working directory
is different from that of the microcode and when multiple threads are
in use.

30 years agoPatch to fix long-standing bug in forcing of promises.
Chris Hanson [Thu, 2 Jun 1994 19:13:16 +0000 (19:13 +0000)]
Patch to fix long-standing bug in forcing of promises.

30 years agoPatch to fix long-standing bug in forcing of promises.
Chris Hanson [Thu, 2 Jun 1994 19:03:31 +0000 (19:03 +0000)]
Patch to fix long-standing bug in forcing of promises.

30 years agoPatch to fix long-standing bug in forcing of promises.
Chris Hanson [Thu, 2 Jun 1994 19:02:15 +0000 (19:02 +0000)]
Patch to fix long-standing bug in forcing of promises.

30 years agoUpdate to describe several recent changes.
Chris Hanson [Wed, 1 Jun 1994 20:15:23 +0000 (20:15 +0000)]
Update to describe several recent changes.

30 years agoExport EQV-HASH and EQUAL-HASH.
Chris Hanson [Mon, 30 May 1994 06:58:43 +0000 (06:58 +0000)]
Export EQV-HASH and EQUAL-HASH.

30 years agoRewrite EQV-HASH-MOD and EQUAL-HASH-MOD so that EQV-HASH and
Chris Hanson [Mon, 30 May 1994 06:57:54 +0000 (06:57 +0000)]
Rewrite EQV-HASH-MOD and EQUAL-HASH-MOD so that EQV-HASH and
EQUAL-HASH can be exported.

30 years agoFix think-o.
Chris Hanson [Fri, 20 May 1994 21:29:29 +0000 (21:29 +0000)]
Fix think-o.

30 years agoDon't advance to next line when executing dired-do-rename.
Chris Hanson [Fri, 20 May 1994 19:21:51 +0000 (19:21 +0000)]
Don't advance to next line when executing dired-do-rename.

30 years agoExtended catatonia timeout to 120s - much more reasonable on slow
Stephen Adams [Thu, 19 May 1994 00:05:14 +0000 (00:05 +0000)]
Extended catatonia timeout to 120s - much more reasonable on slow
machines.

30 years agoUse new optional argument to FIND-BUFFER to eliminate random errors
Chris Hanson [Fri, 13 May 1994 20:50:10 +0000 (20:50 +0000)]
Use new optional argument to FIND-BUFFER to eliminate random errors
caused by commands being passed names of non-existent buffers.

30 years agoAdd optional arg to FIND-BUFFER which says to signal error if buffer
Chris Hanson [Fri, 13 May 1994 20:26:58 +0000 (20:26 +0000)]
Add optional arg to FIND-BUFFER which says to signal error if buffer
doesn't exist.

30 years agoFix think-o in previous change.
Chris Hanson [Wed, 4 May 1994 23:19:17 +0000 (23:19 +0000)]
Fix think-o in previous change.

30 years agoDelete empty directories when requested.
Chris Hanson [Wed, 4 May 1994 22:58:06 +0000 (22:58 +0000)]
Delete empty directories when requested.

30 years agoImplement DELETE-DIRECTORY-NO-ERRORS.
Chris Hanson [Wed, 4 May 1994 22:57:06 +0000 (22:57 +0000)]
Implement DELETE-DIRECTORY-NO-ERRORS.

30 years agoUse DELETE-FILE-NO-ERRORS instead of DELETE-FILE and
Chris Hanson [Wed, 4 May 1994 22:56:50 +0000 (22:56 +0000)]
Use DELETE-FILE-NO-ERRORS instead of DELETE-FILE and
CATCH-FILE-ERRORS.

30 years agoChange DELETE-FILE-NO-ERRORS to return a flag indicating its success.
Chris Hanson [Wed, 4 May 1994 22:47:10 +0000 (22:47 +0000)]
Change DELETE-FILE-NO-ERRORS to return a flag indicating its success.

30 years agoRewrite code that the Sun compiler won't accept.
Chris Hanson [Tue, 3 May 1994 08:01:16 +0000 (08:01 +0000)]
Rewrite code that the Sun compiler won't accept.

30 years agoSupply default arguments for PACK-COMPILER and PACK-EDWIN.
Chris Hanson [Tue, 3 May 1994 04:50:35 +0000 (04:50 +0000)]
Supply default arguments for PACK-COMPILER and PACK-EDWIN.

30 years agoFix typo.
Chris Hanson [Mon, 2 May 1994 19:04:06 +0000 (19:04 +0000)]
Fix typo.

30 years agoFix think-o in VC-DIFF.
Chris Hanson [Sat, 30 Apr 1994 21:13:55 +0000 (21:13 +0000)]
Fix think-o in VC-DIFF.

30 years agoUndo gratuitous format changes from previous revision.
Chris Hanson [Sat, 30 Apr 1994 06:25:16 +0000 (06:25 +0000)]
Undo gratuitous format changes from previous revision.

31 years agoInitial revision
Chris Hanson [Fri, 29 Apr 1994 03:41:48 +0000 (03:41 +0000)]
Initial revision

31 years agoChange command history to keep track of the previous history insertion
Chris Hanson [Sat, 23 Apr 1994 04:53:27 +0000 (04:53 +0000)]
Change command history to keep track of the previous history insertion
correctly so that text inserted adjacent to the inserted item does not
get included within it.

31 years agoChange nesting to guarantee that inferior REPL output mark is grabbed
Chris Hanson [Sat, 23 Apr 1994 04:52:27 +0000 (04:52 +0000)]
Change nesting to guarantee that inferior REPL output mark is grabbed
within the interrupt-locked region.

31 years agoChange handling of inferior REPL output so that it does not affect the
Chris Hanson [Fri, 22 Apr 1994 05:19:43 +0000 (05:19 +0000)]
Change handling of inferior REPL output so that it does not affect the
point of the inferior REPL buffer, and so that insertions to the right
of the output mark remain to its right when output occurs.
Additionally, implement new editor variable to control whether output
from evaluation commands in other buffers cause the evaluation results
to be written to the REPL buffer.

31 years agoChange handling of inferior REPL output so that it does not affect the
Chris Hanson [Fri, 22 Apr 1994 05:05:41 +0000 (05:05 +0000)]
Change handling of inferior REPL output so that it does not affect the
point of the inferior REPL buffer, and so that insertions to the right
of the output mark remain to its right when output occurs.
Additionally, implement new editor variable to control whether output
from evaluation commands in other buffers cause the evaluation results
to be written to the REPL buffer.

31 years agoAllow first argument to MAKE-GRAPHICS-DEVICE to be optional.
Chris Hanson [Fri, 22 Apr 1994 04:45:40 +0000 (04:45 +0000)]
Allow first argument to MAKE-GRAPHICS-DEVICE to be optional.

31 years agoExport FLO:RANDOM-UNIT from the random number generator.
Chris Hanson [Tue, 19 Apr 1994 18:43:32 +0000 (18:43 +0000)]
Export FLO:RANDOM-UNIT from the random number generator.

31 years agoUse a flonum vector instead of a vector to hold the state of the RNG.
Chris Hanson [Tue, 19 Apr 1994 18:42:54 +0000 (18:42 +0000)]
Use a flonum vector instead of a vector to hold the state of the RNG.
Rename GET-NEXT-ELEMENT to FLO:RANDOM-UNIT so that it can be exported
to the global environment.

31 years agoEliminate assembly code to perform FIX/FLO and FLO/FIX cases of
Chris Hanson [Tue, 5 Apr 1994 21:22:20 +0000 (21:22 +0000)]
Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of
generic binary operations.  This code was OK for + and - but failed to
produce correct answer for * and / when one argument was exact zero.

31 years agoEliminate assembly code to perform FIX/FLO and FLO/FIX cases of
Chris Hanson [Tue, 5 Apr 1994 21:22:05 +0000 (21:22 +0000)]
Eliminate assembly code to perform FIX/FLO and FLO/FIX cases of
generic binary operations.  This code was OK for + and - but failed to
produce correct answer for * and / when one argument was exact zero.

31 years agoThis commit was generated by cvs2svn to compensate for changes in r7156,
Guillermo J. Rozas [Wed, 30 Mar 1994 21:23:49 +0000 (21:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r7156,
which included commits to RCS files with non-trunk default branches.

31 years agoSnapshot of new compiler.
Guillermo J. Rozas [Wed, 30 Mar 1994 21:23:49 +0000 (21:23 +0000)]
Snapshot of new compiler.

31 years agofixed xrefs
Michael R. Blair [Mon, 28 Mar 1994 22:33:51 +0000 (22:33 +0000)]
fixed xrefs

31 years agoFix comment.
Guillermo J. Rozas [Mon, 28 Mar 1994 22:26:54 +0000 (22:26 +0000)]
Fix comment.

31 years agopretty pretty texinfo kludge
Michael R. Blair [Mon, 28 Mar 1994 11:08:57 +0000 (11:08 +0000)]
pretty pretty texinfo kludge

31 years agoInitial revision
Michael R. Blair [Mon, 28 Mar 1994 07:19:29 +0000 (07:19 +0000)]
Initial revision

31 years agoInitial revision
Michael R. Blair [Mon, 28 Mar 1994 07:06:48 +0000 (07:06 +0000)]
Initial revision

31 years agoadd wabbit/headhunt load option
Michael R. Blair [Mon, 28 Mar 1994 06:14:42 +0000 (06:14 +0000)]
add wabbit/headhunt load option
rename pcsample option loader to "load" (from "make").

31 years agotypo
Michael R. Blair [Mon, 28 Mar 1994 02:15:56 +0000 (02:15 +0000)]
typo

31 years agoAdd GC-WABBIT-DESCRIPTOR.
Guillermo J. Rozas [Fri, 25 Mar 1994 21:15:43 +0000 (21:15 +0000)]
Add GC-WABBIT-DESCRIPTOR.

31 years agoAdd wabbit.c to ordinary scheme's gc files.
Guillermo J. Rozas [Fri, 25 Mar 1994 01:14:26 +0000 (01:14 +0000)]
Add wabbit.c to ordinary scheme's gc files.

31 years agoAdd wabbit.c to ordinary scheme's gc files.
Guillermo J. Rozas [Fri, 25 Mar 1994 01:12:07 +0000 (01:12 +0000)]
Add wabbit.c to ordinary scheme's gc files.

31 years agoAdd wabbit-hunting slot.
Guillermo J. Rozas [Fri, 25 Mar 1994 01:02:05 +0000 (01:02 +0000)]
Add wabbit-hunting slot.

31 years agoKeep track of last_object better, because there are closure patterns
Guillermo J. Rozas [Fri, 25 Mar 1994 00:58:52 +0000 (00:58 +0000)]
Keep track of last_object better, because there are closure patterns
embedded in compiled code blocks on the Snakes.

31 years agoFix exports of (runtime unsyntaxer)
Guillermo J. Rozas [Thu, 24 Mar 1994 18:30:44 +0000 (18:30 +0000)]
Fix exports of (runtime unsyntaxer)

31 years agoPrint #!aux as itself.
Guillermo J. Rozas [Thu, 24 Mar 1994 18:29:08 +0000 (18:29 +0000)]
Print #!aux as itself.

31 years agoExport lambda-auxiliary-tag to several other places.
Guillermo J. Rozas [Thu, 24 Mar 1994 18:28:18 +0000 (18:28 +0000)]
Export lambda-auxiliary-tag to several other places.

31 years agoVariable name mismatch.
Guillermo J. Rozas [Thu, 24 Mar 1994 18:24:01 +0000 (18:24 +0000)]
Variable name mismatch.

31 years agoSimplify customization of scheme-interaction-mode-commands by allowing
Chris Hanson [Thu, 24 Mar 1994 18:04:53 +0000 (18:04 +0000)]
Simplify customization of scheme-interaction-mode-commands by allowing
user to provide partial specification of commands alist before this
file is loaded.

31 years agoAdd support for the jawilson/nat/arthur debugger: (1) mechanism for
Chris Hanson [Thu, 24 Mar 1994 17:59:43 +0000 (17:59 +0000)]
Add support for the jawilson/nat/arthur debugger: (1) mechanism for
evaluating emacs expressions outside of the process-filter's
save-excursion; (2) allow customization of
scheme-interaction-mode-commands.

31 years agoAdd support for the jawilson/nat/arthur debugger: (1) mechanism for
Chris Hanson [Thu, 24 Mar 1994 17:54:43 +0000 (17:54 +0000)]
Add support for the jawilson/nat/arthur debugger: (1) mechanism for
evaluating emacs expressions outside of the process-filter's
save-excursion; (2) allow customization of
scheme-interaction-mode-commands.

31 years agoChange predicate in DIRED-MARKED-FILES in order to speed up search for
Chris Hanson [Wed, 23 Mar 1994 22:47:05 +0000 (22:47 +0000)]
Change predicate in DIRED-MARKED-FILES in order to speed up search for
marked files.  New predicate does much less work for lines that are
not marked.

31 years agoChange definition of UNSYNTAXER:MACROIZE? so that if it is not #F and
Chris Hanson [Tue, 22 Mar 1994 21:36:27 +0000 (21:36 +0000)]
Change definition of UNSYNTAXER:MACROIZE? so that if it is not #F and
not #T then it means "don't macroize but hide internal lambda
structures".

31 years agoKludge: allow parser to recognize #!aux.
Chris Hanson [Tue, 22 Mar 1994 21:31:09 +0000 (21:31 +0000)]
Kludge: allow parser to recognize #!aux.

31 years agoFix bug in M-x rmail-search: when search locates the regexp in a
Chris Hanson [Tue, 22 Mar 1994 17:08:20 +0000 (17:08 +0000)]
Fix bug in M-x rmail-search: when search locates the regexp in a
message that has not yet been selected, the mark yielded by the search
must be made permanent before the message is selected, because
selecting the message changes its attributes, and consequently alters
the amount of text preceding the mark.

31 years agoFIxed #F/() bug
Stephen Adams [Mon, 21 Mar 1994 20:16:35 +0000 (20:16 +0000)]
FIxed #F/() bug

31 years agoFix typo in previous change.
Chris Hanson [Fri, 18 Mar 1994 22:01:36 +0000 (22:01 +0000)]
Fix typo in previous change.

31 years agoFix kludge that defines upcased alias for keys that have char bits
Chris Hanson [Fri, 18 Mar 1994 21:51:28 +0000 (21:51 +0000)]
Fix kludge that defines upcased alias for keys that have char bits
set; previously it only worked for keys that had zero bits.

31 years agoFix kludge that defines upcased alias for keys that have char bits
Chris Hanson [Fri, 18 Mar 1994 21:51:08 +0000 (21:51 +0000)]
Fix kludge that defines upcased alias for keys that have char bits
set; previously it only worked for keys that had zero bits.

31 years agoImplement vc-insert-headers.
Chris Hanson [Fri, 18 Mar 1994 21:40:16 +0000 (21:40 +0000)]
Implement vc-insert-headers.

31 years agoNumerous changes whose overall goal was the replacement of the old RCS
Chris Hanson [Wed, 16 Mar 1994 23:43:43 +0000 (23:43 +0000)]
Numerous changes whose overall goal was the replacement of the old RCS
interface with an Emacs-19-like VC interface.

31 years agoBind C-x v d to vc-directory.
Chris Hanson [Wed, 16 Mar 1994 23:39:59 +0000 (23:39 +0000)]
Bind C-x v d to vc-directory.

31 years agoImplement VC-DIRED and VC-DIRECTORY commands. Generalize various
Chris Hanson [Wed, 16 Mar 1994 23:32:41 +0000 (23:32 +0000)]
Implement VC-DIRED and VC-DIRECTORY commands.  Generalize various
commands to work in Dired buffers.

31 years ago* Enhance dired to allow specification of a list of files in a
Chris Hanson [Wed, 16 Mar 1994 23:26:54 +0000 (23:26 +0000)]
* Enhance dired to allow specification of a list of files in a
  specific directory in place of a directory.

* Change OS-specific code for dired to be a single entry point,
  INSERT-DIRECTORY!, that can insert the listing for a single file, a
  whole directory, or a wildcarded expression.

* Add new procedure, FOR-EACH-DIRED-MARK, that maps a procedure over
  the marked files in a dired buffer, and unmarks each file as it is
  processed.

31 years agoFix rebinding of load/default-types.
Jason Wilson [Sun, 13 Mar 1994 05:09:42 +0000 (05:09 +0000)]
Fix rebinding of load/default-types.

31 years agoBind SHRINK-WINDOW-IF-LARGER-THAN-BUFFER to `C-x -'.
Chris Hanson [Fri, 11 Mar 1994 05:25:18 +0000 (05:25 +0000)]
Bind SHRINK-WINDOW-IF-LARGER-THAN-BUFFER to `C-x -'.

31 years agoUse SHRINK-WINDOW-IF-LARGER-THAN-BUFFER to implement special pop-up
Chris Hanson [Fri, 11 Mar 1994 05:23:29 +0000 (05:23 +0000)]
Use SHRINK-WINDOW-IF-LARGER-THAN-BUFFER to implement special pop-up
prompts for Dired (as in Emacs 19).

31 years agoImplement SHRINK-WINDOW-IF-LARGER-THAN-BUFFER.
Chris Hanson [Fri, 11 Mar 1994 05:22:42 +0000 (05:22 +0000)]
Implement SHRINK-WINDOW-IF-LARGER-THAN-BUFFER.

31 years agoImplement FILE-EXECUTABLE?. Tweak logic in FILE-WRITABLE?.
Chris Hanson [Fri, 11 Mar 1994 05:19:06 +0000 (05:19 +0000)]
Implement FILE-EXECUTABLE?.  Tweak logic in FILE-WRITABLE?.

31 years agoChange COPY-FILE to preserve file modes.
Chris Hanson [Fri, 11 Mar 1994 05:17:51 +0000 (05:17 +0000)]
Change COPY-FILE to preserve file modes.

31 years agoHandle case where temporary file is manually deleted behind Scheme's
Chris Hanson [Fri, 11 Mar 1994 05:15:08 +0000 (05:15 +0000)]
Handle case where temporary file is manually deleted behind Scheme's
back.

31 years agoEliminate idiosyncratic multiple-file copying commands in favor of
Chris Hanson [Thu, 10 Mar 1994 00:50:39 +0000 (00:50 +0000)]
Eliminate idiosyncratic multiple-file copying commands in favor of
Emacs 19 generalized marking and copying commands.  Rename several
commands to match the new Emacs 19 names.

31 years agoFix typo in VC-RUN-SHELL-COMMAND.
Chris Hanson [Wed, 9 Mar 1994 23:11:03 +0000 (23:11 +0000)]
Fix typo in VC-RUN-SHELL-COMMAND.

31 years ago* Attach VC-PARENT-BUFFER property to vc-log buffers. Use that
Chris Hanson [Wed, 9 Mar 1994 21:33:05 +0000 (21:33 +0000)]
* Attach VC-PARENT-BUFFER property to vc-log buffers.  Use that
  property to make some of the VC commands work from the log buffer.
  In particular, the VC-DIFF command now works from the log buffer.

* Generalize the log-buffer mechanism to allow multiple log buffers to
  be open simultaneously.

31 years agoUse new 'NO-OUTPUT display style to suppress visible changes to the
Chris Hanson [Tue, 8 Mar 1994 22:06:19 +0000 (22:06 +0000)]
Use new 'NO-OUTPUT display style to suppress visible changes to the
screen when reverting a buffer.

31 years agoAdd 'NO-OUTPUT display-style option which does full update of internal
Chris Hanson [Tue, 8 Mar 1994 22:05:44 +0000 (22:05 +0000)]
Add 'NO-OUTPUT display-style option which does full update of internal
data structures, but does not update the screen.

31 years agoAdd 'NO-OUTPUT display-style option which does full update of internal
Chris Hanson [Tue, 8 Mar 1994 22:04:44 +0000 (22:04 +0000)]
Add 'NO-OUTPUT display-style option which does full update of internal
data structures, but does not update the screen.

31 years agoAttempt to preserve the WINDOW-START-MARK of a buffer's window when
Chris Hanson [Tue, 8 Mar 1994 21:54:38 +0000 (21:54 +0000)]
Attempt to preserve the WINDOW-START-MARK of a buffer's window when
the buffer is reverted.

31 years agoAttempt to preserve the WINDOW-START-MARK of a buffer's window when
Chris Hanson [Tue, 8 Mar 1994 21:44:50 +0000 (21:44 +0000)]
Attempt to preserve the WINDOW-START-MARK of a buffer's window when
the buffer is reverted.

31 years agoAttempt to preserve the WINDOW-START-MARK of a buffer's window when
Chris Hanson [Tue, 8 Mar 1994 21:43:47 +0000 (21:43 +0000)]
Attempt to preserve the WINDOW-START-MARK of a buffer's window when
the buffer is reverted.

31 years agoAttempt to restore the "current" window that was in effect when the
Chris Hanson [Tue, 8 Mar 1994 21:40:02 +0000 (21:40 +0000)]
Attempt to restore the "current" window that was in effect when the
log entry was started.

31 years agoImplement VC-LIST-LOCKED-FILES.
Chris Hanson [Tue, 8 Mar 1994 21:24:44 +0000 (21:24 +0000)]
Implement VC-LIST-LOCKED-FILES.

31 years agoDisallow window commands to select other screens by default. This
Chris Hanson [Tue, 8 Mar 1994 21:00:10 +0000 (21:00 +0000)]
Disallow window commands to select other screens by default.  This
behavior must be requested by setting USE-MULTIPLE-SCREENS true.

31 years agoFix random bugs in VC-VERSION-OTHER-WINDOW.
Chris Hanson [Tue, 8 Mar 1994 20:59:07 +0000 (20:59 +0000)]
Fix random bugs in VC-VERSION-OTHER-WINDOW.