aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
AgeCommit message (Collapse)Author
1998-11-10Removed references of proof-shell-noise-regexpThomas Kleymann
1998-11-09Added proof-rsh-command to help complete documentation (was allocatedDavid Aspinall
to tms but he said he wouldn't get around to it)
1998-11-09Added proof-script-indent user option, to enable indentation code.David Aspinall
Disabled by default. May be activated by particular proof assistants if they feel confident about it. I don't. Made proof-indent be autoloaded as needed. Lets pray it won't be.
1998-11-09Added proof-strict-read-only, probably a handy new user-option.David Aspinall
Side effect is that it's default value of nil for FSF Emacs avoids the font lock problem with span-read-only for FSF Emacs. XEmacs does not have the warning message implemented yet.
1998-11-03Being pedantic about variables versus predicates, renamed prog-name-ask-p.David Aspinall
1998-11-03Customization group and type fixesDavid Aspinall
1998-11-03Improved docstringsDavid Aspinall
1998-11-03Promoted proof-window-dedicated to be a user option, andDavid Aspinall
renamed it [to reserve -p only for functions (predicates)].
1998-11-03fixed bug with font-lock face namesThomas 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-30implemented new buffer model. The goals buffer is now exclusivelyThomas Kleymann
reserved for goals.
1998-10-29Clarifying comment about obscure variable addedDavid Aspinall
1998-10-29More hacks to variable names for customize (sorry)David Aspinall
1998-10-29Added prefixes in custom defgroups.David Aspinall
1998-10-28Added customize group for Proof General faces and fixed otherDavid Aspinall
groups in proof-config.
1998-10-27Continuing mods for cleaner byte compileDavid Aspinall
1998-10-27Made handling of multiple files more robust. On changing scriptThomas Kleymann
buffers, we invoke (save-some-buffers). Furthermore, we warn the user if modified buffers have been read in by the proof assistant.
1998-10-27Fixed up proof-script.el for clean byte compileDavid Aspinall
1998-10-27typoDavid Aspinall
1998-10-27Moved pbp-goal-command and pbp-hyp-command to proof-config.Moved LEGO specifix.David 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-23Added note about mode symbolsDavid Aspinall
1998-10-23Added proof-mode-for-script setting.David Aspinall
1998-10-23Replaced remaining face defs with defface calls.David Aspinall
Removed font-lock-<newface> with proof-<newface> so we know where things come from and won't break future font locks.
1998-10-22Added deffaces to proof-configDavid Aspinall
1998-10-22Added todo for clean byte compileDavid Aspinall
1998-10-22Split proof.el into proof-config.el, proof-script.el, proof-shell.elDavid Aspinall