aboutsummaryrefslogtreecommitdiff
path: root/isa
AgeCommit message (Collapse)Author
2000-03-23Updated Isabelle home page.David Aspinall
2000-03-22Switch back to %s, rename proof-shell-string-escapes -> ↵David Aspinall
proof-shell-filename-escapes, and always apply for filename substn.
2000-03-22Fix other file commands to use %e substitution.David Aspinall
2000-03-22Use new format character %s to %e to cope with nasty filenames with backslashes.David Aspinall
2000-03-22transparent cd;Makarius Wenzel
2000-03-19Added settings for silent control.David Aspinall
2000-03-13New/updated information filesDavid Aspinall
2000-03-10DocstringsDavid Aspinall
2000-03-10Added menu item to switch to script buffer, C-c C-o key.David Aspinall
2000-03-09Updated headers.David Aspinall
2000-03-09UpdatedDavid Aspinall
2000-03-09Added README files for each prover, summarizing status.David Aspinall
2000-03-08Split low-level todo into several files.David Aspinall
2000-02-23tuned electric-ignore;Makarius Wenzel
2000-02-15fix electric-ignore (due to DvO);Makarius Wenzel
2000-02-11option -x: enable x-symbol package;Makarius Wenzel
2000-02-10setup proof-shell-pre-interrupt-hook for Poly/ML;Makarius Wenzel
2000-02-07fixed proof-shell-error-regexp;Makarius Wenzel
2000-01-12CommentsDavid Aspinall
2000-01-06Fixes for short output duplication problem: set ↵David Aspinall
proof-shell-eager-annotation-start-length.
1999-11-29Change SML minor mode binding to C-c C-m, avoiding clash withDavid Aspinall
proof-interrupt-process. Add commands from proof-universal-keys to menu, and add all of proof-shared-menu.
1999-11-29Add universal keys to theory modeDavid Aspinall
1999-11-26Fix to proof-shell-proof-completed-regexp by reverting to previous version.David Aspinall
1999-11-24Made thy-indent-level a user opt.David Aspinall
1999-11-23Patch to proof-shell-proof-completed-regexp to prevent overflow, sent by MarkusDavid Aspinall
1999-11-22tuned faces;Makarius Wenzel
1999-11-19Added by defvars x-symbol-isa-name, x-symbol-isa-modeline-name so can use ↵David Aspinall
this file without PG
1999-11-18Failed attempt to trap C-g during try-update-thy. Left as comments.David Aspinall
1999-11-17Remove some obsolete/unecessary stuff.David Aspinall
1999-11-16Cleanups and a bit more highlightingDavid Aspinall
1999-11-16Matching goals regexp. Comments.David Aspinall
1999-11-15Removed font-lock settings. Set proof-font-lock-zap-commas=tDavid Aspinall
1999-11-14Many robustness improvements for error and interrupt handling:David Aspinall
- Introduce proof-shell-error-or-interrupt-seen flag set after an error or interrupt was seen (in fact, on every call to proof-release-lock). Examine it in proof-activate-scripting to see whether hooks succeeded in activating scripting. - Test in the shell filter for the lock being held yet nothing in the action list, and clear the lock if so. Gets rid of repetetive proof-shell-busy messages when the queue is empty (for errors during development, or nasty uses of C-g) - Add a timeout to proof-shell-wait (not used yet)
1999-11-14More highlightingDavid Aspinall
1999-11-14proof-nested-goals-allowed -> proof-completed-proof-behaviourDavid Aspinall
Patch for more flexible handling of closing goal...save regions after proof has been completed.
1999-11-12More theory file sectionsDavid Aspinall
1999-11-12Fixes for Isabelle in case theory file is visited before script file.David Aspinall
1999-11-12Display qed message in goals bufferDavid Aspinall
1999-11-11Next round of fixups for font-lock and x-symbol.David Aspinall
1999-11-11Extensive fixes for x-symbol and font-lock.David Aspinall
1999-11-10Removed unsociable key-bindings.David Aspinall
1999-11-09Fixes for x-symbol activation/deactivation stringsDavid Aspinall
1999-11-09Arrange for activate-scripting to not block for interactive calls.David Aspinall
1999-11-08Comments.David Aspinall
1999-11-08Typo.David Aspinall
1999-11-08Changed web page to official one.David Aspinall
Added x-symbol support (moved here from generic/proof-x-symbol)
1999-10-29improved proof-shell-error-regexp;Makarius Wenzel
1999-10-27isa-update-thy-only: 'try' option;Makarius Wenzel
1999-10-26ProofGeneral.inform_file_processed/retracted;Makarius Wenzel
improved proof-shell-compute-new-files-list (more robust);
1999-10-26tuned proof-shell-error-regexp;Makarius Wenzel