aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-10 18:09:45 +0000
committerDavid Aspinall1999-11-10 18:09:45 +0000
commit5eaa32a1a93417e1a74d10ef00e3b9cbcabc69ed (patch)
tree0f7663af76a9884183f90880c22232a7ef392a28
parent063d4ef186a808b2fb0bd7c96d8fa6de373b6317 (diff)
Improvement of user options, change of terminology.
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 229c9fef..df4f2442 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,13 @@ Generic Changes
take an optional argument to delete the retracted text
(it was too easy for the user to accidently type C-u C-c C-u !)
+* User options have been re-organized and renamed to be
+ more suggestive. "Active terminator minor mode" is now
+ called "electric terminator". Boolean options can be
+ toggled from the menu and saved with "Save options"
+ on the ordinary Emacs "Options" menu. (Others can
+ be set via Customize).
+
* Command C-c C-t (proof-try-command) removed in favour of C-c C-v
(proof-execute-minibuffer-cmd), which now uses the
filter proof-state-preserving-p to check that a command is safe.