aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
1998-11-25FSF Emacs fix for buffer-file-truename, which is theDavid Aspinall
*abbreviated* form of file-truename!
1998-11-25Compile clean-ups.David Aspinall
1998-11-25Improved kill function. Added process sentinel to watch for process exiting.David Aspinall
1998-11-25Replaced proof-pbp-buffer with proof-goals-buffer.David Aspinall
1998-11-25Rearranged order of regexps, added *emphasised* markup case.David Aspinall
1998-11-25Note about window dedicated problem.David Aspinall
1998-11-25Added "start proof assistant" menu optionDavid Aspinall
1998-11-25Toolbar tip for restart changed.David Aspinall
1998-11-25In filter: minor improvement for when proof-shell-wakeup-char is set.David Aspinall
In proof-shell-handle-error: Make action list empty to prevent proof shell filter seeing same error over and over in case user types directly in shell buffer after an error.
1998-11-25Docstring improvements.David Aspinall
Made default for proof-window-dedicated be nil because of problems with multi frame stuff.
1998-11-25Use make-local-hook instead of make-local-variableDavid Aspinall
1998-11-25Made default proof-auto-delete-windows=nil again, it's too unpredictable.David Aspinall
1998-11-25fixed up newlines in @lisp environments.David Aspinall
1998-11-25Fixed up exit hook (still buggy)David Aspinall
1998-11-25Improved error handling in proof-deactivate-scripting sinceDavid Aspinall
it's used in a kill hook.
1998-11-25Docstring fixes, minor improvements.David Aspinall
1998-11-25more improvements, docstring fixes.David Aspinall
1998-11-25Wrote proof-deactiveate-scripting command for turning off scriptingDavid Aspinall
in the current buffer, automatically. Improved kill buffer hook for script buffers. Docstring fixes.
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.