diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-17 19:13:25 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-17 19:13:25 +0000 |
commit | 4cc75d9a0745f2c32988e7eb50e0f23105e6bf9a (patch) | |
tree | 99c181e37fb51618a84f6828db5a05220e0cb182 | |
parent | ccd4b4c4110c0cbc49ac393dc2c6de4bef60983a (diff) | |
download | calcurse-4cc75d9a0745f2c32988e7eb50e0f23105e6bf9a.zip |
TODO list updated.
-rwxr-xr-x | ChangeLog | 2 | ||||
-rwxr-xr-x | TODO | 16 |
2 files changed, 13 insertions, 5 deletions
@@ -2,6 +2,8 @@ * src/notify.c (notify_needs_reminder): do not request for notification if user did not flag its appointment + + * TODO: updated 2009-08-13 Frederic Culot <frederic@culot.org> @@ -12,17 +12,23 @@ this list. High ---- o Add support for UTF-8 - + o Implement the send-item functionality to export a single item and pipe it + to an external process + o Add a key binding to toggle between visible/hidden tasks inside todo + panel + o Add an optional argument to the --next flag to check for next appointment + starting from the specified time + Average ------- - o Implement a daemon to notify user of upcoming appointments even when - calcurse is not running o Add support for CalDAV protocol (rfc4791) - o Implement categories to classify appointments and tasks - o Add a week view in the calendar panel + o Implement user-definable categories to classify appointments and tasks + o Add a week view in the calendar panel (and display week numbers) + o Implement copy/paste functionality Low --- o All status bars should be terminal-size dependant (config_bar is not) + o Compute Easter sunday |