aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpboutill2011-11-20 20:03:21 +0000
committerpboutill2011-11-20 20:03:21 +0000
commit867db9d15b97d3ed558355284384aec77f74da22 (patch)
tree689a8b1e6e6d8a944d15b1f7ae0e84d4fbd81d1a
parent5ec2163ce648db25aba87f5208841397fd2e1b1c (diff)
CHANGES update
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14697 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index dd65cba390..e9b63db600 100644
--- a/CHANGES
+++ b/CHANGES
@@ -197,21 +197,25 @@ CoqIDE
- The Coqide parsing of sentences has be reworked and now supports
tactic delimitation via { }.
- Coqide now accepts the Abort command (wish #2357).
+- Coqide can read coq_makefile files as "project file" and use it to
+ set automatically options to send to coqtop.
- Preference files have moved to $XDG_CONFIG_HOME/coq and accelerators
- are not stored in a list anymore.
+ are not stored as a list anymore.
Tools
- Coq now searches directories specified in COQPATH, $XDG_DATA_HOME/coq,
$XDG_DATA_DIRS/coq, and user-contribs before the standard library.
+- Coq rc file has moved to $XDG_CONFIG_HOME/coq.
- coq_makefile major cleanup.
- * mli taken into account, ml not preproccessed anymore, ml4 work
+ * mli/mlpack/mllib taken into account, ml not preproccessed anymore, ml4 work
* mlihtml generates doc of mli, install-doc install the html doc in DOCDIR
with the same policy as vo in COQLIB
* More variables are given by coqtop -config, others are defined only if the
users doesn't have defined them elsewhere. Consequently, generated makefile
should work directly on any architecture.
- * Packagers can take advantage of $(DSTROOT) introduction
+ * Packagers can take advantage of $(DSTROOT) introduction.
+ * -arg option allows to send option as argument to coqc.
Changes from V8.2 to V8.3
=========================