aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-08 14:17:50 +0000
committerDavid Aspinall1999-11-08 14:17:50 +0000
commit5489d9a36cbf60fb0de105f85c2f1b7529b17f63 (patch)
tree464f4dbe677f767a8920ba264832e7afceb938bc
parent249741340fd74316b5efddefae2aea5f3e981202 (diff)
Updated
-rw-r--r--CHANGES22
1 files changed, 11 insertions, 11 deletions
diff --git a/CHANGES b/CHANGES
index 64e1bfbc..cedd9240 100644
--- a/CHANGES
+++ b/CHANGES
@@ -126,17 +126,6 @@ Internal changes for developers to note
The aim is to make it easier to adapt to new proof
assistants.
-* proof-shell-leave-annotations-in-output variable has been added.
- This allows quick and dirty mark up of output from the proof
- assistant using special characters with codes above 128 and
- font-lock. Such characters are hidden from display in the
- output buffers.
- However, it is NOT recommended to use this mechanism, because
- it breaks the usability of cut and paste (which copies the
- special characters). Furthermore the entire mechanism of
- using special character codes is fragile and needs replacing
- in future versions of Proof General!
-
* 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
@@ -169,5 +158,16 @@ Internal changes for developers to note
processed buffer (as the conceptual state of the buffer changes
to partly-processed).
+* proof-shell-leave-annotations-in-output variable has been added.
+ This allows quick and dirty mark up of output from the proof
+ assistant using special characters with codes above 128 and
+ font-lock. Such characters are hidden from display in the
+ output buffers.
+ However, it is NOT recommended to use this mechanism, because
+ it breaks the usability of cut and paste (which copies the
+ special characters). Furthermore the entire mechanism of
+ using special character codes is fragile and needs replacing
+ in future versions of Proof General!
+
* Many code cleanups and improvements.