diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:23:51 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:23:51 +0000 |
commit | b3252e31806de47125d3906c13735cc24428d509 (patch) | |
tree | d5b0e36454c043e2e1b71063ad55b834acad59ba | |
parent | fc14f43076e260a003398868eacc530e849e30dc (diff) | |
download | calcurse-b3252e31806de47125d3906c13735cc24428d509.tar.gz calcurse-b3252e31806de47125d3906c13735cc24428d509.zip |
color themes are now more configurable, and export function was added.
Anyway, better error handling should be done.
-rwxr-xr-x | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,7 +12,6 @@ this list. High ---- o Add import capabilities to read ical files inside calcurse - o Add export capabilities to create xml files o Create external calendars which would contain hollydays and such (in ics format) o Add a week view in the calendar panel @@ -21,13 +20,13 @@ High Average ------- + o Improve error handling o Improve the '-d' option by adding more date formats 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 o Improve handling of window resizing with the help of signals o Add lunar phases calculation |