Epoz - Changes 
 
 0.8.2
 
     - Updated license to Zope Public License 2.1.
     
     - Danny Bloemendaal provided a cleaned up toolbox for use in Plone 2. 
       Thank you, Danny!

     - Added "Photo" (CMFPhoto) as selectable image-type to the toolbox.
       Thanks to Shane Graber for patch!
       
     - set wordwrap for mxTidy/uTidy to 79 character to avoid some problems
       with splitted a-href-tags.
       
     - fixed bug: making relative urls for images was broken in EpozPostTidy
       for people who have no mxTidy / uTidylib installed.
        
     - fixed bug: removed .strip() from data-handler in Extensions/EpozPostTidy.py,
       so required whitespace isn't killed; added a "useless-whitespace"-cleanup
       to EpozPostTidy.
       
 0.8.1
 
     - Now the setup for getting relative urls from Epoz is much more easier:
       There's a default EpozPostTidy.py in Epoz/Extensions which can be 
       used out of the box.         
       Simply create an External-Method in the root of the ZMI or your Plone-Site with
       id=EpozPostTidy, Module-Name=Epoz.EpozPostTidy, Function-Name=EpozPostTidy.

     - added a customcss-parameter (esp. for use in Plone) to render customized
       css-styles in difference to a global css correctly.

	 - fixed bug: the XMLRPC for tidying etc. is now independent of your
	   Zope-Server-Root, so the EpozPostTidy-Hook can be created in 
	   your Plone-Instance without a VHM-Setup anymore.
	          
     - fixed bug: canceling "Add anchor" resulted in emtpy tag. Thanks to
       Simon Pamies for patch!!!
        
     - fixed bug: IE complained about security when Epoz was called via
       https. Thanks to Sam Brauer and Andrew Athan for patches!
        
     - fixed bug: <embed>-tag was replaced by <ibed> in Mozilla. Thanks
       to Christian Ledermann.
     
     - fixed bug in epoz_script_main.js.dtml/InitEpoz: IE 5.0 isn't 
       wysiwyg-able and therefore needs to fall back to a textarea. Thanks
       to Marc Zacher!
          
     - updated epoz_lang_pt-br. Thanks to Luiz Fernando Pasqual S. Souza!

     - updated epoz_lang_zh-cn. Thanks to panjunyong!
     
     - updated epoz_lang_no.js.dtml. Thanks to Einar Jensen!
     
          
 0.8.0
 
     - added support for uTidylib (http://utidylib.sourceforge.net/);
       Thanks to Shane Hathaway from Zope Corporation for his
       patches!!! Please note: there are still some problems with UTF8;
       maybe someone can provide a patch?
       
     - rearranged the Javascript so that it's not necessary to 
       "auto"-switch to source mode when saving. Thanks 
       again to Shane Hathaway from Zope Corporation for his patches!!!
       
     - added pageurl-parameter to Epoz; pageurl defines the base
       url of the edited page. The pageurl is forwarded to Epoz(Post)Tidy,
       so you can rewrite urls according to the given base url.
       **PLEASE NOTE:** You must add an additional parameter
       if you use EpozPostTidy-Hooks in your applications.
   
     - added support for adding anchors; works very nice with Mozilla, IE
       doesn't show the css-styles. IE is crap anyway...
       Thanks to Christian Theune from Gocept for his patches!!!

     - added global support (EpozGetRelativeUrl) for calculating relative urls
       from absolute urls; Thanks to Gilles Lenfant for this feature! Please
       see README.txt for how to enable this feature.
       
     - added simple example for EpozPostTidy-Hook to README.txt.

     - added danish-translation; thanks to Nikolay Kim!!!
     
     - fixed bug: IE couldn't handle anchors; added base-tag to
       epoz_blank_iframe.html. Thanks to Stefanie Panke pointing
       me to this problem.

     - changed default height of the edit form in Plone to be a more 
       sensible 450px (limi).
       
     - removed annoying pop-up saying "Your browser does not support 
       XML-RPC" from the JS. If it doesn't, we degrade anyway - no reason
       to insult the user. ;) (limi)

     - fixed epoz_toolbox to use 'sanctioned' calls for meta_types. Thanks
       to Marc Lindahl for patch!!!
       
	 - wysiwyg_support was causing a wierd error when used 
        inside CMFBoard sometimes (Attribute Error: meta_type). Traced it to
        test of text_format. test() evaluates both true and false branches. 
        Restructured it to fix the problem.  Thanks to Marc Lindahl for patch!!!
     
     - fixed tabindex for Plone (limi)

     - added class="visualFontSizeCorrection" to body-tag of 
       epoz_blank_iframe.html; mostly needed for displaying correct font-sizes
       for the wysiywg-area in Plone 2.0. Please note: To use this with
       older Plones, add visualFontSizeCorrection { font-size: 75%; }
       to your ploneCustom.css (limi)
       
     - synced default wysiwyg_support with Plone 2.0.
            
 