aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-07-09 22:26:02 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-07-09 22:26:02 +0000
commit0c32a39131f62ff1b19f4395d28c057b64074eb6 (patch)
tree70b845d46d5bc0012c5d841de6bcc02ac3a00d13 /CHANGES
parent1859db80d88a5abd7dba87e686916347c5f57415 (diff)
Added completion to insert Require, based on coq-load-path.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 13 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 10e07512..d9b7dce8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,14 +21,20 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
** Coq changes
+*** Multiple file handling for Coq Feature.
+
+ No more experimental. Set coq-load-path to the list of directories
+ for libraries (you can attach it to the file using menu "coq prog
+ args").
+
*** Support proof-tree visualization
*** Indentation improvements using SMIE
Still experimental.
-** Limitations:
+**** Limitations:
-**** hard-wired precedence between bullets: - < + < *
+***** hard-wired precedence between bullets: - < + < *
example:
Proof.
- split.
@@ -40,10 +46,9 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
- auto.
Qed.
-**** Always use "Proof." when proving an "Instance".
- (wrong indentation and slow downs otherwise)
- As a general rule, try to always introduce a proof with "Proof."
- (or "Next Obligation").
+***** Always use "Proof." when proving an "Instance". (wrong
+ indentation and slow downs otherwise) As a general rule, try to
+ always introduce a proof with "Proof." (or "Next Obligation").
*** Minor parsing fixes
@@ -51,6 +56,8 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
*** New commands for Print/Check/Show with Printing All flag
+*** "Insert Requires" now uses completion based on coq-load-path
+
** HOL Light [WORK IN PROGRESS]
*** Basic support now works, see hol-light directory [WORK IN PROGRESS]