aboutsummaryrefslogtreecommitdiff
path: root/isa
AgeCommit message (Collapse)Author
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
1998-10-27Fixed urgent message stuff. proof-shell-process-urgent-messagesDavid Aspinall
now seems to correctly observe all messages which pass through.
1998-10-27Renamed proof-invisible-command proof-shell-invisible-command.David Aspinall
Removed superfluous optional 'relaxed' argument from: proof-shell-invisibile-command, proof-grab-lock, proof-start-queue.
1998-10-27Work on Isabelle theory reader.David Aspinall
1998-10-26Fix buglet for when script buffer has no filename.David Aspinall