aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
AgeCommit message (Collapse)Author
2000-05-11Use proof-deftoggle macro.David Aspinall
Comments about failure for ;;;###autoload cookie for define-derived-mode Attempted fixes for C-x C-w, C-x C-v, revert-buffer.
2000-05-09Fixup loading.David Aspinall
2000-05-09Removed menus, keybinding. Removed compatibility hacks. Improved loading.David Aspinall
2000-05-05Comments. Minor improvements for electric terminator and ↵David Aspinall
proof-follow-mode='ignore
2000-05-02Added proof-assistant-keymap and commands for defining insert keys.David Aspinall
2000-05-01Added proof-assistant-menu-entries for proof assistant specific menus.David Aspinall
2000-04-25Note about efficiency/bug fix by Markus.David Aspinall
2000-04-15proof-segment-up-to: no longer poke around in make-string buffer (nowMakarius Wenzel
more efficient, also works around crash bug in xemacs-21.1.7/SuSE);
2000-04-07More generic message to avoid confusion with Coq searching.David Aspinall
2000-04-04Improved behaviour of electric terminator.David Aspinall
2000-04-04Update copyright dates, comments.David Aspinall
2000-03-24Spacing.David Aspinall
2000-03-22Bug fix for electric terminator used inside locked region.David Aspinall
2000-03-22Use proof-format-filename instead of format on cmds with file parameter.David Aspinall
2000-03-19Added keybinding, improved doc for ↵David Aspinall
proof-undo-and-delete-last-successful-command.
2000-03-10Use name of proof assistant in menu.David Aspinall
2000-02-09Added proof-shell-pre-interrupt-hookDavid Aspinall
1999-11-24DocstringDavid Aspinall
1999-11-24Fixed extending queue bug. Many docstring improvementsDavid Aspinall
1999-11-23Fixed bug introduced by hacking proof-only-whitespace-to-locked-region-p.David Aspinall
1999-11-22Renamed proof-auto-delete-windows -> proof-delete-empty-windowsDavid Aspinall
1999-11-22Improved nothing to do error messageDavid Aspinall
1999-11-19TypoDavid Aspinall
1999-11-19Fix for proof-script-new-command-advance.David Aspinall
1999-11-18Removed comment.David Aspinall
1999-11-18Changed eval-when-compile to eval-when (compile).David Aspinall
Made a new menu for quick options editing, put it in shared menu. Added options for multiple frames, auto delete windows. Toolbar :active is now more sringent, must be in script buffer. Use proof-try-require to load func-menu in mode definition, solving problem of func-menu configuration before it's loaded. Cleaned up some comments.
1999-11-17Fix mouse bindings to be different for FSF/XEmacs versions.David Aspinall
1999-11-17Fix typoDavid Aspinall
1999-11-17Add Function Menu to menu. Fix a few bugs/probs shown up by byte-compiling.David Aspinall
1999-11-16Not strictly necessary to set proof-goal-command-regexpDavid Aspinall
1999-11-16Added proof-mouse-goto-point, moved proof-mouse-track-insert to proof-scriptDavid Aspinall
1999-11-16Fix for proof-minibuffer-cmd. Remove old keybindings.David Aspinall
1999-11-16Fix for retraction order with auto-multiple-files.David Aspinall
Let proof-undo-and-delete-last-successful-command work from other buffers. Made kill buffer function more robust. New! Added generic defaults for count-undos, goal-command-p, state-preserving-p. Used in demoisa instance for now, others to use later. Added checks that important configuration variables are set, and set defaults for some others.
1999-11-15Fixed mistake in function names. Tidied menus a bitDavid Aspinall
1999-11-15Fixes for FSF overlay obscurity.David Aspinall
1999-11-15Reorganization of user-level commands, code moved from proof-toolbar.elDavid 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-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-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-12Fixes for Isabelle in case theory file is visited before script file.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-11Added new command proof-goto-point, new default binding for C-c RET.David Aspinall
1999-11-10Added some desparate patches for dead extent problem proof-done-advancingDavid 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-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).