------------------
- Show a "nothing to add" message instead of empty list in the
adding view, if there's nothing to add.
- Don't show the "Add" menu item if there's nothing to add.
- Adapt to the removal of deprecated interfaces from
``zope.component.interfaces``. Now ``IAdding`` inherits from
``zope.publisher.interfaces.browser.IBrowserView``.