2005-12-06  Takashi Nakamoto  <bluedwarf@openoffice.org>

 	* preparation for release (ver 1.0)

	* fix
	 - rearrangement of some manuals

2005-12-01  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* enhancement
	 - Output notification when duplicated process was found.

2005-11-30  Takuro Ashie <ashie@homa.ne.jp>

	* enhancement
	 - Check duplicated process.

2005-11-22  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* obolete
	 - DefaultWindowPosX and DefaultWindowPosY option

2005-11-08  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix (KasumiString.cxx)
	 - load words including "=" properly

2005-10-15  Takuro Ashie <ashie@homa.ne.jp>

	* KasumiMainWindow.cxx, KasumiAddWindow.cxx:
	Set default window position to GTK_WIN_POS_MOUSE.
	If you feel unpleasant, please revert it.

2005-10-15  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - request >=gtk2.4.0 for GTK_COMBO_BOX

2005-09-19  Takashi Nakamoto  <bluedwarf@openoffice.org>

 	* preparation for release (ver 0.10)

2005-09-07  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - No save, when add a new word in adding mode

2005-09-05  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* enhancement
	 - tooltips for adding window
	 - obsolete KasumiOutOfBoundException
	 - make columns resizable

2005-09-01  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - changed exception handling system

	* fix (in KasumiAddWindow.cxx)
	 - wrong string for verb option

2005-08-29  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* enhancement
	 - make adding mode buttons not to display string for neat appearance

	* enhancement
	 - sort function for word class

	* enhancement
	 - sort function for sound

	* enhancement
	 make typical buttons to use stock

2005-08-23  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* feature
	 - sort function
	   ( Just supporting sorting by frequency only because it is still
	     experiment. )

	* enhancement
	 - a new option to ignore X selection
	   thanks to nubata
	   http://kasumi.sourceforge.jp/index.php?%A5%D0%A5%B0%CA%F3%B9%F0%2F50

2005-06-02  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix (in KasumiString.cxx)
	 - avoid comparison with unsigned int value and "npos"
	   ("npos" can be negative value

2005-05-27  Takashi Nakamoto  <bluedwarf@openoffice.org>

 	* preparation for release (ver 0.9)

	* fix
	 - verb can be registered only with anthy 6131 or later

2005-05-23  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - changed behavior when changing a word class in adding mode
	   not to jump to unconcerned position

	* enhancement
	 - Verb registration support

2005-05-18  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* enhancement
	 - save dictionary when "Add" button clicked in "Adding" mode

	* fix
	 - typo: "versoin" -> "version"
	 - type definition "size_type" -> "string::size_type"
	 - for http://kasumi.sourceforge.jp/index?%A5%D0%A5%B0%CA%F3%B9%F0%2F45
	   thanks to pinkmonkey http://d.hatena.ne.jp/pinkmonkey/20050411

2005-04-11  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - avoid comparison with unsigned int value and "npos"
	   ("npos" can be negative value)

2005-04-08  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - make the button in adding window smaller

	* preparation for release (ver 0.8)

2005-04-07  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - trivial change for no-warning compilation

2005-04-06  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - When Kasumi is launched in adding mode, the selected utf8 string
	   will be set in the spelling entry

	* fix
	 - to enable "--version" and "--help" option

2005-04-04  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - updated automake version from 1.4 to 1.7.9
	 - updated autoconf version from 2.13 to 2.59

2005-04-02  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - revise UI for adding new word

2005-03-02  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - A new icon for Kasumi (kasumi.png)
	   It will be installed in /usr/local/share/kasumi/ by default

	* fix
	 - launch correctly unless ~/.anthy directory exists

2005-03-01  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - typo

	* fix
	 - solved inability to change mode

	* fix
	 - change the type of 'i' to be compared with 'npos' from unsigned int 
	   to (signed) int because npos can be negative value in x86_64
	   machine.

2005-01-31  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - quit correctly when close button clicked

2005-01-08  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - do not accept non-Hiragana character in Sound entry

2005-01-07  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - mode switch

2005-01-06  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* fix
	 - validate method for configurations

2004-12-30  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* preparation for release (ver 0.7)

2004-12-28  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - incremental search

2004-12-27  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - configuration option for default window position 

2004-12-21  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - flexible default values in various fields

2004-12-20  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - shortcut key configuration

	* New feature
	 - Users can change default/maximum/minimum frequency value
	 - Remove "Add" button and add "New Word" button

2004-12-08  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - configuration framework

2004-12-07  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* KasumiMainWindow.cxx: Feature
	 - default status of prefix search is set checked

2004-12-02  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* main.cxx: Fix
	 - fix argument handling codes to resolve segumentation fault
	 which rises if wrong argument (such as "--ad") specified.
	 - remove the message about dictionary file reading from output
	 string which displayed when "--help" option specified

2004-11-27  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* Fix
	 - trivial code and comment change for easy code reading

2004-11-26  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* KasumiAddWindow.cxx: New feature
	 - shortcut key for add window

	* KasumiAddWindow:cxx: Fix
	 - to resize add window acorrding to content size

2004-11-25  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - Shortcut key

	* Fix
	 - trivial change for Changed* methods' argument

2004-11-14  Takashi Nakamoto  <bluedwarf@openoffice.org>

	* Fix
	 - trivial change for temporary file 

	* New feature
	 - prefix search function

2004-11-12 Takashi Nakamoto  <bluedwarf@openoffice.org>

	* Fix
	 - adjust default frequency value and upper bounds
	
2004-11-10 Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - search function (complete version)
	
2004-11-10 Takashi Nakamoto  <bluedwarf@openoffice.org>

	* KasumiDic.cxx: Load dictionary directly from "anthy-dic-tool
	--dump" storing into temporary file.
	If user removed word, it will be removed correctly from Anthy's
	internal dictionary.
	* Solved some compile warnings
	* KasumiMainWindow.cxx: changed add word operation.
	* New feature
	 - search function (test version)

2004-11-05 Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New feature
	 - Add Window.

2004-11-03 Takashi Nakamoto  <bluedwarf@openoffice.org>

	* New version of Kasumi rewritten by C++.
	* KasumiMainWindow.cxx: New option pane for noun and adverbs.
