------------------
* Add translation marker for batch, update translation files.
[thefunny42]
* Handle changed signature for widget extract method in z3c.form > 1.9.0
[davisagli]
* Added wildcard support to the 'before' and 'after' parameters of the
fieldset 'move' utility function.
[davisagli]
* Fixes for Zope 2.12 compatibility.
[davisagli]
* Don't display an 'Apply changes' button if you don't define an
update_schema.
[thefunny42]
* Declare xmlnamespace into 'layout.pt' and 'subform.pt' templates
* Added support for an editsubform_factory for an EditForm so you can
override the default behavior for a sub form now.
* Changed css in crud-table.pt for a table to "listing" so that tables
now look like plone tables.
* Copy translation files to an english folder, so if your browser
negotiate to ``en,nl``, you will get english translations instead of
dutch ones (like expected).
[thefunny42]
* Send an event IAfterWidgetUpdateEvent after updating display widgets
manually in a CRUD form.
[thefunny42]