aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-09-14 12:42:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-09-14 12:42:48 +0000
commit98cc8a94bc588b972deee943004820b499203018 (patch)
tree5c19dcef67f42e75647d05ddf2825b1fd873c9b1
parent4e4f376ddceae1d7bb18f8bc3ffeddda19b4dd65 (diff)
Added toolbar todos discussed at business lunch with tms
-rw-r--r--BUGS4
-rw-r--r--Makefile.devel2
-rw-r--r--todo13
3 files changed, 15 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index a159a27f..ac69299e 100644
--- a/BUGS
+++ b/BUGS
@@ -16,8 +16,8 @@ get a patch from Sun, or use Linux.
-Development (move these above once decided not to fix):
-========================================================
+Development (move these above if decided not to fix):
+======================================================
XEmacs sessions seem to grow excessively in terms of memory
allocation. Maybe some of the spans aren't removed properly.
diff --git a/Makefile.devel b/Makefile.devel
index c3bf73e7..20880586 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -135,7 +135,7 @@ tag:
@echo " Tagging sources... (fails if CVS source dirty)"
@echo "*************************************************"
if [ -n "`cvs -n -q update`" ]; then exit 1; fi
- (cd generic; mv proof-site.el proof-site.el.old; sed -e 's/proof-general-version \".*\"/proof-general-version \"Proof General, Version $(RELEASE_TAG) released by da,tms. Email lego@dcs.ed.ac.uk.\"/g' proof-site.el.old > proof-site.el; rm proof-site.el.old)
+ (cd generic; mv proof-site.el proof-site.el.old; sed -e 's/defconst proof-general-version\n \".*\"/defconst proof-general-version\n \"Proof General, Version $(RELEASE_TAG) released by da,tms. Email lego@dcs.ed.ac.uk.\"/g' proof-site.el.old > proof-site.el; rm proof-site.el.old)
cvs commit -m"Set version tag for release." generic/proof-site.el
cvs tag "Release-$(CVS_RELEASE_TAG)"
diff --git a/todo b/todo
index dbb4426b..373a182c 100644
--- a/todo
+++ b/todo
@@ -25,9 +25,20 @@ A proof-toolbar: Add support for entering a goal and saving a theorem
up and down functions). Add toolbar to pbp mode too.
(1hr, da)
+A proof-toolbar: Down button in toolbar gives error "proof process
+ busy" if pressed when the process is busy --- but it should be
+ allowed! (10 mins,da)
+
+A proof-toolbar: make icons with reduced colour for 256 colour modes.
+ (20 mins, da)
+
+B proof-toolbar: add more buttons for moving to top and bottom of
+ whole file. Use "standard" CD-player type icons.
+ (1hr, da)
+
X 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.
+ xcf files under CVS rather than xpm files.
(5h or more to design nice ones)
X Add support for putting a locked region in processed files.