1.3 (2010-03-15)
----------------

* Added possibility to hide the clear button

* Corrected a bug showing () when the multivalued field was empty

* Added compatibility with reference fields

* generalized a few checks to make compatible with ReferenceFields (davisagli)

* inline the filter function and uses scopes instead of method calling.
  the vocab for field was being called for each term stored in the field
  keyword_from_value method should go away.  It's no longer being used.
  also general white space cleanups. (runyaga)

* tabindex is not available for archetypes widgets anymore and broke
  edit views in plone4 -
  fixes http://plone.org/products/autocompletewidget/issues/5
  (fRiSI)

* eggified product (fRiSi)

  - history.txt and HISTORY.txt merged to CHANGES.txt
  - added issue #3 (merging with trunk) to todo.txt
  - removed refres.txt since it's no longer supported

* made widget work with vocabularies containing non-ascii characters too
  (fRiSi)


14-03-2008 - v1.2.1 : Jonathan Riboux

   * integrated Ak Sorpa's fix to prevent &amp;, &lt; and &gt; to appear in the input box after selecting a value in the drop-down list


12-03-2008 - v1.2 : Jonathan Riboux

   * corrected i18n attributes so AutocompleteWidget can be used in English

   * added tooltips and button labels

   * better look

   * added CSS classes to buttons


25-02-2008 - v1.1 : Nicolas Geissel

   * using fieldName var instead of field.getName for better flexibility (widget can now be used as a search widget)

   * added i18n


07-02-2008 - v1.0 : Jonathan Riboux

   * improvement of display list support (display value, but register key)

   * widget shows a list of current values next to the input field for multivalued fields

   * arrows navigation in menu now works on Internet Explorer

   * cleanup of process_form code


09-02-2005: Danny Bloemendaal

   * ESC shows the dropdown list

   * onblur now works and hides the list

   * added property to have the list expanded on focus

   * renamed filter_bogus to actb_filter_bogus to have a consistent naming


08-02-2005: Danny Bloemendaal

   * replaced the javascript factory with the latets version from the original author

   * redid the styling so the widget resembles more the standard widget formatting

   * removed some configuration stuff that only lead to bad UI behavior

   * added LinesField support so the field can now be indexed properly
