--------
v2.0-cvs
--------

[jan] Add Arabic (Syria) translation (Platinum Development Team
      <devteam@platinum-sy.net>).
[jan] Add Romanian translation (Eugen Hoanca <eugenh@urban-grafx.ro>,
      Marius Dragulescu <mariusd@urban-grafx.ro>).
[cjh] Add a preference for the default category
      (Brian Keifer <brian@valinor.net>).
[cjh] Make the due date in the summary block configurable
      (Mathieu CLABAUT <mathieu.clabaut@free.fr>).
[cjh] Add task alarms (Mathieu CLABAUT <mathieu.clabaut@free.fr>).
[jon] Display the task navbar above the description in the task view, as well
      (John Morrissey <jwm@horde.net>).
[jan] Add UTF-8 support and charset parameter for backend drivers.
[cjh] Only show selected task categories on the summary screen
      (John Morrissey <jwm@horde.net>).
[cjh] Much more comprehensive permissions checking, and support for
      guest access.
[jan] Add Greek translation (Stefanos I. Dimitriou <sdimitri@teiath.gr>).
[cjh] Use the global shares editing page for changing/assigning share permissions.
[cjh] Add options for showing, sorting by, and grouping by task owner
      (Brian Keifer <brian@valinor.net>).
[jan] Add Slovak translation (Ivan Noris <vix@vazka.sk>).
[jan] Add Norwegian Bokmaal translation (Torstein S. Hansen <huleboer@techbee.no>).
[mac] Allow importing onto any available Task list.
[cjh] Add an option to show only complete tasks, and add links on the
      task view to switch between all, complete, and incomplete.
[jan] Add Bulgarian translation (Miroslav Pendev <miro@cybershade.us>).
[mac] Add shared task lists.
[jan] Add Lithuanian translation (Darius Matuliauskas <darius@lnk.lt>).
[mac] Add print task button.
[mac] Add ability to create new categories.
[cjh] Add preferences for showing priorities and due dates in the summary
      (Brian Keifer <brian@valinor.net>).
[jan] Add Danish translation (Martin List-Petersen <martin@list-petersen.dk>).
[jan] Add Hungarian translation (Laszlo L. Tornoci <torlasz@xenia.sote.hu>).
[jan] Add Simplified Chinese translation (Peter Wang <whw@oulink.net>).
[jan] Add Korean translation (J.I Kim <aporie@netian.com>).
[jan] Add Norwegian Nynorsk translation (Per-Stian Vatne <psv@orsta.org>).
[jan] Add Finnish translation (Tero Matinlassi <terom@iki.fi>).
[cjh] Completed tasks aren't overdue, no matter what the due date.
[cjh] Filter out completed tasks earlier if requested, so the task count
      is correct.
[cjh] Simplify color scheme a bit.
[cjh] Add category column.
[cjh] Remove task_added column.
[cjh] Keep track of when a task was last modified (for sync purposes).
[jan] Add Brazilian Portuguese translation (Antonio Dias <accdias@sst.com.br>).


------
v0.0.2
------

[cjh] Close a potential problem with register_globals On and $js_onLoad.
[cjh] Add new task link to the summary (Quinn Wilson <qwilson@midworld.org>).
[cjh] Use the new PrefsUI class.
[cjh] Remove the STORAGE_* constants in favor of PEAR_Errors.
[cjh] Add a preference to not show completed tasks in the task list.
[cjh] Fix completion widget in the task modification screen.
[jon] Adapt to the new Horde::img() syntax.
[cjh] Switch output compression to ob_gzhandler().
[cjh] Use NAG_TEMPLATES constant for all template paths.
[cjh] Use $registry->getParam() for all Registry information.
[cjh] Prefix all application constants with NAG_.
[cjh] Use the new Notification system.
[jon] Enable the "portability" option in the SQL driver.
[jan] Remove the standard value for the language preference. The language to
      fall back to should be set Horde wide in lang.php instead.
[jan] Add Swedish translation (Andreas Dahln <andreas@dahlen.ws>).
[jan] Add Traditional Chinese translation (David Chang <david@thbuo.gov.tw>).
[bjn] Change 'en' and 'en_EN' locales to 'en_US' (default).
[cjh] Change Nag_Storage:: to Nag_Driver::.
[cjh] Allow setting priority for multiple tasks in the list view.
[cjh] Change task priorities to be 1-5 (matches Palm todo list).
[jon] Apply a "strike-through" style to closed (completed) tasks.
[jon] Remove task dependency code.
[jon] Add completion status. (Paul Cooper <pgc@ucecom.com>)
[jan] Add French translation (Mikhal Janson <mik@galaxie.net>).
[cjh] Let the Registry handle retrieving preferences.
[jan] Due tasks can now be shown in Kronolith.
[jan] Add Italian translation (Giovanni Meneghetti <gmeneghetti@infvic.it>).
[cjh] Add Czech translation (pchytil@asp.ogi.edu).
[cjh] Add Russian translation (Ignat Ikryanov <ignat@ibd.ru>).
[avsm] Replace $conf['paths'] with the $registry equivalents.
[jon] Updated to reflect the changes in PEAR DB's quoteString().
[cjh] Add $conf['menu']['apps'] support.
[cjh] Add low and high priority icons.
[cjh] Show a note icon if a task has a description.
[jon] Added the concept of task priorities (low, medium, high).
[jon] Return to the task detail view after additions or modifications.
[jon] Allow a task to be dependent on another task.
[cjh] Add translation framework.
[jon] Added Nag::formatDate() to format internal date values.


------
v0.0.1
------

[cjh] Start application-specific constants at 100 and prefix them with NAG_.
[cjh] Add a Horde summary API function.
[jon] Added initial help text.
[cjh] Use prefs.gif and generic prefs templates from Horde.
[jon] Display task descriptions using a proportional (fixed) font.
[jon] Added externally-accessible API for registry integration.
[jon] HORDE_BASE is now defined in lib/base.php instead of config/conf.php.
[jon] Added detailed installation documentation (docs/INSTALL).
[jon] Moved task retrieval out of base.php for more efficiency and granularity.
[jon] Display overdue tasks in a different color.
[jon] Added status support for Horde messages / errors.
[cjh] Make multiple task deletion from the task list work.
[cjh] Make task storage work when deleting more than one task.
[jon] Added rudimentary searching capabilities.
[cjh] Define the HORDE_BASE constant in config/conf.php, and use it when
      referring to any of Horde's files.
[jon] Added the ability to add, remove, and delete tasks.
[jon] Made the task view date and time formats separately configurable.
[jon] Added individual task viewing (with descriptions).
[jon] Added sorting to the task list.
[jon] Added initial preferences support.
[jon] Added an initial "List Tasks" implementation
[jon] Added the 'sql' storage implementation.
