Overview of Changes from libtomoegtk-0.5.1 to tomoe-gtk-0.6.0
===============================================================
* Rename the package name from libtomoe-gtk to tomoe-gtk.
* Choose default dictionary according to current locale.
  However currently no dictionary will be enabled with most locales except ja
  or zh_CN, and on-demand language switching is not implemented yet.
  Please use tomoe application with above locales like this:

  $ LANG=zh_CN uim-tomoe-gtk
  $ LANG=ja scim-tomoe
  ...

* Add tomoe_gtk_init() and tomoe_gtk_quit().
  Although tomoe_window_new() calls tomoe_gtk_init() internally for
  compatibility reason, it is recommended to call tomoe_gtk_init() manually in
  your code.
* Add --with-gucharmap option.
* Python binding.
* Some minor fixes.

Overview of Changes from libtomoegtk-0.5.0 to libtomoegtk-0.5.1
===============================================================
* Fix a bug that the candidates view in the handwriting page isn't drawn on KDE
  environment.

Overview of Changes from libtomoegtk-0.4.0 to libtomoegtk-0.5.0
===============================================================
* Search characters by stroke count.

Overview of Changes from libtomoegtk-0.3.0 to libtomoegtk-0.4.0
===============================================================
* Adaptation to TOMOE-0.4.0.
* Removed dictionary pages. It will be provided as separated tools later.

Overview of Changes from libtomoegtk-0.1.0 to libtomoegtk-0.3.0
===============================================================
* Adaptation to TOMOE-0.3.0.
* List view of the contents of each dictionary.
* Searching the characters which has the readings you specify.
* Selection dictionary which you use.
* Editing character information, strokes, readings, character.
