------------------
* In the CRUD table, fix odd/even labels, which were reversed.
[limi]
* Added slots to the ``titlelessform`` macro. See ``README.txt`` for details.
[optilude, davisagli]
* Remove the distinction between wrapped and unwrapped subforms. A subform is
always wrapped by the form that contains it, and can use a Zope 3 page
template.
[davisagli]
* Fixed tests in Plone 3.
[davisagli]
* Fixed tests in Plone 4
[optilude]
* Made it possible to distinguish wrapped and unwrapped forms via the
IWrappedForm marker interface.
[optilude]
* Made it possible to use z3c.form forms without a FormWrapper in Plone 4.
[optilude]