------------------
* Add upgrade step to register formwidget-autocomplete.js, bumping profile
version to 1
[lentinj]
* Split input:radio adding function so the code can be reused when adding
in plone.formwidget.contenttree
[lentinj]
* Move the javascript callback to real code, so instances of the widget
can be added to the page by cloning existing widgets
[lentinj]
* Allow overriding of the autocomplete URL
[lentinj]
* Fix htmlDecode to return an element, not the nodeValue of an element which
is null.
[ggozad]
* No longer include the `demo.zcml` by default, but rather allow users to
include it if needed.
[hannosch]
* Update distribution metadata.
[hannosch]
* Remove direct `zope.app` dependencies.
[hannosch]
* Use the correct ViewPageTemplateFile from Five required in a Zope 2 context.
[hannosch]