index
:
proof-general
master
Emacs plugins for proof management systems
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generic
/
proof-tree.el
Age
Commit message (
Expand
)
Author
2020-06-04
New hook for early prompt/output analyzis.
Pierre Courtieu
2018-12-13
Use `cl-lib` instead of `cl` everywhere
Stefan Monnier
2018-08-23
Fix most doc issues raised by (checkdoc)
Erik Martin-Dorel
2018-02-21
Update copyright messages and improve the header of elisp files.
Erik Martin-Dorel
2017-05-05
Change (eval-when (compile) ...) to (eval-when-compile ...)
Clément Pit--Claudel
2017-01-14
Fix prooftree for Coq 8.6
Hendrik Tews
2016-12-28
fix prooftree crash with long evar lines
Hendrik Tews
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
2013-01-15
- support bullets and braces in Prooftree
Hendrik Tews
2012-09-12
treat #450 by requiring that proofs are started with Proof
Hendrik Tews
2012-01-19
Typo
David Aspinall
2012-01-04
* fix case where some existential is instantiated with the last proof command
Hendrik Tews
2012-01-03
merge ProofTreeBranch into main trunk:
Hendrik Tews