aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-09-11 14:41:22 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-09-11 14:41:22 +0000
commit9a36bfb59f17268071974a266cce63cef9da0e4c (patch)
tree0bc319987fb6028f6711bdb100870a738db6a63d
parentfb6088160e599e8dd50578a9dba351dae0fc0de5 (diff)
Updated.
-rw-r--r--BUGS3
-rw-r--r--CHANGES7
-rw-r--r--todo24
3 files changed, 25 insertions, 9 deletions
diff --git a/BUGS b/BUGS
index 47a9b2b1..4b2c6fc4 100644
--- a/BUGS
+++ b/BUGS
@@ -86,7 +86,8 @@ to edit a file as it is being read by the proof assistant!
Output colouration may spill into adjacent symbols when X-Symbol
support is switched on. X-Symbol 4.X isn't yet finished, and will
-only officially support Emacs from 21.4 onwards.
+only officially support Emacs from 21.4 onwards. It may work with
+Isabelle for Emacs 21.X but please don't try it with other provers.
** Emacs menus: options not updated dynamically, positions erratic, etc.
diff --git a/CHANGES b/CHANGES
index 1efde5dc..0f980d1a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,11 +15,16 @@
** Generic changes
+
+
*** Parsing internals changed: minor user visible differences
Please report any problems/annoyances which may be unexpected.
NB: Not yet enabled for Isabelle/Isar.
-** Colour improvements
+*** Tweaks to menus, colours
+
+Electric terminator menu option more visible.
+Reduce contrast for mouse highlighting of regions.
diff --git a/todo b/todo
index bdd32b14..d2751f87 100644
--- a/todo
+++ b/todo
@@ -11,7 +11,7 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
1. Priorities
2. Things to do in the generic interface
3. Things to do for the documentation
- 4. GNU Emacs issues
+ 4. Emacs issues
5. Things to do for Proof-by-Pointing
6. Things to do for Web Pages, Distribution
7. Future improvements to take advantage of newer Emacsen
@@ -473,16 +473,18 @@ X (Low) e.g. probably not worth spending time on
-** 4. GNU Emacs issues
+** 4. Emacs issues
-*** B Improve support for Emacs 21.
- X-symbol fixup in other provers.
+*** GNU Emacs issues
-*** B Consider replacing buffer-substring -> buffer-substring-no-properties
+**** A Improve support for Emacs 21.
+ X-symbol 4.X fixup for provers other than Isabelle.
+
+**** B Consider replacing buffer-substring -> buffer-substring-no-properties
Text properties are passed around in spans, probably needlessly.
(not the same in XEmacs?)
-*** C Changed implementation of overlays inside Emacs itself. We seem to
+**** C Changed implementation of overlays inside Emacs itself. We seem to
need 'priority property of overlays for queue and locked to make
sure the colours show through. Even then highlighting is strange,
and background face spoils the others. Transparent?
@@ -490,11 +492,19 @@ X (Low) e.g. probably not worth spending time on
Higher priority: we get blanking as mouse highlighting. Yuk.
ACTION: check Emacs Lispref for hints. Maybe ask on newsgroup.
-*** X `proof-zap-commas-region' does not work for Emacs 20.4 on
+**** X `proof-zap-commas-region' does not work for Emacs 20.4 on
lego/example.l . On *initially* fontifying the buffer,
commas are not zapped. However, when entering text (on
a particular line), commata are zapped correctly. (4h)
+*** XEmacs issues
+
+**** C Ask for easy-menu to support :visible keyword
+ Very useful option of GNU Emacs easy menu to remove items
+ from menu altogether, dynamically. (Or at least, fairly
+ dynamically. Fully dynamically would be guitrocity).
+
+
** 5. Things to do for subterm markup / proof-by-pointing