--------------
- Fixed Zope permissions on LocalFS and LocalDirectory objects.
- Changed the spec parameter to filter directories as well as files.
(Use '\*/' to include all directories.)
- Added ability to use LocalFS objects with the tree tag.
- Added object traversal methods: fileIds, fileValues, fileItems.
Obsoleted objectIds, objectProps.
- Renamed FSProps class to LocalFile and added getObject method
to get the Zope object from a LocalFile object. This is the object
returned by the fileValues and fileItems methods.
- Added 'type map' property to allow customizing the content-types
and optionally the Zope object class associated with each file
extension.
- Added 'icon map' property to specify the icon associated with
each content-type in directory browse view.
- Added Help tab.