aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
1999-11-19Added goto buttonDavid Aspinall
1999-11-19Added texi-docstring-magic-untabify to fix tabs in docstrings.David Aspinall
1999-11-19Added pbp-yank-subterm, changed mouse bindings for goals buffer.David Aspinall
1999-11-19docstringDavid Aspinall
1999-11-19Removed spurious defn of proof-config.elDavid Aspinall
1999-11-19Fix proof-try-require for FSF Emacs.David Aspinall
1999-11-18Set version tag for new release.David Aspinall
1999-11-18Don't bother put extra modes on auto-mode-alist, rely on proof-x-symbol to ↵David Aspinall
do the job.
1999-11-18Removed comment.David Aspinall
1999-11-18Use new function proof-try-require instead of condition-case ...David Aspinall
Make switching on/off possibly more smooth by cleaning response buffer and sending show proof command to proof assistant. Also, when turning on/off run proof-x-symbol-mode in all buffers in proof-xsym-extra-modes. Nice for Isabelle theories.
1999-11-18Automatically generate special-display-regexps entry, andDavid Aspinall
add function for new multiple frames user option. Don't display "done" in goals buffer (may never happen anyway) Remove code for response buffer erasing. Clean some comments.
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-18Moved response buffer code here.David Aspinall
Moved -output-fontify-toggle away. Made proof-switch-to-buffer more robust
1999-11-18Added user option for multiple frames.David Aspinall
1999-11-17Set version tag for new release.David Aspinall
1999-11-17Name change proof-window-dedicated -> proof-dont-switch-windows.David Aspinall
1999-11-17Bind mouse 2 as well as mouse 3 for pbpDavid Aspinall
1999-11-17Added some new code from another patch, but commented out for now.David Aspinall
1999-11-17Fix mouse bindings to be different for FSF/XEmacs versions.David Aspinall
1999-11-17Fix typoDavid Aspinall
1999-11-17Fix for FSF compatibilityDavid Aspinall
1999-11-17CommentsDavid Aspinall
1999-11-17Fix bugDavid Aspinall
1999-11-17Fix a few bugs/probs shown up by byte-compiling.David Aspinall
1999-11-17Add Function Menu to menu. Fix a few bugs/probs shown up by byte-compiling.David Aspinall
1999-11-16Strip CRs from minibuf messages for FSF's sake to remove ^Js. Attempt to ↵David Aspinall
fix 'no-catch for exited tag' buglet.
1999-11-16Not strictly necessary to set proof-goal-command-regexpDavid Aspinall
1999-11-16Second version of easy-config, without defvaralias use.David Aspinall
1999-11-16Fix type of proof-completed-proof-behaviour.David Aspinall
1999-11-16Working version of easy-config.David Aspinall
1999-11-16Turn debug messages off by default.David Aspinall
1999-11-16Added proof-mouse-goto-point, moved proof-mouse-track-insert to proof-scriptDavid Aspinall
1999-11-16Set version tag for new release.David Aspinall
1999-11-16Fix for proof-minibuffer-cmd. Remove old keybindings.David Aspinall
1999-11-16Note about how to use demoisa and isar instances. Other commentsDavid Aspinall
1999-11-16Added proof-string-match-safe and proof-stringfn-match (also safe)David Aspinall
1999-11-16Preliminary, not for 3.0.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-16Docstrings, bug report msg. Added proof-warn-if-unset.David Aspinall
1999-11-16Fix to shell filter for non-wakeup char instances of PG.David Aspinall
Fix to proof-shell-insert-loopback-cmd for pbp. Don't call pbp-make-top-span if proof-goal-hyp-fn is unset. Remove extra newline in goals output. Removed some dead code. Made code robust against more settings being unset. Added menu to goals buffer. Set key "q" in response and goals buffers to bury-buffer. Quit timeout variable.
1999-11-16New settings for generic count-undos code:David Aspinall
proof-non-undoables-regexp, proof-ignore-for-undo-count, Added proof-shell-quit-timeout Deprecate brand new setting proof-goals-display-qed-message. Improved docstrings, changed some defaults to useful values.
1999-11-15Splash time=2, trying to unify FSF and XEmacs.David Aspinall
1999-11-15docstringDavid Aspinall
1999-11-15Repaired FSF font-locking. Define toggler for output hilite enable.David Aspinall
1999-11-15Fixed mistake in function names. Tidied menus a bitDavid Aspinall
1999-11-15Fixes for FSF overlay obscurity.David Aspinall
1999-11-15Set version tag for new release.David Aspinall
1999-11-15Moved proof-switch-to-buffer here from proof-script.elDavid Aspinall
1999-11-15Moved code for user-commands to proof-script.el.David Aspinall
1999-11-15proof-grab-lock calls proof-shell-ready-prover with queuemode arg. ↵David Aspinall
Docstring and debug msgs