		       Overview of changes in odot 1.3.0
		      -----------------------------------

* Work around cell editing entries being very thin on some versions of gtk+.

		       Overview of changes in odot 1.2.0
		      -----------------------------------

* Make the usual shortcuts for copying and pasting text work when editing a
  node.
* Restore the selected node and the scrollbar position.

		       Overview of changes in odot 1.1.0
		      -----------------------------------

* Implement undo/redo support for drag and drop operations.

		       Overview of changes in odot 1.0.5
		      -----------------------------------

* Make it possible to add color-coded labels to nodes, much like in Evolution.

		       Overview of changes in odot 1.0.4
		      -----------------------------------

* Fix the bug that left Due Date in the View menu unticked even though the due
  date column was visible.  (Reported by Gbor Szab)
* Fix a bug in the highlighting code that made nodes bold which had a due date
  that was one or more months _and one day_ in the future.

		       Overview of changes in odot 1.0.3
		      -----------------------------------

* Fix the crash that occured when you tried to save-on-quit a new file.
* Avoid an assertion that appeared when dragging a node to the toplevel.
  [Marc Brockschmidt]

		       Overview of changes in odot 1.0.2
		      -----------------------------------

* Fix the highlighting bug that occurred when dragging a due node and dropping
  it into a collapsed one.
* Fix the crash that happened when trying to add a new node while another was
  being edited.

		       Overview of changes in odot 1.0.1
		      -----------------------------------

* Fix a serious bug that prevented you from adding new rows due to a change of
  semantics in GTK+ 2.6.

		       Overview of changes in odot 1.0.0
		      -----------------------------------

* Some internal reorganization.
* Make [Ctrl]+[Return] add a new child and [Shift]+[Return] add a new sibling
  to the currently selected node.

		       Overview of changes in odot 0.9.4
		      -----------------------------------

* Implement moving of nodes in all four directions via [Alt] + cursor key and
  [Tab]/[Backspace].
* Don't prompt for confirmation when deleting nodes with children; undo/redo
  takes care of mistakes.
* Make it possible to hide the due date column.

		       Overview of changes in odot 0.9.3
		      -----------------------------------

* Fix undo'ing of removals.
* Make the keyboard popup work again.
* Use delta_days instead of in_units to make sure we work with DateTime
  versions older than 0.21.

		       Overview of changes in odot 0.9.2
		      -----------------------------------

* Fix bug that prevented you from adding new tasks.

		       Overview of changes in odot 0.9.1
		      -----------------------------------

* Require GTK+ 2.2.
* Fix the semantics of the popup menu.
* Improve keyboard navigation and undo/redo support.
* Use DateTime instead of Date::Calc.

			Overview of changes in odot 0.9
		       ---------------------------------

* Add support for editing multiple files with the same instance.
* Add support for reading from and writing to a database.
* Implement undo/redo support.

			Overview of changes in odot 0.8
		       ---------------------------------

* Add a View menu with a Column Headings item.  Enable permanent sorting of
  columns.
* Fall back to using the old file selection widget if the new file chooser is
  not yet available.
* Don't automatically save changes upon exit.
* Miscellaneous GUI improvements.
* Add a Makefile and a manpage.

			Overview of changes in odot 0.7
		       ---------------------------------

* Depend on Gtk2 1.038 for various custom cell renderer related fixes.
* Show the name of the file currently being edited in the title bar.  Also
  display an asterisk to indicate changes.
* Fix the highlighting of collapsed nodes with due children to (hopefully) work
  under all circumstances now.
* When copying nodes, put a plain text representation of them into the normal
  clipboard.
* Implement the File -> Open and File -> Save As menu actions.
* Use a custom cell editable to make it easier to edit multiline nodes.
* Small updates to the README file.
