Update the TODO file

This commit is contained in:
Renaud Casenave-Péré 2011-07-20 10:40:56 +09:00
parent 074727bdbc
commit 2025b0870f

8
TODO
View file

@ -1,5 +1,11 @@
# -*- org -*-
* Store playlist as a Hash table with songid as the key.
* Then add a vector that binds position to songid.
Then add a vector that binds position to songid.
* Rewrite empc-update-status
should be called only at the proper moment with the diff computed before in
parameter.
* Write a macro defining commands requiring an argument.
Let the possibility to use ido or anything (don't really know how to do that…)