| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-16 | omit proofs: emit warning on nested proofs and continue | Hendrik Tews | |
| 2021-04-16 | omit proofs feature documented in PG-adapting | Hendrik Tews | |
| 2021-03-17 | Remove evaluate-elisp-comment-regexp and set-elisp-variable-regexp | Clément Pit-Claudel | |
| Closes GH-557. | |||
| 2021-01-31 | update manuals with make magic | Hendrik Tews | |
| 2021-01-31 | fix make magic problem from 2018 | Hendrik Tews | |
| this problem was introduced in a921439a4eb5b0d96182748e779c78e2f6a41a5f | |||
| 2020-06-04 | New 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-23 | Update Info dir file (so there’s no unwanted line break) | Erik Martin-Dorel | |
| 2018-08-22 | Bump version from 4.4.1~pre to 4.5-git | Erik Martin-Dorel | |
| This commit ensures the version number is (version-to-list)-compliant. | |||
| 2018-08-22 | Set the minimal supported version of emacs to 24.3 instead of 24.4 | Erik 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-19 | save 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-19 | Bump version number for next release cycle. | Erik Martin-Dorel | |
| 2016-09-18 | Update the documentation and prepare the release 4.4. | Erik Martin-Dorel | |
| 2016-09-18 | Comment-out the rcsid ($Id$) that dates from CVS. | Erik Martin-Dorel | |
| 2016-07-23 | Run "make magic" to update texi comments from elisp docstrings. | Erik Martin-Dorel | |
| 2015-03-13 | Update dates for release next month | David Aspinall | |
| 2015-01-05 | Fix crossref broken by newline. Remove custom font | David Aspinall | |
| 2013-07-17 | Fix image name | David Aspinall | |
| 2013-01-28 | Update timestampes | David Aspinall | |
| 2013-01-21 | - implement proof-script insertion | Hendrik Tews | |
| 2013-01-20 | - implement retract from prooftree | Hendrik Tews | |
| 2013-01-17 | - support Grab Existential Variables for Prooftree | Hendrik Tews | |
| - protocol change, but stay at version 3 | |||
| 2013-01-10 | fix parallel overlapping calls of proof-shell-filter | Hendrik Tews | |
| 2012-11-14 | update documentation | Hendrik 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-19 | Typo | David Aspinall | |
| 2012-01-10 | Add documentation for proof-shell-trace-output-regexp (Trac #432) and | David Aspinall | |
| proof-shell-interactive-prompt-regexp (ref Trac #430) | |||
| 2012-01-05 | Update variable docs. Use HOL Light instead of HOL98. | David Aspinall | |
| 2012-01-03 | merge 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-14 | Bump doc version numbers to 4.2pre. | David Aspinall | |
| 2011-10-03 | Update dates and versions | David Aspinall | |
| 2011-09-15 | -add support for -R and -I -as in coq-load-path | Hendrik Tews | |
| -improve documentation (and reorder stuff) | |||
| 2011-06-10 | Update dates, magic. | David Aspinall | |
| 2011-05-16 | Update docstrings | David Aspinall | |
| 2011-05-12 | Update docstring magic | David Aspinall | |
| 2011-05-05 | Restore front page scary image. Update dates | David Aspinall | |
| 2011-05-05 | - flushed proof-done-advancing-require-function and | Hendrik Tews | |
| proof-shell-require-command-regexp - TAGS updated to really flush them | |||
| 2011-04-26 | Update magic, tweak Makefile to make sure magic uses source .els | David Aspinall | |
| 2011-03-14 | - change to proof-restart-buffers for unlocking ancestors | Hendrik Tews | |
| - improve internal docs for unlocking | |||
| 2011-02-14 | put coq compilation feature into coq settings menu | Hendrik Tews | |
| 2011-01-26 | - more info on the elements of proof-action-list; the COMMANDS | Hendrik Tews | |
| list in it should be concatenated with (mapconcat 'identity COMMANDS " "), which is not the case proof-shell-insert. | |||
| 2011-01-23 | Documentation updates | David Aspinall | |
| 2011-01-19 | Update date stamps | David Aspinall | |
| 2011-01-18 | - implemented coq-lock-ancestors as described in the docs already | Hendrik Tews | |
| 2011-01-14 | - move proof-no-fully-processed-buffer to generic/proof-config | Hendrik Tews | |
| - add documentation for it - add a test case demonstrating it in coq/ex/test-cases/retract-completely-asserted | |||
| 2010-10-10 | Update magic | David Aspinall | |
| 2010-10-01 | Document query identifier | David Aspinall | |
| 2010-10-01 | Update magic, release dates | David Aspinall | |
| 2010-08-27 | Update magic | David Aspinall | |
| 2010-08-23 | Update to use @dircategory and @direntry for info | David Aspinall | |
| 2010-08-15 | Fix menu/node order inside internal chapter | David Aspinall | |
