* Version 1.7.6 (stable) - 2003-12-06

* fix for new Log-API
* minimal bugfixes

* Version 1.7.5 (stable) - 2003-09-22

* obviously PEAR::Log has changed, thanks for the hint to Tom Van de Velde
now using writeOut() to write to the log file
* added experimental QuickForm filter, not documented!
        


* Version 1.7.4 (stable) - 2003-06-17

* added getRenderedTemplate()
* now {CONSTANT} is also echoed
* add unit test for Filter_Internal::makePhpTags(), for the printing of constant
* {@$var} does also print automatically now
* exclude addIfBeforeForeach when autoBraces is off
* use {endmacro} for ending a macro with autoBraces off
* fix some windows issues
* various smaller bugfixes
        


* Version 1.7.3 (stable) - 2003-03-10

* add forceRecache() which forces to rebuild the cached file
no matter of the caching-state of this file
* include examples in package
        


* Version 1.7.2 (stable) - 2003-02-10

- make most of TagLib-tags work with autoBraces OFF too
- nested include and macros work
- made it work properly on windows
- add some examples (which work well with autoBraces off)
        


* Version 1.7.1 (stable) - 2003-01-29

maintenance release fixed hopefully all the E_ALL issues
        


* Version 1.7 (stable) - 2003-01-16

- porting SimpleTemplate into PEAR, where it is called HTML_Template_Xipe
changing all the class names and file names
- the XML-Root-Tag is not 'SimpleTemplate' any longer, now it is 'HTML_Template_Xipe'
        


