aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-14 10:14:13 +0000
committerDavid Aspinall1999-11-14 10:14:13 +0000
commit80865dca3f242338eb3c4fa001d02a35a554c884 (patch)
tree7de33c90ac5e76561e121d611b75f480444420f2 /CHANGES
parent0e8e28a0739c32231627bff7034d5170b4c15ca8 (diff)
Updated
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index df4f2442..3fc2882d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -97,7 +97,7 @@ LEGO Changes
------------
* Proofs which have no save command are now closed off automatically
- when a new goal is begun, mirroring the behaviour of LEGO.
+ when another command arrives, so undo-redo is more flexible.
Isabelle and Isar Changes
@@ -109,14 +109,13 @@ Isabelle and Isar Changes
and saves of the old form val thm = result.
* Proofs which are "unfinished", i.e. have no qed or result,
- are now closed off automatically when a new goal is begun,
- mirroring the behaviour of Isabelle.
+ are now closed off automatically, mirroring the behaviour
+ of Isabelle. This does not apply to Isar.
* Confusing display of only last error is fixed: multiple
error messages are now coalesced properly.
-
Only in the developers' release
-------------------------------
@@ -136,11 +135,12 @@ Internal changes for developers to note
The aim is to make it easier to adapt to new proof
assistants.
-* Proofs which are "unfinished", i.e. have no qed or result,
- are now closed off automatically when a new goal is begun.
- The new code only applies if proof-nested-goals-allowed is
- nil (the default). Setting this variable to t forces
- identical behaviour to before. The default for Coq is t.
+* A new setting proof-completed-proof-behaviour allows for
+ more flexible ways of managing goal...save regions, including
+ automatically closing them when the first command after
+ the proof is completed arrives. This means we can handle
+ proof assistants which do not have an explicit save command
+ now. See the documentation of proof-completed-proof-behaviour.
* Renamed some configuration variables for uniformity:
proof-ctxt-string -> proof-context-command