------------------
- Make sure the portlet title in manage-portlets is translated in
both Plone 3 (i18n) and Plone 4 (locales).
[maurits]
- Use the required plone domain in portlets.xml.
[maurits]
- Added Dutch translations.
[maurits]
- Added MANIFEST.in so .mo files are included in the distribution
when available (see zest.pocompile plus zest.releaser).
[maurits]
- Fixed error where 'only_subject' was always True after portlet creation.
[maurits]
- Restored compatibility with earlier Plone versions by loading the
CMFCore permissions.zcml only on Plone 4.1 or higher.
[maurits]
- Added z3c.autoinclude entry point for plone, so you do not need to
add this to the zcml option of your buildout anymore.
[maurits]
- Fixed portlet_title on creating
[kroman0]