From 867db9d15b97d3ed558355284384aec77f74da22 Mon Sep 17 00:00:00 2001 From: pboutill Date: Sun, 20 Nov 2011 20:03:21 +0000 Subject: CHANGES update git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14697 85f007b7-540e-0410-9357-904b9bb8a0f7 --- CHANGES | 10 +++++++--- 1 file 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 ========================= -- cgit v1.2.3