aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
1998-11-25docstring fixes and alterations.David Aspinall
Directory variables are no longer user options.
1998-11-25tweaks to regexps; added automatic mention of default values for userDavid Aspinall
options, markup for 'symbols and back-forward quoted `text'. Allowed parsing to continue from partway through a previous match.
1998-11-25changed keybinding suggested at start to work for AUC TeX's texinfo mode.David Aspinall
1998-11-25Moved some settings to proof-config.David Aspinall
1998-11-25Added some more settings, moved some around, improved docstrings.David Aspinall
1998-11-25Improved docstringsDavid Aspinall
1998-11-25Added syntax table stuffDavid Aspinall
1998-11-25Docstring fixesDavid Aspinall
1998-11-25Magic docstring -> texi conversion.David Aspinall
1998-11-20Set version tag for new release.David Aspinall
1998-11-20Minor cleanupsDavid 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-18Buggy default for proof-mode-for-scriptDavid Aspinall
1998-11-18proof-done-retracting: changed delete-region to kill-region afterDavid Aspinall
Martin Hofmann's suggestion.
1998-11-18Bug fix: proof-undo-last-successful-command has silent failure forDavid Aspinall
empty locked region.
1998-11-18proof-response-buffer-display: Move point to the end of the bufferDavid Aspinall
after all. It can get moved by the display functions.
1998-11-18 . Changed behaviour of retracting current scripting buffer:David Aspinall
now it *nukes* proof-script-buffer-list (possibly unecessarily). Before, current scripting buffer was silently preserved in case it was retracted, but this means that proof-activate-scripting-hook was not run when scripting was begun again in the buffer, which left PG in an inconsistent state with respect to included files (in Isabelle). URGENT: must check this is okay with LEGO.
1998-11-18 . Bug fix: moved proof-mark-buffer-atomic from proof-mode body toDavid Aspinall
proof-config-done, since it relies on some configuration being set! . Removed test for script buffer in proof-unprocessed-begin to allow non-script buffers to be properly recognized as being locked. . Proof restart script now works on all included files, not just those in the proof-script-buffer-list. This means non script buffers are correctly unlocked when scripting is restarted. . Bug fix in proof-register-possibly-new-processed-file to mark buffer atomic according to the comment (previously failed if proof-script-buffer-list happened to be empty) . Bug fix so proof-undo-last-successful-command fails silently on buffer without locked regions.
1998-11-18Improved proof-clean-buffer. Now only deletes windows in currentlyDavid Aspinall
selected frame. Changed default proof-auto-delete-windows value back to t.
1998-11-18improvements to docstrings and defcustoms.David Aspinall
added proof-shell-clear-response-regexp
1998-11-18Bug fix and adjustments in proof-response-buffer-displayDavid Aspinall
1998-11-18Removed proof-response-buffer-display from byte compile autoloadsDavid Aspinall
1998-11-18 . bug fix for proof-shell-live-buffer.David Aspinall
. bug fix for proof-shell-filter for case that prompt isn't seen in first output chunk. . bug fix of handling urgent messages in delayed output: skip past the last one seen. Previously messages were put into the response buffer *twice* (first time highlighted). Don't clear the response buffer between urgent messages and delayed output within the same prompt-delimited region. . big improvement of display handling for response buffer, via new function proof-shell-maybe-erase-response. . added proof-shell-clear-response-regexp . docstring fixes.
1998-11-18Added optional argument to proof-ids for non-comma separators.David Aspinall
1998-11-12In a fit of autocracy, removed proof-tags-support, binding forDavid Aspinall
M-tab and appearance of Find Tags in PG menu. The menu entry already appears in Tools->Tags, and users should bind M-tab for themselves.
1998-11-12Added Goals buffer to buffers menu -- I forgot it\!David Aspinall
1998-11-12Rashly fixed a suspicious looking nested use of set-buffer. Docstrings.David Aspinall
1998-11-12Added proof-auto-delete-windows user option.David Aspinall
1998-11-12Minor improvement to atrocious performance of proof-sement-up-to.David Aspinall
1998-11-12Fixed bug with find-next-terminator.David Aspinall
1998-11-12Renamed proof-mode-name -> proof-general-name.David Aspinall
Reimplemented configuration for fume-menu. Now works for named goals, named saves, and (e.g. lego) both! Removed some FIXME's.
1998-11-10Set version tag for new release.David Aspinall
1998-11-10Added buffers menu, and added shared menu to shell and response buffers.David Aspinall
1998-11-10Removed references of proof-shell-noise-regexpThomas Kleymann
1998-11-10Fixed bug for when proof-rsh-command is emptyDavid Aspinall
1998-11-10Refresh response buffer when goals buffer is refreshed.Thomas Kleymann
1998-11-09Added docstringDavid Aspinall
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-09Added acknowledgements to doc. Removed from code.David Aspinall
1998-11-06(Failed) Attempt to recognize XEmacs with broken jpeg supportDavid Aspinall
1998-11-06Give error message when attempting to load a second instance of ProofDavid Aspinall
General, and give up loading. To save embarrasment in demos, 8-).
1998-11-04Set version tag for new release.David Aspinall
1998-11-03Being pedantic about variables versus predicates, renamed prog-name-ask-p.David Aspinall
1998-11-03Added docstringDavid Aspinall
1998-11-03Removed FIXMEDavid Aspinall
1998-11-03Customization group and type fixesDavid Aspinall
1998-11-03Func menu problems, note addedDavid Aspinall