aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2016-01-19 15:50:55 +0100
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2016-01-19 15:50:55 +0100
commitd35b46774617b44776730adf9d8ea4807a75e8a2 (patch)
tree216491c065e7c40fc3a04f6a8bf6a10956c8cba9 /CHANGES
parent12e643320cf7ffdc13a330719ec2ca529198060a (diff)
Cleaning CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 0 insertions, 22 deletions
diff --git a/CHANGES b/CHANGES
index 325688f7..384cb1df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,14 +75,6 @@ the GIT ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
tac2;
tac3.
-*** indentation now supports { at end of line:
- example:
-
- assert (h:n = k). {
- apply foo.
- reflexivity. }
- apply h.
-
*** Default indentation of forall and exists is not boxed anymore
For instance, this is now indented like this:
@@ -99,20 +91,6 @@ the GIT ChangeLog and PG Trac, http://proofgeneral.inf.ed.ac.uk/trac.
Lemma foo: forall x y,
x = 0 -> ... .
-*** Default indentation cases of "match with" are now indented by 2 instead of 4.
- "|" is indented by zero:
-
- match n with
- 0 => ...
- | S n => ...
- end
- instead of:
- match n with
- 0 => ...
- | S n => ...
- end
- do this: (setq coq-match-indent 4) to bring old behaviour back.
-
*** Support for bullets, braces and Grab Existential Variables for Prooftree.
*** Support for _Coqproject files