aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2007-09-04 09:05:32 +0000
committerherbelin2007-09-04 09:05:32 +0000
commit0f365a09ce2cb8fc29f7177fe738ec1035d9ef0e (patch)
tree932250558b392d229214e09597619339b9457c19 /CHANGES
parent6e58d190a40f27b8e2039c4063523f9f3e62215b (diff)
Utilisation d'un nouvel algorithme plus raffiné pour prendre en compte les
alias de variables dans la fonction d'inversion des instance (real_clean): - détection des cas d'inversions distinctes incompatibles - nouvelle heuristique lorsque plusieurs inversions distinctes mais compatibles existent git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10111 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 403ac88a1a..320ea171fc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ Language
- If a fixpoint is not written with an explicit { struct ... }, then
all arguments are tried successively (from left to right) until one is
found that satisfies the structural decreasing condition.
+- Improved inference of implicit arguments.
Commands
@@ -80,8 +81,7 @@ Tactics
is still legal but equivalent to intros ?a ?b.
- New intro pattern "{A,B,C}" synonym to "(A,(B,C))"
- New syntax "rewrite A,B" for "rewrite A; rewrite B"
-- New syntax "rename a into b, c into d" for "rename a into b; rename c into d"
-
+- New syntax "rename a into b, c into d" for "rename a into b; rename c into d"
Miscellaneous
@@ -89,6 +89,8 @@ Miscellaneous
"Test Printing Let for ref" and "Test Printing If for ref".
- Added the possibility to choose the location of tabs in coqide:
(in Edit->Preferences->Misc)
+- New commands "Set Whelp Server" and "Set Whelp Getter" to customize the
+ Whelp search tool.
- An overhauled build system (new Makefiles); see dev/doc/build-system.txt
Changes from V8.1gamma to V8.1