From c4f18da3ba7d419d631d729e341bd553e0e789bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Thu, 6 Oct 2011 17:37:17 +0900 Subject: [PATCH] Update the TODO file. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 9232647..3333238 100644 --- a/TODO +++ b/TODO @@ -63,9 +63,13 @@ * TODO Simulate an Undo/Redo feature Keep a separated queue for sent commands +* TODO Simulate a Kill/Yank feature + * TODO Add an ephemeral state - Keep a copy of the expected (status . playlist) in the queue - Subsequent commands will work with this not yet existant '(status . playlist) + * TODO Prevent sending unnecessary commands If there is already one on the queue, for example + * TODO Add a timeout that reconnects to the server