diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-10 22:07:20 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-10 22:07:20 +0000 |
commit | 208d6fdbc89938f1cb96b5dadb1e2c616012ae83 (patch) | |
tree | 6ed52e44529850706dd4dbbaf51bdd06bc3070da | |
parent | 11425d763714cd663a5d3849f6a9367d39f38e7d (diff) |
Updated CHANGES (info, Show Script, rephrasing).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14187 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,13 +22,15 @@ Specification language and notations Tactics - New proof engine supporting bullets. +- Support for tactical "info" is suspended. +- Support for command "Show Script" is suspended. - New tactics constr_eq, is_evar and has_evar. - Removed the two-argument variant of "decide equality". - New experimental tactical "timeout <n> <tac>". Since <n> is a time in second for the moment, this feature should rather be avoided in scripts meant to be machine-independent. -- Fixing a bug of destruct that left local definitions in context might result - in some rare incompatibilities (solvable by adapting name hypotheses). +- Fix in "destruct": removal of unexpected local definitions in context might + result in some rare incompatibilities (solvable by adapting name hypotheses). - Introduction pattern "_" made more robust. - Tactic (and Eval command) vm_compute can now be interrupted via Ctrl-C. |