aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-03 17:36:04 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-03 17:36:04 +0000
commit5a38fdb4af87f66632d036848e370948ead50c50 (patch)
treefa2a1b4a7da66e14b41bf44aaa14dc3da276723f /CHANGES
parentcc8d69d508c22bf3329cce55e94ca1244c8cd5fb (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5286 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 869cc9a08..6d21026ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Changes from V8.0beta to V8.0
=============================
+Commands
+
+- New option "Set Printing All" to deactivate all high-level forms of
+ printing (implicit arguments, coercions, destructing let,
+ if-then-else, notations, projections)
+
Syntax
- Command "Print." discontinued.
@@ -17,6 +23,9 @@ Bug fixes
- Translator printing bug of reals fixed
- Fix bugs in induction/destruct in case the type of the eliminated object
has parameters
+- Fix a printing bug with lambda-variable names inherited from the names of
+ a product cast
+- Fix a bug with Focus
Changes from V8.0beta old syntax to V8.0beta
============================================