* Version 1.2.5 (stable) - API 1.2.3 (stable) - 2009-04-03

Whitespace is no longer trimmed from quoted attribute values in 
_parseAttribute() method (bug #15787)

* Version 1.2.4 (stable) - API 1.2.3 (stable) - 2007-05-16

Migrate to package.xml version 2.0, use proper header comment block.
No code changes since previous release.

* Version 1.2.3 (stable) - API 1.2.3 (stable) - 2006-10-08

* Added setAttribute() method (backport from HTML_Common2)
* Added possibility to set the charset parameter for htmlspecialchars()
  via static HTML_Common::charset() method (see bug #2410)
* Properly document getAttribute() method (bug #5704), fix PHPDoc comments
  for several other methods

* Version 1.2.2 (stable) - API 1.2.2 (stable) - 2005-09-01

Bugfix release
- fixed bug #3948 (semicolon after case in switch)
- fixed bug #3953 (outdated inline docs for a private function)
- updated some other inline docs for private functions

* Version 1.2.1 (stable) - API 1.2.1 (stable) - 2003-06-19

* Method getAttributes() can now return the attributes in a string (Alexey Borzov)

* Version 1.2 (stable) - API 1.2 (stable) - 2003-05-20

Applied patch by Klaus Guenther:
* setTab(): Allows the indent string (default: \t) to be set
* setLineEnd(): Allows the line end string (default: \n) to be set
* Allows the indent and line ending settings to be propagated to content objects

* Version 1.1 (stable) - API 1.1 (stable) - 2003-04-15

This new release optimizes HTML_Common's way to deal with attributes.
* Fix a bug in _parseAttributes when a string was passed to it (Alexey Borzov)
* Only key-value associative arrays are now used, XHTML compliant (Alexey Borzov)
* Fix a bug related to getAttribute case sensitivity detected by Ian Harder #22628 (Alexey Borzov)

* Version 1.0 (stable) - API 1.0 (stable) - 2002-05-28

First release.

