aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-06 10:43:58 +0000
committerDavid Aspinall1999-10-06 10:43:58 +0000
commita002dbc150cd76d6cb9cdbaba17f129e3b5bc001 (patch)
tree36671c7091a99616fc69596808c982b71862d1b1 /todo
parent7c941c69e4d76c9f9c0b7cf3b5779d728c8269e5 (diff)
Updates.
Diffstat (limited to 'todo')
-rw-r--r--todo35
1 files changed, 17 insertions, 18 deletions
diff --git a/todo b/todo
index 1d7c45fa..54e94bf5 100644
--- a/todo
+++ b/todo
@@ -38,33 +38,23 @@ X (Low) probably not worth spending time on
====================================
A Pending work, in progress [da]:
- - new toolbar button icons
- (fixup eye shadows, mag glass, finger, stop icon)
- - command and button for searching for a theorem
- (possibly matching a given constant, or the proof state).
- reorganization and improvement of menus, keybindings
. use toolbar functions, but remove from proof-toolbar and reorganize.
. update documentation
- test support for x-symbol
- investigate toolbar refresh problems
- . extra clicks are needed
- . toolbar appears in wrong buffers
+ . extra clicks are needed (?)
- investigate of excessive processing for large proofs
- investigate bug fix for vacuous locked regions
- - bug when prover gives error from proof-find (or similar functions)
- document proof-mouse-track-insert (new name for proof-send-span, re-enabled).
-A Usability enhancement:
+C Usability enhancement:
- Fix asymmetry between "doing" and "undoing": doing will skip comments,
undoing will not. e.g. test case: (* tester *) intros;
-A Usability enhancement:
+C Usability enhancement:
- Fix proof-script-command-separator and proof-one-command-per-line flag,
- document them.
-
-C Compatibility enhancement:
- - Consider sending comments to proof process after all. They might
- contain special (e.g. LaTeX) directives or something.
+ document them.
C Internal improvements for marking up proof assistant output.
We need a better mechanism for allowing "invisible" mark up
@@ -82,12 +72,16 @@ C Internal improvements for marking up proof assistant output.
Maybe using x-symbol would give another approximation, too, although
I'm put off that because it's not so standardly a part of XEmacs yet.
-A Usability enhancement:
- Enable toolbar in other buffers. Should switch to active
+C Usability enhancement:
+ Enable toolbar in other PG buffers. Should switch to active
scripting buffer first if it is non current.
(In fact, a sensible subset of scripting commands would
work from other buffers).
+X Compatibility enhancement:
+ - Consider sending comments to proof process after all. They might
+ contain special (e.g. LaTeX) directives or something.
+
A Usability enhancement:
Movement of point after assert/retract commands
- configure by default for one command/line.
@@ -98,8 +92,8 @@ A Usability enhancement:
Optional argument to delete region should be removed
from C-c C-u, pressing quickly in succession can delete
from buffer
-
-A Usability enhancement:
+B
+ Usability enhancement:
Rationalize next and undo. Make same as toolbar
commands and have different commands for power users
to assert/retract until point.
@@ -115,6 +109,11 @@ A Usability enhancement:
B Web pages: improve screenshots section to include a slideshow, or
at least, a series of pictures of PG in action. (3 hours)
+C Nicety enhancement:
+ Add messages "retracting buffer ... done" "processing ... done".
+ This needs some call backs or setting of variables examined
+ by proof-done-{advancing,retracting}
+
D bug: outline mode when proof-strict-read-only is nil ought to
work, but there may be problems.