aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2002-10-13 13:24:22 +0000
committerherbelin2002-10-13 13:24:22 +0000
commit9378fe521718b42774727b6266159f0f0b804917 (patch)
tree25169944ff9fdace86f7ae81c3d102791c99470b
parent3ea8b49d45826a54d21a9ffe9998c006b3e74623 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3129 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 16f9a9db54..755eab9ca2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Changes from V7.3.1 to ????
-------------------------
+Symbolic notations
+
+- precedence of + (sum) and * (prod) moved to 7 (like \/) and 6 (like /\)
+- introduction of a notion of scope gathering notations in a consistent set;
+ set a notation sets has been developped for nat, Z and R
+
Library
- Lemmas in Compare_dec.v (le_lt_dec, ...) are now transparent. This
@@ -28,6 +34,7 @@ ML tactic and vernacular commands
- Concrete syntax for ML written vernacular commands and tactics is
now declared at ML level using camlp4 macros TACTIC EXTEND et VERNAC
COMMAND EXTEND.
+- "Check n c" now "n:Check c", "Eval n ..." now "n:Eval ..."
Tactic definitions
@@ -39,7 +46,7 @@ Tactic definitions
Tactics
-- Double Induction now referring to hypotheses like "Intro until"
+- Double Induction now referring to hypotheses like "Intros until"
- "Inversion" now applies also on quantified hypotheses (naming as
for Intros until)
- NewDestruct now accepts terms with missing hypotheses
@@ -61,6 +68,10 @@ Incompatibilities
proofs; in some cases, incompatibilites is solved by declaring locally
opaque the relevant constant)
+Bugs
+
+- Improved localisation of errors in Syntactic Definitions
+
Changes from V7.3 to V7.3.1
===========================