aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-07-03 15:08:59 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-07-03 15:08:59 +0000
commit3ffe853b72b5571703329b0ee40f2740a26c9d4f (patch)
tree9492d28e55744484fbe83a306a0d990368e52097 /CHANGES
parent6b5708fb416190525acde7f71b3324ccf8497144 (diff)
Notice about versions supported, fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index 4fb76c9c..00e0eba8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
Summary of Changes for Proof General 2.1
----------------------------------------
+* Supports Coq 6.3
+
+* Supports Isabelle 99. No guarantees for Isabelle 98.
+
* Two new provisional instantiations of Proof General, for:
** Isabelle/Isar (new proof language for Isabelle) by
Markus Wenzel <wenzelm@informatik.tu-muenchen.de>
@@ -11,9 +15,8 @@ Summary of Changes for Proof General 2.1
Information added for Coq mode.
* In proof-site.el, the environment variable PROOFGENERAL_ASSISTANTS
- is examined for the default value of proof-assistants. This
- means that no editing of proof-site.el should normally be
- needed now.
+ is examined for the default value of proof-assistants. No
+ editing of proof-site.el should be needed now.
* Support for x-symbol package to beautify
input and output with special fonts.
@@ -25,14 +28,11 @@ Summary of Changes for Proof General 2.1
* Toolbar can now be switched on and off via menu.
-* Bug fix for templates in Isabelle theory file mode.
-
-* Bug fix for long-lines with funny characters causing
- ^G's in Solaris.
-
-* Bug fix for case-insensitive matching. Added
- proof-case-fold-search configuration variable to
- allow for proof script languages with case-insensitive
- syntax.
-
-* Other minor bug fixes.
+* Bug fixes:
+ - Long-lines with funny characters causing ^G's in Solaris.
+ - Templates in Isabelle theory file mode.
+ - Fix for case-insensitive matching. Added proof-case-fold-search
+ configuration variable to allow for proof script languages with
+ case-insensitive syntax.
+ - Process killing made robust.
+ - Regular expression fixes causing "nil extent" errors.