aboutsummaryrefslogtreecommitdiff
path: root/isa
AgeCommit message (Collapse)Author
1998-12-15Fixed broken check on proof-mode-hook.David Aspinall
1998-12-15made many minor changes to the documentationThomas Kleymann
1998-12-11Altered behaviour to allow retraction part-way through finished scripts.David Aspinall
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).
1998-12-10Fix for splash hack for theory files when proo-splash-inhibit=t.David Aspinall
1998-11-26Added clear-goals-buffer stuff, asked for response to be left after use_thy.David Aspinall
1998-11-25Cleaned up, and made use_thy remove ML file from DB properly;David Aspinall
optimised use_thy to report only on files newly added to db.
1998-11-25Documentation improvements.David Aspinall
1998-11-25FSF Emacs fix for buffer-file-truename, which is theDavid Aspinall
*abbreviated* form of file-truename!
1998-11-25Fixed show_contextDavid Aspinall
1998-11-25Fixes to debug long standing not-showing-first-goal problem.David Aspinall
1998-11-25Added Isamode-like keybinding C-c C-l for proof-prf.David Aspinall
1998-11-25Docstring fixes, minor improvements.David Aspinall
1998-11-25Docstring fixesDavid Aspinall
1998-11-20Improvements for multiple files and robustness: keep a copy ofDavid Aspinall
the initial theory database state, and add a restart command.
1998-11-18Improvements for multiple files. Now saves state specially for ProofGeneral.David Aspinall
1998-11-18Added isa-update function. Altered settings.David Aspinall
1998-11-18Fixed problem with list_loaded_files and update().David Aspinall
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.
1998-11-18Added Proof General menu to theory file mode.David Aspinall
1998-11-18Added clear_response_buffer regexp, use_thy_and_update now in ProofGeneralDavid Aspinall
1998-11-18Improvements and cleanups:David Aspinall
. Put functions into ProofGeneral structure . Annotations around ordinary output appear before cr's . Added clear_response_buffer functionw . Added special_theories to avoid looking up filenames of theories which don't have them
1998-11-18new file to factor out improved theory reader junk.David Aspinall
1998-11-12Bug in regexpDavid Aspinall
1998-11-12In a fit of autocracy, removed proof-tags-support, binding forDavid Aspinall
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.
1998-11-12Fixed error regexpDavid Aspinall
1998-11-12Fixed a regexp.David Aspinall
1998-11-12Replaced custom-set-variables with customize-set-variable:David Aspinall
the first one sets the *saved* value for variables, rather than default values.
1998-11-10Disabled problematic requires temporarily.David Aspinall
1998-11-10Removed references of proof-shell-noise-regexpThomas Kleymann
1998-11-10Fixes for byte compilations and missing bits of Isamode.David Aspinall
1998-11-09Removed superfluous variable. Improved docstrings.David Aspinall
1998-11-06Added prefix arg to thy-find-other-file to use same windowDavid Aspinall
1998-11-04Added key binding to switch between theory and ML files.David Aspinall
1998-11-04Reimplemented thy-find-other-fileDavid Aspinall
1998-11-03Disabled annotated prompts because of strange bug.David Aspinall
1998-11-03More regexp improvementsDavid Aspinall
1998-11-03Work on improving regular expressions for Isabelle.David Aspinall
1998-11-03fixed bug with font-lock face namesThomas Kleymann
1998-11-02Changes suggested by Markus WenzelDavid Aspinall
1998-11-02fixed minor bugsThomas Kleymann
1998-11-01o added support for byte-compilationThomas Kleymann
o removed hhg tags in todo o fixed font-lock for FSF Emacs 20.2 o ensured that goals buffer is updated for longer queues o fixed a bug in proof-universal-keys-only-mode
1998-10-29Fixes for multiple files. More defcustoms.David Aspinall
1998-10-29Example theory fileDavid Aspinall
1998-10-29Crudely hacked Isabelle image onto splash screen.David Aspinall
1998-10-29Begun work on adding more special annotations for Isabelle.David Aspinall
1998-10-29More hacks to variable names for customize (sorry)David Aspinall
1998-10-28Improved behaviour of Isabelle multiple files: don't retract parent theory.David Aspinall
1998-10-28Some experimental code addedDavid Aspinall
1998-10-28Fixed bug in Isabelle count undos. Now uses undo instead of choplev.David Aspinall
1998-10-27Mods for cleaner byte compileDavid Aspinall
1998-10-27Begun work on clean byte compilation / clarifying interfaces.David Aspinall