aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-04 12:22:34 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2013-07-04 12:22:34 +0000
commit8dc8561b71646db2342d6aac86d654a386478219 (patch)
tree9b48043342f77a56231cd183ca321ad08b563602 /CHANGES
parent19c71e830997b7311ba612f02b31165971180291 (diff)
Fixing undeclared variables for compilation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 10d7c4c2..7a1d34b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,7 +30,7 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
*** Support for bullets, braces and Grab Existential Variables for Prooftree.
-*** Suuport for _Coqproject files
+*** Support for _Coqproject files
According to Coq documentation, it is advised to use coq_makefile
-f _CoqProject -o Makefile to build your Makefile automatically
@@ -46,6 +46,11 @@ the CVS ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
the use of local file variables (which remains possible and
overrides project file options).
+*** Automatic insertion of "as" clauses.
+
+ Should work for induction and destruct for now. Toggle this option
+ with Coq/Settings/Auto insert As.
+
* Changes of Proof General 4.2 from Proof General 4.1
** Generic/misc changes