* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2008-04-13

* Fix Bug #1776: [CDATA[ addition to javascript code [richard]
* Fix Bug #2392: Nodes open expanded on mulitiple menus [richard]
* Implement Feature #5595: "language" attribute in <script> tag won't validate as XHTML strict [cweiske]
* Implement Feature #5833: DHTML Menu icon size is fixed, so custom icons may not display correcly [cweiske]
* Implement Feature #7435: createFromXML comments [cweiske]

Also update package.xml to version 2.0

* Version 1.2.1 (stable) - API 1.2.0 (stable) - 2005-03-02

Various bug fixes.

* Version 1.1.9 (stable) - API 1.1.9 (stable) - 2003-12-20

Fix expanded image when nodes are expanded by default

* Version 1.1.8 (stable) - API 1.1.8 (stable) - 2003-12-20

Fix javascript detection issue

* Version 1.1.7 (stable) - API 1.1.7 (stable) - 2003-11-26

Bug fix in maxDepth feature

* Version 1.1.6 (stable) - API 1.1.6 (stable) - 2003-04-02

o Auto escapes ' in node text
o New maxDepth option HTML_TreeMenu_DHTML presentation class. 
  All nodes past this number of indentations are rendered as siblings.

* Version 1.1.5 (stable) - API 1.1.5 (stable) - 2003-04-02

Updated browser detection to allow for Opera 7

* Version 1.1.4 (stable) - API 1.1.4 (stable) - 2003-02-21

Added a createFromXML() method for creating
treeMenu structures from XML. This feature
depends on the PEAR::XML_Tree package.

* Version 1.1.3 (stable) - API 1.1.3 (stable) - 2003-02-20

Added expanded icon support. Added documentation in Word
and PDF formats. Moved structure import code to its own
static method createFromStructure(), and added support
for my own Tree class (http://phpguru.org/tree.html) as
well as Wolfram Kriesings Tree class.

* Version 1.1.2 (stable) - API 1.1.2 (stable) - 2002-11-30

Updated example file

* Version 1.1.1 (stable) - API 1.1.1 (stable) - 2002-11-30

Added event support, and moved various options from the TreeMenu class to
the presentation classes. Added presentation base class.

* Version 1.1.0 (stable) - API 1.1.0 (stable) - 2002-11-10

Many changes. See CVS for changelog

* Version 1.0.4 (stable) - API 1.0.4 (stable) - 2002-07-27

License change

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2002-07-05

Bugfixes:
  o Persistence fixes
  o Reference/copy fixes

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2002-06-30

Change to use document.write() instead of layers and innerHTML for much speed increase.
Change to use onmousedown instead of onclick for cleaner more defined clicks.
Added the ability to define whether to use client side persistence.
Added the ability to define whether a node is dynamic
Added the ability to define whether a node is expanded

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2002-06-19

Added support for Mozilla and NN6

* Version 1.0 (stable) - API 1.0 (stable) - 2002-06-15

Initial release

