| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-11-25 | FSF Emacs fix for buffer-file-truename, which is the | David Aspinall | |
| *abbreviated* form of file-truename! | |||
| 1998-11-25 | Compile clean-ups. | David Aspinall | |
| 1998-11-25 | Improved kill function. Added process sentinel to watch for process exiting. | David Aspinall | |
| 1998-11-25 | Replaced proof-pbp-buffer with proof-goals-buffer. | David Aspinall | |
| 1998-11-25 | Rearranged order of regexps, added *emphasised* markup case. | David Aspinall | |
| 1998-11-25 | Note about window dedicated problem. | David Aspinall | |
| 1998-11-25 | Added "start proof assistant" menu option | David Aspinall | |
| 1998-11-25 | Toolbar tip for restart changed. | David Aspinall | |
| 1998-11-25 | In 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-25 | Docstring improvements. | David Aspinall | |
| Made default for proof-window-dedicated be nil because of problems with multi frame stuff. | |||
| 1998-11-25 | Use make-local-hook instead of make-local-variable | David Aspinall | |
| 1998-11-25 | Made default proof-auto-delete-windows=nil again, it's too unpredictable. | David Aspinall | |
| 1998-11-25 | fixed up newlines in @lisp environments. | David Aspinall | |
| 1998-11-25 | Fixed up exit hook (still buggy) | David Aspinall | |
| 1998-11-25 | Improved error handling in proof-deactivate-scripting since | David Aspinall | |
| it's used in a kill hook. | |||
| 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 | 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 | Improved docstrings | David Aspinall | |
| 1998-11-25 | Added syntax table stuff | David Aspinall | |
| 1998-11-25 | Docstring fixes | 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 | 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 | 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-18 | Buggy default for proof-mode-for-script | 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 | . 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 | |
| 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-18 | Added optional argument to proof-ids for non-comma separators. | David Aspinall | |
| 1998-11-12 | In a fit of autocracy, removed proof-tags-support, binding for | David 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-12 | Added Goals buffer to buffers menu -- I forgot it\! | David Aspinall | |
| 1998-11-12 | Rashly fixed a suspicious looking nested use of set-buffer. Docstrings. | David Aspinall | |
| 1998-11-12 | Added proof-auto-delete-windows user option. | David Aspinall | |
| 1998-11-12 | Minor improvement to atrocious performance of proof-sement-up-to. | David Aspinall | |
| 1998-11-12 | Fixed bug with find-next-terminator. | David Aspinall | |
| 1998-11-12 | Renamed 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. | |||
