| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-11-25 | Improved error handling in proof-deactivate-scripting since | David Aspinall | |
| it's used in a kill hook. | |||
| 1998-11-25 | Updated. | David Aspinall | |
| 1998-11-25 | Docstring fixes, minor improvements. | David Aspinall | |
| 1998-11-25 | more improvements, docstring fixes. | David Aspinall | |
| 1998-11-25 | Wrote proof-deactiveate-scripting command for turning off scripting | David Aspinall | |
| in the current buffer, automatically. Improved kill buffer hook for script buffers. Docstring fixes. | |||
| 1998-11-25 | docstring fixes and alterations. | David Aspinall | |
| Directory variables are no longer user options. | |||
| 1998-11-25 | tweaks to regexps; added automatic mention of default values for user | David Aspinall | |
| options, markup for 'symbols and back-forward quoted `text'. Allowed parsing to continue from partway through a previous match. | |||
| 1998-11-25 | Separated function and variable indexes again. | David Aspinall | |
| Improved many section titles and cross references. Finished off Basic script management chapter Added proof-site.el documentation in Internals chapter. | |||
| 1998-11-25 | Updates | David Aspinall | |
| 1998-11-25 | Added header. | David Aspinall | |
| 1998-11-25 | changed keybinding suggested at start to work for AUC TeX's texinfo mode. | David Aspinall | |
| 1998-11-25 | Moved some settings to proof-config. | David Aspinall | |
| 1998-11-25 | Added some more settings, moved some around, improved docstrings. | David Aspinall | |
| 1998-11-25 | Emacs lovers become militant. | David Aspinall | |
| 1998-11-25 | Wrote Internals chapter. Added auto docstrings for config variables. | David Aspinall | |
| 1998-11-25 | Improved docstrings | David Aspinall | |
| 1998-11-25 | Added syntax table stuff | David Aspinall | |
| 1998-11-25 | Changed names of docstring magic stuff | David Aspinall | |
| 1998-11-25 | Docstring fixes | David Aspinall | |
| 1998-11-25 | clean does doc/clean too. | David Aspinall | |
| 1998-11-25 | Converted to use magic docstring comments. | David Aspinall | |
| 1998-11-25 | Magic docstring -> texi conversion. | David Aspinall | |
| 1998-11-20 | Set version tag for new release. | David Aspinall | |
| 1998-11-20 | Added RCS stamp to doc. | David Aspinall | |
| 1998-11-20 | Start of urgent messages | David Aspinall | |
| 1998-11-20 | Minor cleanups | David Aspinall | |
| 1998-11-20 | Reimplemented 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-20 | Improvements for multiple files and robustness: keep a copy of | David Aspinall | |
| the initial theory database state, and add a restart command. | |||
| 1998-11-20 | BIG 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-20 | Added some suggestions from Markus Wenzel | David Aspinall | |
| 1998-11-20 | Updated gifs. | David Aspinall | |
| 1998-11-20 | Aesthetic fixes. Added sections on tags and outline mode. | David Aspinall | |
| 1998-11-18 | Buggy default for proof-mode-for-script | David Aspinall | |
| 1998-11-18 | Made PROOF logo same width as GENERAL. Made both have transparent background. | David Aspinall | |
| 1998-11-18 | A few more | David Aspinall | |
| 1998-11-18 | Added NewDoc temporaries | David Aspinall | |
| 1998-11-18 | Improvements for multiple files. Now saves state specially for ProofGeneral. | David Aspinall | |
| 1998-11-18 | Added isa-update function. Altered settings. | David Aspinall | |
| 1998-11-18 | proof-done-retracting: changed delete-region to kill-region after | David Aspinall | |
| Martin Hofmann's suggestion. | |||
| 1998-11-18 | Bug fix: proof-undo-last-successful-command has silent failure for | David Aspinall | |
| empty locked region. | |||
| 1998-11-18 | proof-response-buffer-display: Move point to the end of the buffer | David Aspinall | |
| after all. It can get moved by the display functions. | |||
| 1998-11-18 | Changes for better testing | David Aspinall | |
| 1998-11-18 | Fixed problem with list_loaded_files and update(). | David Aspinall | |
| Now when doing use_thy, we don't do an update. Hopefully "following children are out of date" message will be superfluous because they will be unlocked already. Will be re-read as needed. Added update function. Fixed up implementation of list_parents. | |||
| 1998-11-18 | Added Proof General menu to theory file mode. | David Aspinall | |
| 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 to | David 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-18 | Improved proof-clean-buffer. Now only deletes windows in currently | David Aspinall | |
| selected frame. Changed default proof-auto-delete-windows value back to t. | |||
| 1998-11-18 | improvements to docstrings and defcustoms. | David Aspinall | |
| added proof-shell-clear-response-regexp | |||
| 1998-11-18 | Bug fix and adjustments in proof-response-buffer-display | David Aspinall | |
| 1998-11-18 | Removed proof-response-buffer-display from byte compile autoloads | David Aspinall | |
