2007-10-17 Pete Black <theblackpeter@gmail.com>
* 0.43: version release
  * fixed bug: now possible to change dictionary even when "change dictionary on keyboard layout changes" option is selected
  * removed: duplicate call to updateToolButtonMenu() at startup
  * removed: double-click no longer executes the custom command (thanks to David Baron)
  * added: "Treat hyphen as punctuation" option (thanks to David Baron)
  * added: missing version number in about message
  * added: additional aspell configuration options; dict-dir, prefix and extra-dicts
  * changed: version numbers are now strings by default
  * changed: how to build debug version information
  * changed: command-line flags now use single "-" instead of "--"

2007-10-16 Pete Black <theblackpeter@gmail.com>
* 0.40: version release
  * fixed bug: punctuation now also triggers spell check (thanks to David Baron)
  * fixed bug: any unrecognized key now clears the text field
  * fixed bug: ignore hyphen if no other characters in the word (that is, no initial hyphen allowed)
  * published: user manual and API documentation
  * removed: "run on startup" option
  * added: automatic direction and locale change on keyboard layout change
  * added: misspelled word is now "clickable" which executes custom command
  * added: double-click runs custom command on any word
  * added: help option to the system tray menu that opens the users manual URL
  * added: the possibility to change layout direaction in the context menu
  * added: custom command icon
  * added: "add to personal word list" context menu option
  * added: "ignore word" (add to session list) context menu option
  * added: warning about using Qt version < 4.3.2 in kisa.pro
  * added: version-bump script and created make file target rule
  * changed: kisa.pro file now uses escape_expand() to create custom make file target rules (that's why Qt 4.3.2 is needed)
  * changed: initial dictionary is now determined by current keyboard layout at startup
  * changed: cursor position set to 1 for custom command URL (in the extras settings)
  * changed: default mouse pointer set to "arrow" for the text field in the main window
  * changed: "Update dictionary on keyboard layout change" is now known as "Change dictionary on keyboard layout change"
  * changed: catchphrase is now "Kisa — live! spell checker"

2007-09-26 Pete Black <theblackpeter@gmail.com>
* 0.32: initial release
