aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-06 13:19:14 +0000
committerDavid Aspinall1999-10-06 13:19:14 +0000
commit64bd441ec1076474ba2324f07af03b9048ef39d0 (patch)
treef52fefdfbd73794d12c488b33df1184e5a94b233 /CHANGES
parentca9b0ce54d1b78571c3e5782ba9f85790f8a9508 (diff)
Speed optimizations, part I.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61259944..096e431f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -139,5 +139,10 @@ Internal changes for developers to note
proof-help-string -> proof-info-command
proof-prf-string -> proof-showproof-command
+* Speed optimizations for the proof-shell-filter, to attempt
+ to give more CPU to a hungry and noisy proof process.
+ To help with this there is a new configuration variable
+ proof-shell-eager-annotation-start-length.
+
* Many code cleanups and improvements.