| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-10-06 | Cleaned up. Fixed bug in proof-queue-or-locked-end | David Aspinall | |
| 1999-10-06 | BUG 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-06 | remove dead code | David Aspinall | |
| 1999-10-06 | proof-try-command is deprecated | David Aspinall | |
| 1999-10-06 | Updates. | David Aspinall | |
| 1999-10-06 | Added 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-01 | Fixup name changes | David Aspinall | |
| 1999-10-01 | Renamed some configuration variables for uniformity, see CHANGES. | David Aspinall | |
| 1999-10-01 | Removed dubious 'dont own process' error in proof-interrupt-process. | David Aspinall | |
| 1999-09-29 | Fixes so that proof-strict-read-only can be toggled within a session (via ↵ | David Aspinall | |
| restart). | |||
| 1999-09-29 | Changed name of proof-copy-span to proof-mouse-track-insert. | David Aspinall | |
| 1999-09-29 | Re-enabled and renamed proof-send-span: becomes proof-copy-span bound to ↵ | David Aspinall | |
| C-button1 | |||
| 1999-09-28 | More reorganizing of menus and keybindings with aim of usability in mind. | David Aspinall | |
| 1999-09-28 | Reorganization of menus: made a single menu but flattened Scripting submenu. | David Aspinall | |
| 1999-09-28 | Made Scripting menu entry item on menubar. | David Aspinall | |
| 1999-09-23 | Added menu binding for finding theorems. | David Aspinall | |
| Added extra doc strings to hair macro definitions of functions. | |||
| 1999-09-23 | Added proof-find-theorems and some hairy macros to define related commands. | David Aspinall | |
| 1999-09-22 | Whitespace. | David Aspinall | |
| 1999-09-22 | Comments | David Aspinall | |
| 1999-09-21 | Call proof-state-change-hook after asserting and retracting. | David Aspinall | |
| 1999-09-13 | Removed proof-shell-completed added to eval-when-compile by mistake. | David Aspinall | |
| 1999-09-13 | Added callbacks to refresh toolbar | David Aspinall | |
| 1999-09-13 | Changed peculiar message to something slightly less peculiar | David Aspinall | |
| 1999-09-13 | Experimental fix for proof-shell-completed flag clearing. | David Aspinall | |
| 1999-09-13 | Added proof-terminal-string to proof-execute-minibuffer-cmd. | David Aspinall | |
| 1999-09-03 | da: improved comment; | Makarius Wenzel | |
| 1999-08-24 | Attempted fix of FSFmacs problem, left as comment | David Aspinall | |
| 1999-08-20 | proof-goto-end-of-locked-if-pos-not-visible-in-window: | David Aspinall | |
| Check that there is active scripting buffer, in Isabelle there might not be. | |||
| 1999-05-27 | improved proof-segment-up-to to support proof-string-start-regexp, | Makarius Wenzel | |
| proof-string-end-regexp; | |||
| 1999-05-25 | proof-done-advancing: added proof-really-save-command-p to support | Makarius Wenzel | |
| more general qed schemes, such as Isabelle/Isar's nested proofs; | |||
| 1999-05-11 | Add toggle for proof toolbar to menu | David Aspinall | |
| 1999-02-22 | Fixed bug by shifting configuration of minor mode for active terminator. | David Aspinall | |
| 1999-02-01 | Used proof-string-match for matching against proof script. | David Aspinall | |
| 1998-12-16 | Removed info file name space, again, arrgggh. | David Aspinall | |
| 1998-12-16 | Added back space in info file name | David Aspinall | |
| 1998-12-16 | Reverted to previous semantics | David Aspinall | |
| 1998-12-16 | Made delete-region arg optional for proof-retract-until-point-interactive. | David Aspinall | |
| 1998-12-16 | Removed space from ProofGeneral name. | David Aspinall | |
| 1998-12-16 | Tweaked docstring for C-c C-u. | David Aspinall | |
| 1998-12-16 | rationalised keybinding (again) | Thomas Kleymann | |
| 1998-12-16 | improved default keybindings | Thomas Kleymann | |
| 1998-12-15 | Docstring fix | David Aspinall | |
| 1998-12-15 | Removed bogus duplicate call of proof-mode-hook at end of proof-config-done. | David Aspinall | |
| 1998-12-15 | Fixes for FSF Emacs handling of processes, kill buffer hooks, | David Aspinall | |
| and live/dead overlays. | |||
| 1998-12-15 | made many minor changes to the documentation | Thomas Kleymann | |
| 1998-12-11 | Comments | David Aspinall | |
| 1998-12-11 | Allow even the current scripting buffer to be marked atomically | David Aspinall | |
| in case the prover asks it to be. This can happen when loading theory files in Isabelle. | |||
| 1998-12-11 | Several changes: | David Aspinall | |
| 1. save-some-buffers now skips the current active scripting buffer. It was annoying to be asked whether to save this one as the user may have just begun typing into a fresh file, or may want to experiment with a modified proof, for example. 2. proof-deactivate-scripting improved so it works pretty well as a (so far undocumented) command. Kill buffer function now removes spans, so that they remain if we deactivate without killing. Plan is to call this in proof-activate-scripting to turn off current scripting buffer and munge the processed file list the way we like it. 3. In both proof-deactivate-scripting and proof-activate-scripting, we do the same thing: files with empty locked regions are removed from the processed files list, those with full locked regions are added. This is an attempt to harmonize the file handling of the theorem prover and whatever it reports with the scripting inside Proof General. Additionally proof-deactivate-scripting retracts a file with a partly locked region, only the active scripting buffer is allowed such a region (currently). | |||
| 1998-12-11 | Added submit bug report to proof-shared-menu | David Aspinall | |
