aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-17 12:27:10 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-07-17 12:27:10 +0000
commit573cc798a9feaa8371f145d8009f5726d10ee1ae (patch)
treeb622f05b8ca916155356e21239e96846748730ca /CHANGES
parentffbb9e2856a3e8f2afa497f3ba102319d91671f8 (diff)
Mention term highlighting
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 627d4bf3..124da18b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,13 +45,22 @@ For minor issues, see isa/BUGS.
** Isabelle Changes
-Isabelle/Isar syntax changes, other tweaks for Isabelle2002.
+*** Isabelle/Isar syntax changes, other tweaks for Isabelle2002.
+
Switch to using Isabelle/Isar by default for .thy files.
Support next error function.
Isabelle classic mode: highlighting tweaks for ML code contributed by
Lucas Dixon (lucasd@dai.ed.ac.uk)
+*** Active highlighting of variables
+
+Variables are made active in the goals buffer. Hovering the mouse
+over an identifier shows its type. [IN PROGRESS; faulty with X-Sym]
+
+This handy feature is a glimpse of what could be done with proper
+subterm markup, which needs support to be added in the Isabelle core.
+
** Coq Changes