aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-11-18Added isa-update function. Altered settings.David 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-18Changes for better testingDavid Aspinall
1998-11-18Fixed 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-18Added 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 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-18Added clear_response_buffer regexp, use_thy_and_update now in ProofGeneralDavid Aspinall
1998-11-18Improvements and cleanups:David Aspinall
. Put functions into ProofGeneral structure . Annotations around ordinary output appear before cr's . Added clear_response_buffer functionw . Added special_theories to avoid looking up filenames of theories which don't have them
1998-11-18Added notes of default values for user options.David Aspinall
1998-11-18new file to factor out improved theory reader junk.David Aspinall
1998-11-12Added section on theory files to Isabelle chapterDavid Aspinall
1998-11-12Minor fixes/improvementsDavid Aspinall
1998-11-12Bug in regexpDavid 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-12More re-ordering to move important stuff up the listDavid Aspinall
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-12Fixed error regexpDavid Aspinall
1998-11-12Added "Changing faces" section.David Aspinall
Added documentation for proof-auto-delete-windows.
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-12Note about atrocious performance of proof-sement-up-to, even when compiled.David Aspinall
1998-11-12Reorganized.David Aspinall
1998-11-12Fixed a regexp.David Aspinall
1998-11-12Fixed bug with find-next-terminator.David Aspinall
1998-11-12Added note about removing proof-goal-command-pDavid Aspinall
1998-11-12Added setting for proof-goal-command-regexpDavid 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-12Replaced custom-set-variables with customize-set-variable:David Aspinall
the first one sets the *saved* value for variables, rather than default values.
1998-11-12Removed some Emacs jargon from features list.David Aspinall
1998-11-10Set version tag for new release.David Aspinall
1998-11-10added entry to convert dvi into ps.Thomas Kleymann
1998-11-10Added doc to short term improvements. It won't be good for 2.0, 8-(.David Aspinall
1998-11-10Disabled problematic requires temporarily.David Aspinall
1998-11-10Added buffers menu, and added shared menu to shell and response buffers.David Aspinall
1998-11-10Added X idea for using indirect buffers.David Aspinall
1998-11-10Removed references of proof-shell-noise-regexpThomas Kleymann
1998-11-10(briefly) documented problem with sections in CoqThomas Kleymann
1998-11-10documented problem with Discharge in LEGOThomas Kleymann
1998-11-10Fixed bug for when proof-rsh-command is emptyDavid Aspinall
1998-11-10Changed text ready for 2.0 releaseDavid Aspinall