aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
Commit message (Collapse)AuthorAge
* Renamed some configuration variables for uniformity, see CHANGES.Gravatar David Aspinall1999-10-01
|
* replaced isa-output-font-lock-terms by isa-output-font-lock-keywords-1;Gravatar Makarius Wenzel1999-09-30
|
* Enabled hack for proof-shell-leave-annotations-in-outputGravatar David Aspinall1999-09-29
|
* Added setting for proof-find-theorems-command.Gravatar David Aspinall1999-09-23
|
* improved (?) proof-shell-proof-completed-regexp;Gravatar Makarius Wenzel1999-09-22
|
* Adjusted proof-shell-proof-completed-regexp to match against whole ofGravatar David Aspinall1999-09-21
| | | | | proofstate output including "No subgoals!" message. Now PG can correctly set the proof-shell-proof-completed flag.
* Maintainer addressesGravatar David Aspinall1999-08-23
|
* fixed comment;Gravatar Makarius Wenzel1999-08-23
|
* Added font-lock keywords and syntax table setup for buffers displayingGravatar David Aspinall1999-08-23
| | | | Isabelle output.
* eliminated superficial ';'s;Gravatar Makarius Wenzel1999-08-20
|
* proof-shell-start-goals-regexp: include \n;Gravatar Makarius Wenzel1999-08-18
| | | | | isa-init-syntax-table moved to isa-syntax.el; improved isa-update-thy-only;
* proof-shell-first-special-char ?\350;Gravatar Makarius Wenzel1999-08-16
| | | | | | | | tuned prompt; deactivated "No subgoals!"; use Isabelle's native ProofGeneral.init; proper setup for theory loader actions: better handling of multiple buffers; isa-find-and-forget does nothing;
* renamed proof-commands-regexp to proof-indent-commands-regexp, whichGravatar Makarius Wenzel1999-05-27
| | | | is less confusing);
* fixed syntax entry for "_"Gravatar Thomas Kleymann1999-02-03
|
* Regexp bug. Use proof-string-match appropriately.Gravatar David Aspinall1999-02-01
|
* Fixed broken check on proof-mode-hook.Gravatar David Aspinall1998-12-15
|
* made many minor changes to the documentationGravatar Thomas Kleymann1998-12-15
|
* Altered behaviour to allow retraction part-way through finished scripts.Gravatar David Aspinall1998-12-11
| | | | | | | | Previously Proof General was asked to unlock a file A.ML as soon as retraction in it happened. Now Proof General is only asked to unlock the children of A.ML, although Isabelle records the fact that A.ML has been retracted. (Which means that if A.ML is later re-linked, Proof General will correctly get told about it).
* Fix for splash hack for theory files when proo-splash-inhibit=t.Gravatar David Aspinall1998-12-10
|
* Added clear-goals-buffer stuff, asked for response to be left after use_thy.Gravatar David Aspinall1998-11-26
|
* FSF Emacs fix for buffer-file-truename, which is theGravatar David Aspinall1998-11-25
| | | | *abbreviated* form of file-truename!
* Fixes to debug long standing not-showing-first-goal problem.Gravatar David Aspinall1998-11-25
|
* Added Isamode-like keybinding C-c C-l for proof-prf.Gravatar David Aspinall1998-11-25
|
* Improvements for multiple files and robustness: keep a copy ofGravatar David Aspinall1998-11-20
| | | | the initial theory database state, and add a restart command.
* Added isa-update function. Altered settings.Gravatar David Aspinall1998-11-18
|
* Fixed problem with list_loaded_files and update().Gravatar David Aspinall1998-11-18
| | | | | | | | | Now when doing use_thy, we don't do an update. Hopefully "following children are out of date" message will be superfluous because they will be unlocked already. Will be re-read as needed. Added update function. Fixed up implementation of list_parents.
* Added clear_response_buffer regexp, use_thy_and_update now in ProofGeneralGravatar David Aspinall1998-11-18
|
* Bug in regexpGravatar David Aspinall1998-11-12
|
* In a fit of autocracy, removed proof-tags-support, binding forGravatar David Aspinall1998-11-12
| | | | | | M-tab and appearance of Find Tags in PG menu. The menu entry already appears in Tools->Tags, and users should bind M-tab for themselves.
* Fixed error regexpGravatar David Aspinall1998-11-12
|
* Replaced custom-set-variables with customize-set-variable:Gravatar David Aspinall1998-11-12
| | | | | the first one sets the *saved* value for variables, rather than default values.
* Disabled problematic requires temporarily.Gravatar David Aspinall1998-11-10
|
* Removed references of proof-shell-noise-regexpGravatar Thomas Kleymann1998-11-10
|
* Fixes for byte compilations and missing bits of Isamode.Gravatar David Aspinall1998-11-10
|
* Removed superfluous variable. Improved docstrings.Gravatar David Aspinall1998-11-09
|
* Added key binding to switch between theory and ML files.Gravatar David Aspinall1998-11-04
|
* Disabled annotated prompts because of strange bug.Gravatar David Aspinall1998-11-03
|
* Work on improving regular expressions for Isabelle.Gravatar David Aspinall1998-11-03
|
* fixed minor bugsGravatar Thomas Kleymann1998-11-02
|
* Fixes for multiple files. More defcustoms.Gravatar David Aspinall1998-10-29
|
* Crudely hacked Isabelle image onto splash screen.Gravatar David Aspinall1998-10-29
|
* Begun work on adding more special annotations for Isabelle.Gravatar David Aspinall1998-10-29
|
* More hacks to variable names for customize (sorry)Gravatar David Aspinall1998-10-29
|
* Improved behaviour of Isabelle multiple files: don't retract parent theory.Gravatar David Aspinall1998-10-28
|
* Fixed bug in Isabelle count undos. Now uses undo instead of choplev.Gravatar David Aspinall1998-10-28
|
* Mods for cleaner byte compileGravatar David Aspinall1998-10-27
|
* Begun work on clean byte compilation / clarifying interfaces.Gravatar David Aspinall1998-10-27
|
* Fixed urgent message stuff. proof-shell-process-urgent-messagesGravatar David Aspinall1998-10-27
| | | | now seems to correctly observe all messages which pass through.
* Renamed proof-invisible-command proof-shell-invisible-command.Gravatar David Aspinall1998-10-27
| | | | | | | Removed superfluous optional 'relaxed' argument from: proof-shell-invisibile-command, proof-grab-lock, proof-start-queue.
* Work on Isabelle theory reader.Gravatar David Aspinall1998-10-27
|