aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-06-20 15:15:41 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-07-08 00:14:07 +0200
commitbdb6ddfea5a823fa3a4e0d3e626ab71271656895 (patch)
treee2d16c2a0433e9ec6da36b2b06b30d31dde6a730
parent41d597866d4f79fe5109c25c6f5cc57d0ebf7f0f (diff)
Mention the removal of Emacs modes in CHANGES.
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 76e8f8929..689c1eff6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,7 +45,15 @@ Tools
COQFLAGS is now entirely separate from COQLIBS, so in custom Makefiles
$(COQFLAGS) should be replaced by $(COQFLAGS) $(COQLIBS).
-- Remove the gallina utility (extracts specification from Coq vernacular files).
+- Removed the gallina utility (extracts specification from Coq vernacular files).
+ If you would like to maintain this tool externally, please contact us.
+
+- Removed the Emacs modes distributed with Coq. You are advised to
+ use Proof-General <https://proofgeneral.github.io/> (and optionally
+ Company-Coq <https://github.com/cpitclaudel/company-coq>) instead.
+ If your use case is not covered by these alternative Emacs modes,
+ please open an issue. We can help set up external maintenance as part
+ of Proof-General, or independently as part of coq-community.
Vernacular Commands