aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-10 14:08:47 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-10 14:08:47 +0000
commit1652fb929d949f307cc3c897c54e3d4b62e8ff8f (patch)
tree649c57a089d9c109e4d1edca2ae9c2901527f53a /CHANGES
parent2df60ce176688e66c18c88c04fe6c7f5a56dc5d1 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5448 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 666619f40..76f987f5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ Commands
- New option "Set Printing All" to deactivate all high-level forms of
printing (implicit arguments, coercions, destructing let,
if-then-else, notations, projections)
+- "Functional Scheme" and "Functional Induction" extended to polymorphic types
+ and dependent types
Syntax
@@ -19,9 +21,18 @@ Interpretation scopes
- Add scope %bool
- Import no more needed to activate argument scopes from a module
+Tactics
+
+- New tactics stepl and stepr for chaining transitivity steps
+- Tactic "replace ... with ... in" added
+
+Tactic Language
+
+- Intro patterns now supported in Ltac (parsed with prefix "ipattern:")
+
Tools
-- Coqdoc support for notation links
+- Coqdoc updated to new syntax and now part of Coq sources
Bug fixes
@@ -39,6 +50,8 @@ Bug fixes
- Fix nested coercion printing bug
- Fix printing of notation when interleaved with coercions
- Fix "Tactic Notation" translation bugs and improve file location of errors
+- Fix an "omega" bug (may cause "auto with zarith" to succeed more often)
+- Fix ltac "context" bug on right-hand-side of match clauses
Changes from V8.0beta old syntax to V8.0beta
============================================