aboutsummaryrefslogtreecommitdiff
path: root/doc/PG-adapting.texi
AgeCommit message (Collapse)Author
2021-04-16omit proofs: emit warning on nested proofs and continueHendrik Tews
2021-04-16omit proofs feature documented in PG-adaptingHendrik Tews
2021-03-17Remove evaluate-elisp-comment-regexp and set-elisp-variable-regexpClément Pit-Claudel
Closes GH-557.
2021-01-31update manuals with make magicHendrik Tews
2021-01-31fix make magic problem from 2018Hendrik Tews
this problem was introduced in a921439a4eb5b0d96182748e779c78e2f6a41a5f
2020-06-04New hook for early prompt/output analyzis.Pierre Courtieu
proof-state-change-pre-hook happens earlier than proof-state-change-hook, i.e. before proof-done-advancing. This should be used to register information in the currently processed span before proof-done-advancing classifies it. Historically PG design was to gather these information during proof-done-advancing (or in its hook called at the end) by just looking at the command statement. But it is often useful to look at the output (messages and/or prompt) to gather more accurate information. Some of this information may be needed DURING proof-done-advancing. Hence this early hook.
2018-08-23Update Info dir file (so there’s no unwanted line break)Erik Martin-Dorel
2018-08-22Bump version from 4.4.1~pre to 4.5-gitErik Martin-Dorel
This commit ensures the version number is (version-to-list)-compliant.
2018-08-22Set the minimal supported version of emacs to 24.3 instead of 24.4Erik Martin-Dorel
This agrees with the minimal version of GNU Emacs currently tested by Travis CI, as well as with the version packaged in Ubuntu 14.04 LTS Reference: https://github.com/ProofGeneral/PG/issues/368#issuecomment-397561986
2017-01-19save settings not defined with defpacustom (fixes #142)Hendrik Tews
- infrastructure for saving/resetting customizations not defined with defpacustom - improve Coq -> Auto Compilation menu - polish documentation and manual
2016-09-19Bump version number for next release cycle.Erik Martin-Dorel
2016-09-18Update the documentation and prepare the release 4.4.Erik Martin-Dorel
2016-09-18Comment-out the rcsid ($Id$) that dates from CVS.Erik Martin-Dorel
2016-07-23Run "make magic" to update texi comments from elisp docstrings.Erik Martin-Dorel
2015-03-13Update dates for release next monthDavid Aspinall
2015-01-05Fix crossref broken by newline. Remove custom fontDavid Aspinall
2013-07-17Fix image nameDavid Aspinall
2013-01-28Update timestampesDavid Aspinall
2013-01-21- implement proof-script insertionHendrik Tews
2013-01-20- implement retract from prooftreeHendrik Tews
2013-01-17- support Grab Existential Variables for ProoftreeHendrik Tews
- protocol change, but stay at version 3
2013-01-10fix parallel overlapping calls of proof-shell-filterHendrik Tews
2012-11-14update documentationHendrik Tews
2012-05-29- erase invalid coq-load-path entry format '("dir")Hendrik Tews
- check if coq-load-path is well-formed - update documentation
2012-01-19TypoDavid Aspinall
2012-01-10Add documentation for proof-shell-trace-output-regexp (Trac #432) andDavid Aspinall
proof-shell-interactive-prompt-regexp (ref Trac #430)
2012-01-05Update variable docs. Use HOL Light instead of HOL98.David Aspinall
2012-01-03merge ProofTreeBranch into main trunk:Hendrik Tews
- add support for proof-tree displays (currently Coq only) - new file generic/proof-tree.el contains generic code - Coq specific code has been added to coq/coq.el Changes to existing Proof General functions: - proof-shell-exec-loop and proof-shell-filter-manage-output call proof-tree display functions, when the proof-tree display is on - proof-shell-exec-loop returns t if proof-action-list is empty _or_ contains only items for updating the proof-tree - proof-shell-should-be-silent returns nil when the proof-tree display is on - coq-last-prompt-info, coq-last-prompt-info-safe return as additional 4th element the name of the current proof
2011-10-14Bump doc version numbers to 4.2pre.David Aspinall
2011-10-03Update dates and versionsDavid Aspinall
2011-09-15-add support for -R and -I -as in coq-load-pathHendrik Tews
-improve documentation (and reorder stuff)
2011-06-10Update dates, magic.David Aspinall
2011-05-16Update docstringsDavid Aspinall
2011-05-12Update docstring magicDavid Aspinall
2011-05-05Restore front page scary image. Update datesDavid Aspinall
2011-05-05- flushed proof-done-advancing-require-function andHendrik Tews
proof-shell-require-command-regexp - TAGS updated to really flush them
2011-04-26Update magic, tweak Makefile to make sure magic uses source .elsDavid Aspinall
2011-03-14- change to proof-restart-buffers for unlocking ancestorsHendrik Tews
- improve internal docs for unlocking
2011-02-14put coq compilation feature into coq settings menuHendrik Tews
2011-01-26- more info on the elements of proof-action-list; the COMMANDSHendrik Tews
list in it should be concatenated with (mapconcat 'identity COMMANDS " "), which is not the case proof-shell-insert.
2011-01-23Documentation updatesDavid Aspinall
2011-01-19Update date stampsDavid Aspinall
2011-01-18- implemented coq-lock-ancestors as described in the docs alreadyHendrik Tews
2011-01-14- move proof-no-fully-processed-buffer to generic/proof-configHendrik Tews
- add documentation for it - add a test case demonstrating it in coq/ex/test-cases/retract-completely-asserted
2010-10-10Update magicDavid Aspinall
2010-10-01Document query identifierDavid Aspinall
2010-10-01Update magic, release datesDavid Aspinall
2010-08-27Update magicDavid Aspinall
2010-08-23Update to use @dircategory and @direntry for infoDavid Aspinall
2010-08-15Fix menu/node order inside internal chapterDavid Aspinall