aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-12-20 17:40:25 +0000
committerDavid Aspinall2000-12-20 17:40:25 +0000
commit2a1600e0f4015e0d95ae0b5e1126fcc9e84cbe81 (patch)
treea6a6b0b9ea45ee5e1efb980a6dadb55d52142c4d
parent1eafb4b0c31f575abccb4b25a8c49eb184217b5c (diff)
Mentioned important changes
-rw-r--r--CHANGES39
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5d941d48..e04eb718 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,43 @@
** Generic Changes
+*** Addition of visibility control for completed proofs
+
+ You can make proofs invisible using a context sensitive menu
+ (right button on a completed proof), or as soon as they are
+ completed with the "Options -> Disappearing Proofs" option.
+ To reveal all proofs again, use the "Make proofs visible"
+ command.
+
+ [ in progress, feedback welcome ]
+
+*** Command to insert last output as comment in proof script.
+
+ Sometimes it is useful to paste some of the output from
+ goals or response buffer into the proof script. A new
+ function `pg-insert-last-output-as-comment' (C-c C-;)
+ inserts the last output and converts it into a comment
+ using `comment-region'.
+
** Coq Changes
+ Compatibility for V7 added.
+
+ Experimental enhancements to handling of compiled files and
+ file dependency:
+
+ 1) At the end of scripting foo.v (i.e. when activing scripting is
+ switched off), "Reset Initial. Compile Module <foo>" is
+ automatically issued. This clears the context and writes a .vo file,
+ to keep your .vo files up to date. It means that when using PG Coq,
+ you should use the correct commands ("Require foo.") to load all
+ the modules you depend on, so that scripting can continue in the
+ next file.
+
+ 2)
+
+
+
** LEGO Changes
** Isabelle Changes
@@ -16,3 +51,7 @@
** Changes for developers to note
+*** proof-shell-process-output now sets proof-shell-last-output and
+ proof-shell-last-output-kind which gives clearer interface internally
+ and with rest of code. See docs.
+ \ No newline at end of file