Version 1.0.2 (Stephan Nagy, Jon S. Stevens, People on the ECS mailing list) - fixes to the autoconf system - added interfaces for javascript functionality. the elements do not currently implement these interfaces, but will in the next version. Version 1.0.1 (Stephan Nagy, Jon S. Stevens, People on the ECS mailing list) - bug fixes - new FrameSetDocument for the creation of frames based Documents - new autoconf based configuration system (thanks to Vadim) Version 1.0 (Stephan Nagy, Jon S. Stevens) - lots of bug fixes - filtering now works - re-structured the package tree Version 1.0b2 (Stephan Nagy, Jon S. Stevens) - bug fixes - speed improvements - output() methods have been cleaned up - filters are now applied during output() instead of during addElement(). filters are still kind of broken, so please be cautious when using them. help is needed in finding the best solutions. - there is now an org.apache.ecs.ecs.properties file that allows you to configure some parts of ECS without having to recompile Version 1.0b1 (Stephan Nagy, Jon S. Stevens) - added ConcreteElement - *PartElements descend from here. - Fixed the output methods for ConcreteElement it no longer creates unnecssary objects (well not too many.) - Changed ElementRegistry so that it uses a Hashtable instead of a Vector. - Fixed removedElementFromRegistry so that it makes more sense. - Added addElementToRegistry(String name,element) methods so that you can name the elements that get added to the registry. (handy for removeElement(String) methods.) - Added removeElement(String) methods. Version 1.0a3 (Stephan Nagy, Jon S. Stevens) - added a few missing methods and other minor bug fixes - added HtmlColor.convertColor() - added StringElement and ElementContainer objects - fixed bug with CharacterFilter not correctly filtering out ' characters - fixed a bug with XML element not having filters applied to the addElement() methods - added Html2Ecs which is a small java application that attempts to use the OpenXML framework to read in an Html file and convert it into ECS code. Version 1.0a2 (Stephan Nagy, Jon S. Stevens) - more example code in TestBed.java - WordFilter added - lots of code re-structuring - lots of bug fixes - lots of speed improvements Version 1.0a1 (Stephan Nagy, Jon S. Stevens) Initial Release