diff options
author | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-06-20 15:15:41 +0200 |
---|---|---|
committer | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-07-08 00:14:07 +0200 |
commit | bdb6ddfea5a823fa3a4e0d3e626ab71271656895 (patch) | |
tree | e2d16c2a0433e9ec6da36b2b06b30d31dde6a730 | |
parent | 41d597866d4f79fe5109c25c6f5cc57d0ebf7f0f (diff) |
Mention the removal of Emacs modes in CHANGES.
-rw-r--r-- | CHANGES | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |