------------------
- Use unicode in diff generation, now that Python's difflib supports it.
[alecm]
- Adjusted interface test to zope.interface-style interfaces.
[hannosch]
- Use new-style utility setup for portal_diff instead of the toolset handling.
[hannosch]
- Added the z3c.autoinclude entry point so this package is automatically loaded
on Plone 3.3 and above.
[hannosch]
- Add encoding declaration in python files
[encolpe]
- Removed the persistent version of the changeset type.
[hannosch]
- Declare package dependencies and fixed deprecation warnings for use
of Globals.
[hannosch]
- Added GS import step registration to the product. It was only registered
as part of the CMFPlone base profile.
[hannosch]
- Use the real BadRequest exception instead of relying on a string exception.
[hannosch]
- Purged old Zope 2 Interface interfaces for Zope 2.12 compatibility.
[elro]