VERSION 0.1.3 ============= 2004-01-28 Vincent Richard * test.cpp: added trimBlanks() function and calls to produce valid XHTML output even when there is new-line chars in the parameter or in the contents of some tags. VERSION 0.1.2 ============= 2004-01-21 Vincent Richard * Fixed some compilation bugs with old g++ versions. * test.cpp: added a custom tag handler for the "[img]" tag. 2004-01-20 Vincent Richard * magicLinkTransformer: URLs beginning with "www." are now recognized. * magicLinkTransformer: character "-" is now handled as valid in URLs. VERSION 0.1.1 ============= 2004-01-19 Vincent Richard * tagPool::add(): only one tag handler can be added for a given tag name. * memory is now freed in tagPool::~tagPool() and tagPool::remove(). 2004-01-16 Vincent Richard * added a "magicLinkTransformer" to allow automatic transformation of links ("http://......") to tags. VERSION 0.1.0 ============= 2004-01-15 Vincent Richard * First version released.