diff options
| author | Maxime Dénès | 2016-06-28 10:15:35 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-06-28 10:15:35 +0200 |
| commit | 35b28e591cc3cf00afcc56aec2f206b58bfd416e (patch) | |
| tree | 9aa3c2cb9f13efb066c6a8b89a4bd3e7ab98f0a4 /CHANGES | |
| parent | f57b6e3478f3a64a1f8d669ff256d9506ba67688 (diff) | |
| parent | 26ddb1e22de1eead0bfb086adf4f2b21dca6ff19 (diff) | |
Merge remote-tracking branch 'github/pr/207' into trunk
Was PR#207: Add -no-print-dependent-evars
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -65,6 +65,9 @@ Tools - coqc accepts a -o option to specify the output file name - coqtop accepts --print-version to print Coq and OCaml versions in easy to parse format +- Setting [Printing Dependent Evars Line] can be unset to disable the + computation associated with printing the "dependent evars: " line in + -emacs mode Changes from V8.5pl1 to V8.5pl2 =============================== @@ -507,8 +510,8 @@ Tactics - When given a reference as argument, simpl, vm_compute and native_compute now strictly interpret it as the head of a pattern starting with this reference. -- The "change p with c" tactic semantics changed, now type-checking - "c" at each matching occurrence "t" of the pattern "p", and +- The "change p with c" tactic semantics changed, now type-checking + "c" at each matching occurrence "t" of the pattern "p", and converting "t" with "c". - Now "appcontext" and "context" behave the same. The old buggy behavior of "context" can be retrieved at parse time by setting the |
