aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2012-12-04 23:26:21 +0000
committerherbelin2012-12-04 23:26:21 +0000
commite2da4d5758d0167cb621f2b57bb61708a2d6dbe4 (patch)
tree3e25d69ffb034bc386b4f737be723ec6f141628d /CHANGES
parenta05c335c2d38a5cf08bc0fda76d69a13e0ead040 (diff)
Revised the strategy for automatic insertion of spaces when printing
notations: - hopefully never 2 spaces when the user did not ask for - more systematic default insertion of spaces around symbols - e.g. have space before "[" if after a non-terminal - have spaces between consecutive terminals git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16019 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 3fd784affe..a8de063188 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,8 @@ Notations
- A notation can be given a (compat "8.x") annotation, making
it behave like a (only parsing), but flags may active warning
or error when this notation is used.
+- More systematic insertion of spaces as a default for printing
+ notations ("format" still available to override the default).
Internal Infrastructure