2009-02-23 Pete Black <theblackpeter@gmail.com>
* 0.63: version release
  * fixed incorrect parsing of -flags command line parameter

2009-02-22 Pete Black <theblackpeter@gmail.com>
* 0.62: version release
  * added XKb support
  * added input buffer support and refactored Kisa::addCharacter()
  * added apostrophe support
  * added check on keyboard layout updated to prevent unnecessary updates
  * added so that qmake can be passed as parameter to the .pro file (people
    still use qmake-qt4)
  * added Ukrainian translations, thanks to Yuri Chornoivan
  * fixed "replace in client", should be stable now
  * fixed LINGUAS variable not being passed down to src.pro
  * fixed issue 1 and issue 5, where some correctly spelled words being treated
    as misspelled
  * fixed issue 6 so that main widget state is persisted in config file
  * fixed issue 4 where dictionary history got erased on settings change
  * fixed loading of translations
  * changed country_language_mappings.txt to layout_locale_mappings.txt
  * changed so that text gets cleared on enable/disable change
  * changed -language command line parameter to set application language
  * updated dependencies (added g++)

2009-02-13 Pete Black <theblackpeter@gmail.com>
* 0.56: version release
  * added first suggestion to system tray pop-up notification
  * added a bunch of DEFINES/compile time variables
  * added kxkb DBus hack/support to getKeyboardInputLayout
  * added pop-up window filtering
  * added INSTALL_ROOT support (hack) in .pro file (like ./config --prefix=PREFIX)
  * fixed missing icons
  * fixed translations path
  * fixed application icon being incorrectly set at startup by updateSystemTrayIconMenu
  * fixed keyboard layout change notification by adding hack kxkb
  * fixed missing read/write of hyphenAsPunctuation setting
  * fixed tool button not being set to "auto raise" when changing appearance setting
  * changed KisaEvent constructor to use initialization lists
  * changed default install path root to /usr/local
  * changed setting file to use all lower case ~/.config/kisa/kisa.conf
  * changed stop and run to disable and enable
  * changed to use KDE4 as default
  * updated and cleaned up documentation
  * removed custom down arrow from the tool button

2007-10-17 Pete Black <theblackpeter@gmail.com>
* 0.43: version release
  * fixed so 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 punctuation now also triggers spell check (thanks to David Baron)
  * fixed any unrecognized key now clears the text field
  * fixed 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 direction 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
