Ferrite Release - Jun 30, 2005
List of changes with this release include
1. Inter Thread Communication facilities added. Global Variable
"gcontext" is common to all threads, supports methods
gcontext.set(), gcontext.get(), gcontext.remove() and
gcontext.has().
2. Currently processed filename is available as
"gcontext.get('file')".
3. Bug fix in File Finder for when depth first recursion was
requested.
4. Added facilities for XML serialization using the static method
XML.serialize(). Accepts a W3C DOM object, which can be created
using DOMImplementation.createDocument().
5. Menu item for selecting files in a hierarchy matching a Shell
Pattern.
|