aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-19 12:05:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-19 12:05:28 +0000
commite5a8b969410ba0a1e524109a5a6bd91a1cbd350b (patch)
tree8dfe4eace085f8a66b0143a70269b0f3e0c8446e /CHANGES
parentd20c700fb74490a3f3287a963e33c4b8bb6459ee (diff)
Updated.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES36
1 files changed, 21 insertions, 15 deletions
diff --git a/CHANGES b/CHANGES
index 2c1d8055..8d8a030e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,17 @@
* Summary of Changes for Proof General 3.5pre from 3.4
+** Generic changes
+
+*** X-Symbol (and MMM-mode) minor mode behaviour simplified
+
+ These minor modes like to be responsible for turning themselves
+ on and off. PG does not anymore try to synchronise the on/off
+ settings in all PG buffers (which could lead to half an hour
+ of fontification!). Instead the menu reflects the current
+ minor mode status; toggling it will also update the default
+ "global for PG" behaviour for new script buffers.
+
*** Bundling and configuration for Multiple Modes (MMM-Mode)
MMM mode allows submodes to be used in the same file.
@@ -15,19 +26,6 @@
At present it is configured for Isar, to allow LaTeX and
sml-mode to be used inside Isar scripts.
-
-** GNU Emacs compatibility, simplified font-lock, handling nested comments
-
-*** Numerous improvements, thanks due to Stefan Monnier.
-
-*** Some GNU Emacs backwards compatibility removed: use 21.1 or later
-
-*** PROBLEMS REMAINING: Menu problems currently on 21.2, may affect loading.
- Temp fix: turn on mode manually first in *scratch* buffer, then
- visit file.
-
-** Generic changes
-
*** Follow mode: add "followdown" setting
In this mode, the point moves with the locked region when it moves
@@ -62,13 +60,21 @@ do not print multiple identical prompts for continued lines.
[this is in testing: please notify me of problems in other provers]
+** GNU Emacs compatibility, simplified font-lock, handling nested comments
+
+*** Numerous improvements, thanks due to Stefan Monnier.
+
+*** Some GNU Emacs backwards compatibility removed: use 21.1 or later
+
+*** PROBLEMS REMAINING: Menu problems currently on 21.2, may affect loading.
+ Temp fix: turn on mode manually first in *scratch* buffer, then
+ visit file.
+
** Changes for Isabelle
Beginnings of support PGIP protocol (work in progress with Isabelle
CVS version). Presently allows Isabelle to configure Proof General.
-CURRENTLY SUPPORT FOR CURRENTLY RELEASED ISABELLE VERSIONS IS BROKEN!
-
Backward compatibility may not be maintained: it's simply too much
effort. This means that if you upgrade your Emacs version, which
forces you to upgrade Proof General because Emacs upgrades usually