------------------
- Used ``i18ndude`` to find all untranslated msgid's. Some line-numbers were
corrected, but nothing changed in ``collective.singing``. There were some
updates in collective.dancing, so all guy's please help updating
collective.dancing's po files. [saily]
- Add ``async`` module that allows to queue jobs for asynchronous
execution. Creating this was necessary because ``zc.async`` is not
available for all Zope versions that ``collective.dancing`` aims to
work with. :-( [nouri]
- Allow for more finer grained control of cue in
``IMessageAssemble.render_message``. This allows a preview function
to request the cue to be used but not to be set when rendering a
preview. [nouri]