aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2006-08-25 09:54:48 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2006-08-25 09:54:48 +0000
commit62dacef3e83b2b95068337ba894c89176265cc09 (patch)
tree8f0f958e9dd6e3bd3f1bf3ffc4c3c4bd708f24a3 /coq/CHANGES
parent6c3cc40c3ef7972402eb066cf7d914b584494d5e (diff)
Changed default coq version (8.1)
Small fixes in docstrings.
Diffstat (limited to 'coq/CHANGES')
-rw-r--r--coq/CHANGES20
1 files changed, 16 insertions, 4 deletions
diff --git a/coq/CHANGES b/coq/CHANGES
index 75f48493..0217df63 100644
--- a/coq/CHANGES
+++ b/coq/CHANGES
@@ -2,7 +2,9 @@
* Summary of Changes for coq / Proof General 3.7
-*** Much better PG/Coq synchronizing system
+*** No more support for coq 7.x
+
+*** Much better PG/Coq synchronizing system for coq >= 8.1
Synchronization is not based on script parsing anymore, which
makes it much more reliable.
@@ -11,7 +13,12 @@
coq-user-state-changing-commands and others anymore (was needed
for your own tactics/commands). See next point.
-*** new variables coq-user-commands-db and coq-user-tactics-db
+ Coq v8.0 is still supported, if for some reason PG does not see
+ that your coq version is a 8.0 (read *Message* after loading a .v
+ file), then set variable coq-version-is-V8-0 to t in your emacs
+ init file. Otherwise PG will hang at first line when scripting.
+
+*** New variables coq-user-commands-db and coq-user-tactics-db
User defined tactics/commands information. See C-h v coq-syntax-db
for syntax. It is not necessary to add your own tactics here (it is
@@ -21,13 +28,18 @@
1 your tactics/commands will be colorized by font-lock
2 your tactics/commands will be added to the menu and to completion
- when calling \\[coq-insert-tactic/command] (see below)
+ when calling coq-insert-tactic/command (see below)
3 you may define an abbreviation for your tactic/command.
*** Much better indentation
-*** better font-lock coloration
+ Faster.
+
+ indent-region won't touch comments, but indenting comments with
+ tab (indent-according-to-mode) will.
+
+*** Better font-lock coloration
*** new coq-insert-tactic and coq-insert-command function