aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
1999-09-27Set version tag for new release.David Aspinall
1999-09-27Changed button order.David Aspinall
1999-09-23DocstringsDavid Aspinall
1999-09-23Added menu binding for finding theorems.David Aspinall
Added extra doc strings to hair macro definitions of functions.
1999-09-23Set version tag for new release.David Aspinall
1999-09-23Added proof-find-theorems and some hairy macros to define related commands.David Aspinall
1999-09-23Added implementation of proof-toolbar-findDavid Aspinall
1999-09-23Trivial.David Aspinall
1999-09-23Added proof-find-theorems-command setting.David Aspinall
1999-09-22Set version tag for new release.David Aspinall
1999-09-22DocstringsDavid Aspinall
1999-09-22proof-completed-regexp: match number 1 is response text;Makarius Wenzel
1999-09-22Bug in command button for toolbar.David Aspinall
1999-09-22Added interval timer to reduce flickeriness of refresh.David Aspinall
However, this is faulty: seems to be a race condition somewhere so that refreshing clears the "refresh wanted" flag, but the toolbar suggests that the proof process is busy when it isn't.
1999-09-22Whitespace.David Aspinall
1999-09-22Added find and help buttons. Find does nothing at the moment.David Aspinall
Added proof-toolbar-refresh to after-change-functions. Makes for a flickery toolbar, unfortunately.
1999-09-22CommentsDavid Aspinall
1999-09-22Button name changeDavid Aspinall
1999-09-22WhitespaceDavid Aspinall
1999-09-21Set version tag for new release.David Aspinall
1999-09-21Improved docstrings for regexp vars.David Aspinall
1999-09-21Comment fix.David Aspinall
Fix for FSF Emacs.
1999-09-21Robustification so that new instances are easier to addDavid Aspinall
(allowed a bunch of regexps to be unset, safely).
1999-09-21proof-shell-grab-lock runs proof-state-change-hook.David Aspinall
This results in some flickering of the toolbar (buttons disabled while region is pink), but is The Right Thing. Removed "Inferior" from buffer names.
1999-09-21Add and remove proof-toolbar-refresh to/from proof-state-change-hook.David Aspinall
Simplified many of the toolbar functions to be aliases, and remove explicit check on enabler condition [although may want to add this back in uniformly to allow toolbar buttons to be called elsewhere?].
1999-09-21Call proof-state-change-hook after asserting and retracting.David Aspinall
1999-09-21Callback for proof-shell-done-invisible now runs proof-state-change-hook.David Aspinall
1999-09-21Added proof-state-change-hook for toolbar enabler refreshing.David Aspinall
Comments and variable ordering tweaked.
1999-09-13Removed proof-shell-completed added to eval-when-compile by mistake.David Aspinall
1999-09-13Added function to refresh toolbarDavid Aspinall
1999-09-13Added callbacks to refresh toolbarDavid Aspinall
1999-09-13Changed peculiar message to something slightly less peculiarDavid Aspinall
1999-09-13Set version tag for new release.David Aspinall
1999-09-13Experimental fix for proof-shell-completed flag clearing.David Aspinall
1999-09-13Added new toolbar buttons, streamlined code to work from a tableDavid Aspinall
1999-09-13Added proof-terminal-string to proof-execute-minibuffer-cmd.David Aspinall
1999-09-13Removed transparent gif from splash screen because XEmacs can'tDavid Aspinall
display it nicely.
1999-09-13docstring improvements for proof-guess-command-nameDavid Aspinall
1999-09-13Made a release (ProofGeneral.spec, proof-site.el, download.phtml)David Aspinall
Makefile.devel: fixed fakerelease doc/Makefile: Don't attempt page rearrangement if dviutils not present
1999-09-13Fix so that buffer names are shorter (esp for Coq).David Aspinall
A fixed version of Patrick's earlier patch.
1999-09-09tuned x-symbol setup (DvO);Makarius Wenzel
1999-09-03da: improved comment;Makarius Wenzel
1999-08-27Set version tag for new release.David Aspinall
1999-08-24Set version tag for new release.David Aspinall
1999-08-24Attempted fix of FSFmacs problem, left as commentDavid Aspinall
1999-08-24DocstringDavid Aspinall
1999-08-23FIXME to add menu to goals buffer, to match response buffer menu.David Aspinall
1999-08-23Disable properly if x-symbol is not available.David Aspinall
1999-08-23Integrated patch from David von Oheimb.David Aspinall
1999-08-23Fix for toolbar disable for FSF Emacs.David Aspinall