diff options
| author | David Aspinall | 1998-09-08 17:32:46 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-09-08 17:32:46 +0000 |
| commit | 40a8f6c0ccdee80efcebdd8cdd056ae1f22474aa (patch) | |
| tree | 35ddda9f49e90bdb7f1f478ae4f22b699206ac4c | |
| parent | 7b9dab3037749f11c6829c78398effc333b7d0cc (diff) | |
Added todos for toolbar.
| -rw-r--r-- | Makefile.devel | 2 | ||||
| -rw-r--r-- | generic/proof-toolbar.el | 1 | ||||
| -rw-r--r-- | todo | 14 |
3 files changed, 16 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel index 62555bdf..f66d13e7 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -63,6 +63,6 @@ release : gzip -c $(TRELEASENAME) > $(TRELEASENAME).gz;\ cp -p $(RELEASENAME).* $(EXPORTDIR);\ cd ..; cvs release -d elisp - + diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index 82a15649..34e1c137 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -181,6 +181,7 @@ without giving error messages." (and (eq proof-buffer-type 'script) (proof-shell-live-buffer) (not proof-shell-busy) + ;; this last check is wrong for pbp buffer! (eq proof-script-buffer (current-buffer)))) (defvar proof-toolbar-up-enable @@ -11,6 +11,20 @@ C (Low) probably not worth wasting time on * This is a list of things which need doing in the generic interface ==================================================================== +B proof-toolbar: Add support for entering a goal and saving a theorem + at the generic level. These functions should also + be accessible from menus. Fixup movement of point (choice of + up and down functions). Add toolbar to pbp mode too. + (1hr, da) + +A Add xbm bitmap images for toolbar. Probably important to support + non-colour displays. (30mins, da) + +C Improve toolbar icons. Automatically generate reduced and + pressed/greyed-out versions from gimp xcf files. Keep the + xcf files under CVS rather than xpm files. + (5h or more to design nice ones) + A Remove defunct "isabelle" directory. All collbarators must synchronize and remove their working directories to do this, because we need to operate on the repository directly. |
