From 20a31156c9a16ddae7fd78403c44d1b7227893e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Thu, 25 Aug 2011 16:34:36 +0900 Subject: [PATCH] Update the TODO file. --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 3deeab3..045d6fb 100644 --- a/TODO +++ b/TODO @@ -38,8 +38,11 @@ Need to decide if every function can access the global variable * TODO Create a proper playlist-mode - Need to keep data shown in buffers separated from data given by the server to - be able to prevent inconsistencies in the user interface + - Use format-like string to let the user change the format of a song appearing + in the playlist. (see [[file:~/.myconfigs/.emacs.d/el-get/nognus/lisp/gnus-spec.el::(defun%20gnus-parse-simple-format%20(format%20spec-alist%20&optional%20insert)][gnus-parse-simple-format]] and [[file:~/.myconfigs/.emacs.d/el-get/nognus/lisp/gnus-sum.el::(defvar%20gnus-summary-line-format-alist][gnus-summary-line-format-alist]]) + + - Need to keep data shown in buffers separated from data given by the server to + be able to prevent inconsistencies in the user interface. * TODO Better notification system