aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-toolbar.el
AgeCommit message (Collapse)Author
2000-03-19Added menu entry for proof-undo-and-delete-last-successful-commandDavid Aspinall
2000-03-09Edited a tooltip.David Aspinall
1999-11-23Rearrange comments.David Aspinall
1999-11-22Moved goto button.David Aspinall
1999-11-19Added goto buttonDavid Aspinall
1999-11-15Moved code for user-commands to proof-script.el.David Aspinall
1999-11-10Reorganized user options. Special new code for boolean settings.David Aspinall
1999-11-09Generic support for x-symbol tuned up.David Aspinall
1999-11-08Copyright messages updated.David Aspinall
1999-10-15FIRST ATTEMPT AT CANY QUEUE HANDLING. Extending regions when advancing patch.David Aspinall
1999-10-12Added proof-toolbar-use-enablers setting, and automaticallyDavid Aspinall
disable enablers if < XEmacs 21.
1999-10-06after-change-functions only changed locally, only for script buffers.David Aspinall
1999-10-06FIXME addedDavid Aspinall
1999-10-06Added proof-retract-buffer symmetric to proof-process-buffer.David Aspinall
Added question to user when switching scripting buffer, and new option proof-auto-retract-other-buffers to disable question. This reimplements the old "steal scripting?" idea.
1999-10-01Renamed some configuration variables for uniformity, see CHANGES.David Aspinall
1999-10-01Added interrupt button to toolbarDavid Aspinall
1999-10-01Fix toolbar in wrong buffer bug; delete defunct itimers.David Aspinall
1999-09-29Menu name.David Aspinall
1999-09-28More reorganizing of menus and keybindings with aim of usability in mind.David Aspinall
1999-09-28Reorganization of menus: made a single menu but flattened Scripting submenu.David Aspinall
1999-09-28Made Scripting menu entry item on menubar.David Aspinall
1999-09-28Longer menu names, allowed some toolbar items to be omitted from menu.David Aspinall
1999-09-27Changed button order.David Aspinall
1999-09-23Added implementation of proof-toolbar-findDavid Aspinall
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-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-22Button name changeDavid Aspinall
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-13Added function to refresh toolbarDavid Aspinall
1999-09-13Added new toolbar buttons, streamlined code to work from a tableDavid Aspinall
1999-05-11Add toggle for proof toolbar to menuDavid Aspinall
1998-12-17Updated docstring.David Aspinall
1998-12-15made many minor changes to the documentationThomas Kleymann
1998-12-11Removed check for proof script buffer from retraction enabler.David Aspinall
1998-12-10Changed name of proof-toolbar-inhibit variable for uniformity.David Aspinall
1998-11-25Toolbar tip for restart changed.David Aspinall
1998-11-25Docstring fixes, minor improvements.David Aspinall
1998-11-20Reimplemented functions to shut down and restart proof process.David Aspinall
Scrapped proof-shell-exit-hook. Added proof-shell-quit-cmdd, proof-shell-restart-comd Fancier Scripting indicator for active scripting buffer.
1998-11-20BIG CHANGES -- SORRY!David Aspinall
Replaced proof-script-buffer-list with proof-script-buffer. The list was causing too much confusion and nasty bugs used with Isabelle multiple files. Implemented proof-script-buffers and proof-restart-all-buffers, other functions.
1998-11-03Added menu made from toolbar commands, called "Scripting".David Aspinall
Made file FSF GNU Emacs compatible.
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-29More hacks to variable names for customize (sorry)David Aspinall
1998-10-28Added proof-toolbar-follow-mode user option and functions to supportDavid Aspinall
it. Removed require on proof-shell from proof-toolbar.
1998-10-27Begun work on clean byte compilation / clarifying interfaces.David Aspinall
1998-10-26proof-check-process-available replaced by *two* functions:David Aspinall
proof-activate-scripting proof-shell-ready-prover
1998-10-22Added todo for clean byte compileDavid Aspinall
1998-10-21o Improved error messagesThomas Kleymann
o Fixed bug in proof-toolbar-next
1998-10-18relaxed conditions in light of new multiple files supportThomas Kleymann
1998-10-18Reimplemented multiple file proof developmentsThomas Kleymann