1.3.2-5 - 2004-10-17
====================

 * Fixed [ 1041637 ] RichWidget: STX level should be set to 3 instead 1. The
   structured text transform is now using the zope.conf option or has an
   optional level paramenter in the convert method.
   [tiran]

1.3.2-4 - 2004-09-30
====================

 * nothing changed

1.3.2-3 - 2004-09-25
====================

 * Fixed more unit tests
   [tiran]

1.3.2-2 - 2004-09-17
====================

 * Fixed [ 1025066 ] Serious persistency bug
   [dmaurer]

 * Fixed some unit tests failurs. Some unit tests did fail because the reST
   and STX output has changed slightly.
   [tiran]

 * Don't include the first three lines of the lynx output which are url,
   title and a blank line. This fixed also a unit test because the url
   which was a file in the fs did change every time.
   [tiran]

 * Fixed a bug in make_unpersistent. It seemed that this method touched values
   inside the mapping.
   [dreamcatcher]

1.3.2-1 - 2004-09-04
====================

 * Disabled filters that were introduced in 1.3.1-1. The currently used 
   transform path algo is broken took too long to find a path.
   [tiran]

 * Cleaned up major parts of PT by removing the python only implementation which
   was broken anyway

 * Fixed [ 1019632 ] current svn bundle (rev 2942) broken

1.3.1-1 - 2004-08-16
====================

 * Introduce the concept of filters (one-hop transforms where the source and
   destination are the same mimetype).
   [dreamcatcher]

 * Add a html filter to extract the content of the body tag (so we don't get a 
   double <body> when uploading full html files).
   [dreamcatcher]

 * Change base class for Transform to SimpleItem which is equivalent to the
   previous base classes and provides a nice __repr__.
   [dreamcatcher]

 * Lower log levels.
   [dreamcatcher]

 * cache.py: Added purgeCache, fixed has cache test.
   [tiran]

 * Fixed non critical typo in error message: Unvalid -> Invalid
   [tirna]

1.3.0-3 - 2004-08-06
====================

 * Added context to the convert, convertTo and __call__ methods. The context is
   the object on which the transform was called.
   [tiran]

 * Added isCacheable flag and setCacheable to idatastream (data.py). Now you can
   disable the caching of the result of a transformation.
   [tiran]

 * Added __setstate__ to load new transformations from the file system.
   [tiran]

 * Fixed [ 1002014 ] Add policy screen doesn't accept single entry
   [tiran]
   
1.3.0-2 - 2004-07-29
====================

 * Added workaround for [ 997998 ] PT breaks ZMI/Find [tiran]
