#
# yaGTD - Yet Another Getting Things Done
# A primitive Getting Things Done to-do list manager.
#
	
2008-05-07 Bruno BORD

	* yagtd.py (do_appendall, do_modifyall): modify several tasks.

2008-05-06 Thomas VANDER STICHELE

	* yagtd.py (do_close): also print the summary after marking a task
	done.
	* yagtd.py (do_modify): prints a message when we try to modify a
	task but it did not understand the id.
	* yagtd.py (do_list, do_listall, do_listref): prints the number of
	task as the result of the search, if it's bigger than 10.

2008-04-24 MiKael NAVARRO

	* yagtd.py (do_EOF): auto save TODO_TXT at exit.

2008-02-24 MiKael NAVARRO

	* yagtd.py (do_*): improve interactive help.
	
2008-02-14 MiKael NAVARRO

	* yagtd.py (main): use positional argument instead of option for
	todo.txt file.

2008-02-12 MiKael NAVARRO

	* yagtd.py (do_urgency, ...): add commands to set the urgency, the
	importance, the time requiered, the target date, ...
	* yagtd.py (do_*): improve interactive help.

2008-01-06 MiKael NAVARRO

	* yagtd.py (do_waitingfor): move waitingfor, maybe, someday from
	context to status (from a remark of Thomas).

2007-12-18 MiKael NAVARRO

	* yagtd.py (do_order): don't show empty context/project/...

2007-12-15 MiKael NAVARRO

	* yagtd.py (do_done): fix closure of reccurring tasks.

2007-11-29 MiKael NAVARRO

	* yagtd-mode.el: major mode for editing yaGTD to-do lists.

2007-10-02 Thomas VANDER STICHELE

	* yagtd.py (_search, do_search, do_searchall): filter searches
	with/without completed tasks.
	* yagtd.py: allow dashes in words for context and such ...
	
2007-09-23 Thomas VANDER STICHELE

	* yagtd.py (do_extend, do_add, do_edit, do_status): apply some
	  smallish patches
	  https://thomas.apestaart.org/thomas/trac/browser/patches/yagtd/patches

2007-08-28 MiKael NAVARRO

	* yagtd.py (do_load): save path to opened todo.txt file.
	
2007-01-03 MiKael NAVARRO

	* yagtd.py: rename main script gtd_cmd.py to yagtd.py

2006-12-18 MiKael NAVARRO

	* gtd_cmd.py (do_order): allow to order by reference.
	* gtd_cmd.py (do_list): do not list tasks with an end date.

2006-12-15 MiKael NAVARRO

	* yagtd.rest: add documentation (reviewed by Miguel DARDENNE).

2006-12-10 MiKael NAVARRO

	* gtd_cmd.py (_parse_args): check command arguments.
	* gtd.py (order): allow to order by contexts/projects/statuses.

2006-12-09 MiKael NAVARRO

	* gtd_cmd.py (do_status): add status command to display projects
	completion.
	* gtd_cmd.py (_parse_line): check that input commands are
	correctly formatted!
	* gtd_cmd.py (do_close): manage recurrent tasks.
	* gtd_cmd.py (do_import): remove useless YAML support.
	
2006-12-04 MiKael NAVARRO

	* gtd_cmd.py (do_append, do_modify): fix append/modify commands.
	* gtd_cmd.py (_add): set the start date automatically if not
	present.
	
2006-12-03 MiKael NAVARRO

	* gtd_cmd.py (_parse_line): filter completed tasks.

2006-11-27 MiKael NAVARRO
	
	* gtd_cmd.py (do_load): filter commented lines (#) while loading
	todotxt.
	* setup.py, README: add README, setup.py ...
	
2006-11-26 MiKael NAVARRO
	
	* gtd_cmd.py (do_replace, do_modify): add edit/modif functions.
	* gtd_cmd.py (do_extend, do_append): fix modify function.
	* gtd.py (search, find, sort, order): add search function.
	* gtd_cmd.py (_colorize): add colorization.
	* gtd_cmd.py (do_save): fix save function.
	* yagtd.rest: updt help.
	* gtd_cmd.py (do_load): fix load function (erase todo list before
	reloading).
	
2006-11-25 MiKael NAVARRO

	* gtd_cmd.py: check YAML module availability.
	
2006-11-24 MiKael NAVARRO

	* gtd_cmd.py (_parse_line): improve line parsing (datetime and
	timedelta).

2006-11-23 MiKael NAVARRO

	* gtd.py (Task): inherit Task from dict object.
	* gtd_cmd.py (GTD): add a command line interface.

2006-11-22 MiKael NAVARRO

	* pygtd.py: first version based on pyGTD tool.
