aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES17
-rw-r--r--COMPATIBILITY11
2 files changed, 19 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 9cfc8e16..6fac9335 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,10 +36,11 @@ Spurious spaces are objectionable in source files.
*** Minor fixes, tweaks, patches for recent (X)Emacs versions
-Improved display of X-Symbol subscript/superscripts in GNU Emacs 22.1.
-Workarounds added for some bugs in XEmacs 21.5 beta (but GNU Emacs now preferred).
-Cropped icons to better match style of GNU Emacs/Gnome.
-Many code cleanups from Stefan Monnier.
+- Improved display of X-Symbol subscript/superscripts in GNU Emacs 22.1.
+- Workarounds added for some bugs in XEmacs 21.5 beta (but GNU Emacs now preferred).
+- Cropped icons to better match style of GNU Emacs/Gnome.
+- Context menu for spans: options to move spans up/down (risky!) and undo.
+- Many code cleanups from Stefan Monnier.
** Changes for Isabelle
@@ -67,12 +68,12 @@ isar-find-theorems-form or isar-find-theorems-minibuffer.
*** coq 8.0 compatibility mode
- If coq does not detect the good coq version at startup put one of
- the following in your .emacs:
+If coq does not detect the good coq version at startup put one of
+the following in your .emacs:
- (setq coq-version-is-V8-1 t) or (setq coq-version-is-V8-0 t)
+(setq coq-version-is-V8-1 t) or (setq coq-version-is-V8-0 t)
- Default is now 8.1 (if no coqtop is found the path).
+Default is now 8.1 (if no coqtop is found the path).
*** Much better PG/Coq synchronizing system for coq >= 8.1
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 5ba3d93d..c590d705 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -1,7 +1,7 @@
This version of Proof General has been tested with these Emacs versions
on Linux:
- Emacs 21.4.1 -- recommended
+ Emacs 22.1.1 -- recommended
XEmacs 21.4.XX -- stable, but not recently tested
XEmacs 21.5 (beta28) -- tested, has patches for several XEmacs bugs
@@ -14,3 +14,12 @@ and prover versions:
For more possibilities, please check and contribute here:
http://proofgeneral.inf.ed.ac.uk/wiki/Main/PGEmacsVer37Final
+
+-----
+
+Backward compatibility makes the code into a bad mess. Some compatibility
+has been removed here, specifically affecting:
+
+ Isabelle 2004
+
+ Earlier buggy versions of Emacs 21 (21.4.1 should work)