aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2003-06-10 21:34:11 +0000
committerherbelin2003-06-10 21:34:11 +0000
commita7e09f60ae36031f24d17c6dd3de5f672943b831 (patch)
tree9aa24752622df546da23682e55e2ca3d563c140a
parente4ae86f9cfd7125f71b6741b4216e4162e57b13f (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4135 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65fb63776a..8451feabcd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,12 +18,15 @@ Syntax translator
- Unsafe for annotation Cases when constructors coercions are used or when
annotations are eta-reduced predicates
- Recursive keyword set by default (and no longer needed) in Tactic Definition
+- Notation for record projection
Syntax for arithmetic
- Notation "=" and "<>" in Z and R are no longer implicitly in Z or R
(with possible introduction of a coercion), use <Z>...=... or
<Z>...<>... instead
+- "inject_nat" renamed into "INZ"; "INZ" from Reals do not longer exist
+- Locate applied to symbols also searches for substrings
Vernacular commands
@@ -67,6 +70,7 @@ Tactic language
- Fail tactic now accepts a failure message
- New primitive tactic "FreshId" to generate new names
+- Debugger prints levels of calls
Tactics