aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-04-10 23:10:34 +0200
committerErik Martin-Dorel2020-04-10 23:13:26 +0200
commit1ef1286c43d4d099b3b017069ed09c261eb8b6ca (patch)
treefa1257a1492174659dc42d7e01dfed256b285f29 /CHANGES
parentbe9a8c86e0af408e7bd889040f344d314d5b6724 (diff)
docs: Update CHANGES after issue #479 and PR #480
* Make (coq-insert-intros) conditionnaly insert `move=>` or `intros`
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbe2e76d..013dc3be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -135,6 +135,11 @@ and the PG Trac http://proofgeneral.inf.ed.ac.uk/trac
between successive proof steps. See section 11.8 ("Showing
Proof Diffs") in the documentation.
+*** Support Ssreflect's proof style for inserting an intros tactic
+ when doing "C-c C-a TAB": PG inserts "move=> ..." if the current
+ file contains "Require ... ssreflect" on the same line; otherwise
+ PG inserts "intros ..." as before.
+
*** bug fixes
- avoid leaving partial files behind when compilation fails
- 123: Parallel background compliation fails to execute some