## Changelog.
## 
## @version $Id: changelog 1203 2008-01-05 09:28:08Z th-schwarz $ 
## @author <a href="mailto:th-schwarz@users.sourceforge.net">Thilo Schwarz</a>


?
--

features and improvements:
- safari compatibility
- all basic properties are managed by a 'ConfigurationHandler' and is used by
  all fckeditor servlets. it has static methods to set these properties from 
  outsite. So you have the possibilty to change all basic parameters with your 
  own class.
- introduction of the interface 'IBaseDirProvider'. it provides a way to set 
  the 'UserDir' dynamically. The implemented object calculates the 'UserDir' 
  and has to set to the 'ConfigurationHandler'.
  Each time any servlet needs the 'UserDir', 'IBaseDirProvider' will be ask.
- 'Convention over Configuration'
  in the web.xml you just have to set these init parameters, which shouldn't
  have the default values. Defaults are the values known from the old web.xml.
- added FCKeditor#isCompatibleBrowser 

fixes:
- 

internal:
- rewritten ant tasks, no serverbased tasks anymore
- updated the license file and license info in all code files
- big code cleanup and formating
- central management of the configuration by the 'ConfigurationHandler'
- central management of the file extensions by the 'ExtensionsHandler'.