aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-01 11:46:59 +0000
committerDavid Aspinall1999-10-01 11:46:59 +0000
commitd4cfabfdc68a98734fc8fb945fa9113078dd97e9 (patch)
tree3344743ccf26d29fc554b42dd05336bfd0fe4cd6 /CHANGES
parent9985c079f54f45020bdd5582b120ad0283a99b60 (diff)
Renamed some configuration variables for uniformity, see CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 10 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index e5938e86..b3ae194b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,23 +8,21 @@ Generic Changes
New function control-button1 (proof-mouse-track-insert) copies
individual commands (highlighted regions) from an open proof.
When a proof is closed, it behaves as mouse-track-insert
- (default XEmacs behaviour of control-button1).
-
+ (the default XEmacs behaviour of control-button1).
* New function C-c C-f (proof-find) to invoke some prover-specific
mechanism to search for theories.
-* [XEmacs only] Toolbar has five new buttons (State, Context, Info,
- Command, Help) which invoke commands previously available on keys/menus.
- Also a new "Find" button for proof-find.
+* [XEmacs only] Toolbar has six new buttons (State, Context, Info,
+ Command, Help, Stop) which invoke commands previously available on
+ keys/menus. Also a new "Find" button for proof-find.
* [XEmacs only] Toolbar enablers have been added.
Buttons are automatically enabled or disabled as appropriate.
This requires XEmacs 20.4 or better for reliable working.
-
* Menus and keybindings have been reorganized.
- Now keybindings invoke same functions as toolbar.
+ Now keybindings invoke the same functions as the toolbar.
* Terminal string now automatically added to command for C-c C-v
@@ -76,5 +74,10 @@ Internal changes for developers to note
using special character codes is fragile and needs replacing
in future versions of Proof General!
+* Renamed some configuration variables for uniformity:
+ proof-ctxt-string -> proof-context-command
+ proof-help-string -> proof-info-command
+ proof-prf-string -> proof-showproof-command
+
* Code cleanups and improvements.