diff options
author | Frederic Culot <calcurse@culot.org> | 2006-12-14 08:31:15 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-12-14 08:31:15 +0000 |
commit | 2e1995320d959c22509f1d5201bb3363f1e966b8 (patch) | |
tree | 82eba7d44e8fbd09c13575c9eccefbdb1f88d44a | |
parent | 37e9202401a9b327120651821e7fac0bd8ae9faf (diff) | |
download | calcurse-2e1995320d959c22509f1d5201bb3363f1e966b8.tar.gz calcurse-2e1995320d959c22509f1d5201bb3363f1e966b8.zip |
TODO file updated, taking into account modifications for 1.7
-rwxr-xr-x | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,6 @@ High o Create external calendars which would contain hollydays and such (in ics format) o Add a week view in the calendar panel - o Add ability to edit items, and to store multiple-lines descriptions Average @@ -25,6 +24,9 @@ Average o Accept dates entered in other formats such as d/m/yyyy or d/m/yy, make the date format user configurable o Make keys user configurable + o Add searching capabilities with support for regex + o Allow the creation of sub-todos (divide todos into different tasks) + o Make the color themes more configurable Low @@ -32,4 +34,3 @@ Low o Add 't' alias for 'g - Enter' o All status bars should be terminal-size dependant (config_bar is not) o Improve check_event_time() using sscanf as in goto_day() - o Get rid of the scroller() function |