aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2003-06-14 09:15:38 +0000
committerherbelin2003-06-14 09:15:38 +0000
commit3f1769a8002addec9f53969affd6b4cee1ccbbea (patch)
treecab9b33832658113f646ebc38d78cd0bb2c83de3 /CHANGES
parent8ddd9ba6efcd32a13b4517a4e80c5fc035a951a8 (diff)
Ajout option Local à Hint, Hints et HintDestruct
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4163 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b7d2f7a24..6298e9bb97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,8 @@ Vernacular commands
(TODO : doc).
- "Implicit Variables Type x,y:t" assigns default types for binding variables.
- "Set Implicits Printing" disable printing of implicit arguments
+- Declaration of Hints and Notation now accept a "Local" flag not to
+ be exported outside the current file even if not in section
Gallina