$Id: TODO 478 2006-08-01 13:31:17Z zero_dogg $

TODO file for Day Planner.
An up to date version of this file can always be found in the day planner
subversion repository. The version information are only approximates and
may be subject to change.
===========================================================================

* Version 0.3
- - - - - - -
- Add support for am/pm
	- This will be "emulated" in the sense that the internal clock and
	data format will still use 24H time, but an internal function will translate
	it from 24H to AM/PM before displaying it to the user. Should not
	require too much extra work. Perhaps the use of AM/PM can be detected
	using strftime?
- Add export and import of iCalendar files. See http://en.wikipedia.org/wiki/RFC2445_Syntax_Reference
	for the standard reference
- Add export-to-html support
- Add export and import of day planner data files
	(including the ability to only export birthdays)
- Add support for migrating a plan install if found on first startup
	(integrate tools/plan-migration into the main day planner source)
- Have a third party look over all strings (in the pot-file) and try to
	simplify those too technical

* Version 0.4
- - - - - - -
- Add right click on events
- Create a feature to choose *how* long a event lasts
- Have a third party look over all strings (in the pot-file) and try to
	simplify those too technical

* Version 0.5
- - - - - - -
- Add support for:
	- Repeat every X [days|months]
	- Repeat until ...
- Have a third party look over all strings (in the pot-file) and try to
	simplify those too technical

* Version 0.6
- - - - - - -
- Try to get a formal HIG-review
