aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-14 13:17:26 +0000
committerDavid Aspinall1998-10-14 13:17:26 +0000
commit88a5bbded3d7a37f1ba36b9a5668ec5b03a91274 (patch)
tree45d0e5ce72bde6a68136e61b378b8da4492a4732
parent862ed6d111b32e54782738232ec76ed4534699a4 (diff)
Added todo for removing image targets from repository.
-rw-r--r--todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo b/todo
index c7240b8a..a6f0f636 100644
--- a/todo
+++ b/todo
@@ -28,6 +28,11 @@ D proof-site (da): I think it would be nice to change the architecture
support for new assistants entirely via the customize mechanism,
without any knowledge of elisp apart from regular expressions!
+C Remove .gif, .jpg, .xpm, .xbm files from the CVS repository. Add
+ .cvsignore's for them instead. Disadvantage: developers will need
+ to have the Gimp installed to build them via 'make images'
+ (or copy them from the latest download). (da, 1hr)
+
B proof-issue-goal should refuse to work when a proof is in progress.
Similarly proof-issue-save should refuse to work when a proof
hasn't been completed!