aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
AgeCommit message (Collapse)Author
1999-11-09Generic support for x-symbol tuned up.David Aspinall
1999-11-09Bug again in call-interactively in proof-toggle-active-scripting.David Aspinall
Turn on proof-x-symbol mode in proof script mode.
1999-11-09Bug in proof-toggle-active-scripting interactive calling.David Aspinall
1999-11-09Arrange for activate-scripting to not block for interactive calls.David Aspinall
1999-11-08proof-prf-string -> proof-showproof-commandDavid Aspinall
1999-11-08Comments/messages.David Aspinall
1999-11-08Copyright messages updated.David Aspinall
1999-10-27tuned msg;Makarius Wenzel
1999-10-25Implementation of proof-auto-multiple-files.David Aspinall
1999-10-21Added symmetric proof-shell-inform-file-retracted-cmd setting to correspondDavid Aspinall
with the state change of a buffer from completely processed to partly processed.
1999-10-21Changed name of proof-shell-cd-cmd for uniformity.David Aspinall
1999-10-21Changed name to proof-shell-inform-file-processed-cmdDavid Aspinall
1999-10-21Added proof-shell-inform-file-processed-command setting.David Aspinall
1999-10-20Comments in proof-complete-buffer-atomic.David Aspinall
1999-10-19Rename proof-mark-buffer-atomic->proof-complete-buffer-atomic. Fix to only ↵David Aspinall
close off to (proof-script-end), not (point-max).
1999-10-18Missing cursor moveDavid Aspinall
1999-10-15FIRST ATTEMPT AT CANY QUEUE HANDLING. Extending regions when advancing patch.David Aspinall
1999-10-14Fix missing save-excursion causing bug with proof-process-buffer.David Aspinall
1999-10-07Fix for older emacsen, maybe.David Aspinall
1999-10-06Tidy proof-interrupt-processDavid Aspinall
1999-10-06Speed optimizations, part I.David Aspinall
1999-10-06More improvements/fixes for closing unfinished proofs.David Aspinall
Added proof-unnamed-theorem-name.
1999-10-06Made new command proof-cd to cd to the directory of the currentDavid Aspinall
buffer. Added a version of it to proof-activate-scripting-hook. Removed cd from initialization sequence. Changed prover specifics accordingly.
1999-10-06Support for closing off incomplete goal-saves.David Aspinall
1999-10-06Cleaned up. Fixed bug in proof-queue-or-locked-endDavid Aspinall
1999-10-06BUG FIX: hopefully fixed spurious locked region problem.David Aspinall
1999-10-06 docstring and error message improvements.David Aspinall
proof-deactivate-scripting: new implementation which allows user choice of retraction or assertion. Forms a subroutine of proof-activate-scripting. proof-activate-scripting: call proof-activate-scripting-hook *after* files are saved. proof-mark-buffer-atomic: set proof-locked end to proof-script-end, not (point-max). New functions: proof-toggle-scripting, proof-auto-deactivate-scripting, proof-script-end
1999-10-06remove dead codeDavid Aspinall
1999-10-06proof-try-command is deprecatedDavid Aspinall
1999-10-06Updates.David Aspinall
1999-10-06Added proof-retract-buffer symmetric to proof-process-buffer.David Aspinall
Added question to user when switching scripting buffer, and new option proof-auto-retract-other-buffers to disable question. This reimplements the old "steal scripting?" idea.
1999-10-01Fixup name changesDavid Aspinall
1999-10-01Renamed some configuration variables for uniformity, see CHANGES.David Aspinall
1999-10-01Removed dubious 'dont own process' error in proof-interrupt-process.David Aspinall
1999-09-29Fixes so that proof-strict-read-only can be toggled within a session (via ↵David Aspinall
restart).
1999-09-29Changed name of proof-copy-span to proof-mouse-track-insert.David Aspinall
1999-09-29Re-enabled and renamed proof-send-span: becomes proof-copy-span bound to ↵David Aspinall
C-button1
1999-09-28More reorganizing of menus and keybindings with aim of usability in mind.David Aspinall
1999-09-28Reorganization of menus: made a single menu but flattened Scripting submenu.David Aspinall
1999-09-28Made Scripting menu entry item on menubar.David Aspinall
1999-09-23Added menu binding for finding theorems.David Aspinall
Added extra doc strings to hair macro definitions of functions.
1999-09-23Added proof-find-theorems and some hairy macros to define related commands.David Aspinall
1999-09-22Whitespace.David Aspinall
1999-09-22CommentsDavid Aspinall
1999-09-21Call proof-state-change-hook after asserting and retracting.David Aspinall
1999-09-13Removed proof-shell-completed added to eval-when-compile by mistake.David Aspinall
1999-09-13Added callbacks to refresh toolbarDavid Aspinall
1999-09-13Changed peculiar message to something slightly less peculiarDavid Aspinall
1999-09-13Experimental fix for proof-shell-completed flag clearing.David Aspinall
1999-09-13Added proof-terminal-string to proof-execute-minibuffer-cmd.David Aspinall