aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-08 10:11:39 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-08 10:11:39 +0200
commit827de05d233b631f1dd6d50dc84698c15445ac00 (patch)
treee2d16c2a0433e9ec6da36b2b06b30d31dde6a730 /CHANGES
parentd651b97b23bb827aaaf109e9bf29da244cd41704 (diff)
parentbdb6ddfea5a823fa3a4e0d3e626ab71271656895 (diff)
Merge PR #7843: Remove Emacs modes
Diffstat (limited to '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