aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
1999-11-15Reorganization of user-level commands, code moved from proof-toolbar.elDavid Aspinall
1999-11-15Name changes: proof-toolbar-follow-mode -> proof-follow-mode, ↵David Aspinall
proof-execute-minibuffer-cmd -> proof-minibuffer-cmd
1999-11-15Some new macros. FSF fix for font-lock. Failed attempt not to turn on ↵David Aspinall
font-lock everywhere.
1999-11-15Cleanup and use some macros from proof.elDavid Aspinall
1999-11-15FSF fix: require cl.David Aspinall
1999-11-15Reorganization and cleanup of key-bindings.David Aspinall
FSF fix for proof-cd. Fix for proof-goto-point. Made proof-done-advancing robust against unset proof-save-command-regexp. Improved several docstrings. Fixes for proof-frob-locked end, made disabled by default for novices. Fix for electric terminator indicator in non-PG buffers. Configuration variable proof-font-lock-zap-commas. Removed proof-try-command. Phew!
1999-11-15Added proof-splash-message.David Aspinall
1999-11-15Fix for FSF Emacs. Added timeout arg to proof-shell-wait.David Aspinall
1999-11-15Tuned splash screen for FSF emacs. Added proof-font-lock-zap-commasDavid Aspinall
1999-11-14Fixes for proof-goto-commmand-{end,start}. Former new functionDavid 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-14docstringDavid Aspinall
1999-11-14Fix to docstring magic (allow spaces after symbol).David 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-13Beginnings of improved version of goal..no save regions.David Aspinall
1999-11-13commentsDavid Aspinall
1999-11-13Added example instantiation demoisaDavid Aspinall
1999-11-13Added new face for debug messagesDavid Aspinall
1999-11-12Notes about font-lock management.David Aspinall
1999-11-12Fixes for Isabelle in case theory file is visited before script file.David Aspinall
1999-11-12Document variables before functions in case of name clash.David Aspinall
1999-11-12Added ACTION to proof-shell-insert so proof-shell-insert-hook can test class ↵David Aspinall
of command. (For Plastic)
1999-11-12Made display table stuff interactive.David Aspinall
1999-11-12Changed colour of proof-locked-faceDavid Aspinall
1999-11-12Fix for automode listDavid Aspinall
1999-11-12Typo in x-symbol enableDavid Aspinall
1999-11-12Typo in x-symbol enableDavid Aspinall
1999-11-12Set version tag for new release.David Aspinall
1999-11-12Fixes for response buffer display, x-symbol, output formatting.David Aspinall
1999-11-11Attempted x-symbol improvementsDavid Aspinall
1999-11-11Added option for sending qed output to goals buffer for IsabelleDavid Aspinall
1999-11-11small changes to plastic modePaul Callaghan
1999-11-11Removed debug instruction.David 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-11Added proof-help command to help menu.David Aspinall
1999-11-11Patches for urgent message processing.David Aspinall
1999-11-11Added new command proof-goto-point, new default binding for C-c RET.David Aspinall
1999-11-10Set version tag for new release.David Aspinall
1999-11-10DocstringDavid Aspinall
1999-11-10Added some desparate patches for dead extent problem proof-done-advancingDavid Aspinall
1999-11-10Added URL for package to warning message. Prevent customize enabling if ↵David Aspinall
x-symbol uninstalled.
1999-11-10Added save-excursion.David Aspinall
1999-11-10Reorganized user options. Special new code for boolean settings.David Aspinall
1999-11-10fixed indentation bug: use proof-looking-at (proof-case-fold-search);Makarius Wenzel
1999-11-10proof-looking-at (subject to proof-case-fold-search);Makarius Wenzel
1999-11-10Fix decoding of shell input.David Aspinall
1999-11-10Moved proof-file-truename, proof-file-to-buffer, to proof.elDavid Aspinall
Made setting font-lock-always-fontify-immediately be buffer local in proof scripts (it's an ugly hack for comma-defontification).
1999-11-10Moved utility function proof-files-to-buffers to proof.el. Fixed local varDavid Aspinall
1999-11-10Moved more utility functions here.David Aspinall