autocompleteeditor (0.0.15-1) stable; urgency=low

  * Localisation lookup fixes

 -- Robin Hill <maemo@robinhill.me.uk>  Tue, 30 Nov 2010 09:45:00 +0000

autocompleteeditor (0.0.14-1) stable; urgency=low

  * Add check for unknown language IDs - prevent exiting

 -- Robin Hill <maemo@robinhill.me.uk>  Mon, 29 Nov 2010 19:00:00 +0000

autocompleteeditor (0.0.13-1) stable; urgency=low

  * Reorder class loading to eliminate segmentation fault under PR1.3

 -- Robin Hill <maemo@robinhill.me.uk>  Mon,  1 Nov 2010 14:40:00 +0000

autocompleteeditor (0.0.12-1) stable; urgency=low

  * Use gconf to disable and re-enable auto-completion when reading/writing
    the dictionary file.  This ensures all writes to the file are flushed (so
    reads get the latest data) and that no 3rd party writes take place while
    the application is writing out the changes.  It also ensures the system
    re-reads the dictionary file after the write, so removes the need to kill
    hildon-input-method.
  * Read in a mapping of language codes (e.g. en_GB, fr_FR) to language names
    (e.g. "English (United Kingdom)") from the i18n locale data file.  The
    hard-coded lookup table now just maps the numeric language IDs used in the
    dictionary file to a language code.

 -- Robin Hill <maemo@robinhill.me.uk>  Wed,  7 Jul 2010 14:00:00 +0100

autocompleteeditor (0.0.11-1) stable; urgency=low

  * Re-add CP1251 override for Russian
  * Add other standard Windows codepages to the selection list

 -- Robin Hill <maemo@robinhill.me.uk>  Fri,  2 Jul 2010 13:35:00 +0100

autocompleteeditor (0.0.10-1) stable; urgency=low

  * Move the hildon-input-method kill call into ACEFile, so it's called
    whenever the dictionary is written.  Previously it wasn't being called
    when running in command-line apply-blacklist mode.

 -- Robin Hill <maemo@robinhill.me.uk>  Thu,  1 Jul 2010 14:00:00 +0100

autocompleteeditor (0.0.9-1) stable; urgency=low

  * Cleanup language handling - use CP1252 for English, and the default
    (usually appropriate ISO-8859 variant) for others.
  * Cleanup error handling
  * Handle truncated dictionary records
  * Fix Delete button label when starting in Blacklist mode
  * Add configuration option to allow overriding the system default character
    encoding

 -- Robin Hill <maemo@robinhill.me.uk>  Thu,  1 Jul 2010 11:40:00 +0100

autocompleteeditor (0.0.8-1) stable; urgency=low

  * Added support for blacklisting words
  * Allow blacklists to be applied without launching the GUI
  * Added additional delete mode for moving items to the blacklist

 -- Robin Hill <maemo@robinhill.me.uk>  Wed, 23 Jun 2010 15:20:00 +0100

autocompleteeditor (0.0.7-1) stable; urgency=low

  * Added hardcoded mappings for locale:codec translation.  Unfortunately the
    N900 doesn't use the defined locale encoding when writing to the
    auto-complete dictionary, so we need to use this method instead.
  * Added configuration dialog.  Currently allows selection of the deletion
    mode (Normal, Confirm, OnClick).  This is saved to the config file so
    persists between sessions.

 -- Robin Hill <maemo@robinhill.me.uk>  Thu, 17 Jun 2010 13:20:00 +0100

autocompleteeditor (0.0.6-1) stable; urgency=low

  * Changed location for saved settings file

 -- Robin Hill <maemo@robinhill.me.uk>  Tue, 15 Jun 2010 22:25:00 +0100

autocompleteeditor (0.0.5-1) stable; urgency=low

  * Added message box to alert user to unidentified dictionaries.
  * Limited error message to two levels of traceback
  * Save last viewed dictionary
  * Changed to use python for locale conversion as Qt was not working

 -- Robin Hill <maemo@robinhill.me.uk>  Tue, 15 Jun 2010 17:00:00 +0100

autocompleteeditor (0.0.4-1) stable; urgency=low

  * Added missing python2.5-qt4-maemo5 dependency (needed for popup
    notifications)
  * Changed to handle files containing multiple dictionaries.
  * Added option to clear all entries for a dictionary.

 -- Robin Hill <maemo@robinhill.me.uk>  Tue, 15 Jun 2010 15:30:00 +0100

autocompleteeditor (0.0.3-1) stable; urgency=low

  * Use a dict for the position information rather than multiple variables.
  * Save all variable metadata (including new variable) so it can be written
    back when the file's saved.
  * Added busy spinner while saving and information box to report saving
    complete.
  * Changed to use multi-selection rather than extended selection, as it seems
    more reliable on Maemo.

 -- Robin Hill <maemo@robinhill.me.uk>  Sat, 12 Jun 2010 20:36:19 +0100

autocompleteeditor (0.0.2-1) stable; urgency=low

  * Added check to ensure file format matches the recognised format.
  * Fixed section for package.

 -- Robin Hill <maemo@robinhill.me.uk>  Fri, 11 Jun 2010 12:19:00 +0100

autocompleteeditor (0.0.1-1) stable; urgency=low

  * Initial release

 -- Robin Hill <maemo@robinhill.me.uk>  Thu, 10 Jun 2010 20:58:00 +0100
