[stamp-cvs] CVS stamp/Spec
rstrandh
rstrandh at common-lisp.net
Thu Jan 4 12:47:33 UTC 2007
Update of /project/stamp/cvsroot/stamp/Spec
In directory clnet:/tmp/cvs-serv23863
Modified Files:
priorities.text
Log Message:
Update priorites according to what has been done so far.
--- /project/stamp/cvsroot/stamp/Spec/priorities.text 2007/01/04 06:18:40 1.2
+++ /project/stamp/cvsroot/stamp/Spec/priorities.text 2007/01/04 12:47:33 1.3
@@ -23,7 +23,8 @@
probably happen before the students start working. This is very
high priority, and could take some time to do.
-* convert Stamp to an ESA. This is high priority and not too hard to
+* [this is done]
+ convert Stamp to an ESA. This is high priority and not too hard to
do.
* modify Stamp to use the tags files instead of asking mel-base for
@@ -36,10 +37,12 @@
extremely high. It could take a while to get it right because it
involves manipulating the file system.
-* define a class or a presentation type for messages. This is fairly
+* [this is done]
+ define a class or a presentation type for messages. This is fairly
high priority and not too hard.
-* implement a Select Message command. Fairly high priority. Not too
+* [this is done]
+ implement a Select Message command. Fairly high priority. Not too
hard.
* implement the define-filter macro and some default filters. Fairly
@@ -58,20 +61,24 @@
priority. A bit tricky because the sequence has to be searched, and
there are edge cases (first and last)
-* use CLIM presentations for the message headers. Fairly high
+* [this is done]
+ use CLIM presentations for the message headers. Fairly high
priority. Not too hard.
-* use CLIM presentations for the filter names. Fairly high priority.
+* [this is done for folders]
+ use CLIM presentations for the filter names. Fairly high priority.
Not too hard.
* write a CLIM completer for the filter names. Medium priority. A
bit tricky if you haven't written completers before.
-* write a presentation-to-command translator for messages that selects
+* [this is done (through the use of :gesture :select)]
+ write a presentation-to-command translator for messages that selects
the message being clicked on. Low priority. A bit tricky if you
don't know how to do it.
-* write a presentation-to-command translator for filters that selects
+* [this is done for folders]
+ write a presentation-to-command translator for filters that selects
the filter being clicked on. Low priority. A bit tricky if you
don't know how to do it.
@@ -105,3 +112,6 @@
* if necessary, fix mel-base so that it doesn't use base-string and
base-char where inappropriate. Medium priority. Easy.
+* implement a second layout that does not have the filters pane.
+ Implement a command for switching between layouts. This is low
+ priority, but not hard to do.
More information about the Stamp-cvs
mailing list