2005-03-30  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* Makefile.am: 
	- Fixed the installation bug that uim files will be installed with
	  the command 'make install'.
	  Thanks for the notice from UTUMI Hirosi.
	
	* prime.scm:
	- Allowed to select a candidate with a number key in a segment state.
	  Thanks for the notice from UTUMI Hirosi.

2005-03-08  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	- Fixed the bug that prime-set-candidate-index-handler does not commit
	  the selected candidate.
	  Thanks for the notice from Masaki Yatsu. 
	- Added a new function prime-commit-segment-nth which commits
	  the nth segment.

2005-03-05  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* uim-prime 0.9.4:

	* prime-custom.scm: 
	- Added the option prime-custom-number-selection to toggle candidate
	  selection by pressing number keys in a preediting mode.
	- Hidden the options default-widget_prime_input_mode and
	  prime-input-mode-actions, and related operations.

2005-03-04  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime-custom.scm: 
	Uncommented default-widget_prime_input_mode and
	default-widget_prime_input_mode.to avoid an error of uim-update-imlist.

2005-03-03  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime-custom.scm: [NEW FILE]
	Modified to integrate with the custom prime.scm.
	
	* prime-key-custom.scm: [NEW FILE]
	The same with the original file in uim-0.4.6.

	* prime.scm: 
	- Changed behaviors of prime-any-keys on
	  prime-modify-state and prime-segment-state.
	- Fixed a bug of prime-application-mode.
	- Fixed a bug of prime-convert-selection-move.
	- Allowed to select the default language from Japanese or English.
	- Allowed to select the default space character.
	- Allowed to toggle the vi user's option.
	- Allowed to toggle the word annotations.
	
2005-03-02  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	Modified a lot for uim-0.4.6.

2005-02-01  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	Added English prediction.
	
2005-01-18  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	Added the function prime-engine-context-reset.

2005-01-12  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* uim-prime 0.9.3-alpha3-2:
	(I orz this ugly version number.)
	
	* prime.scm: 
	Enabled a nesting session.
	Delete specific modes for word registration.

2004-12-31  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* uim-prime 0.9.3-alpha3:
	
	* prime.scm: 
	- Added an customize variable 'prime-always-show-window?'.
	- Added an application spesific mode.  It's just for vi.
	- Added an annotation 'comment'.  Almost all comments originate from
	  a SKK dictionary.

2004-12-23  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	- Implementing functions for the PRIME2 protocol (for PRIME 0.9.4).
	- Added the customize option 'prime-always-number-selection?'.

2004-12-22  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm: 
	Implementing functions for the PRIME2 protocol (for PRIME 0.9.4).

2004-12-13  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm (prime-command-conv-cancel): 
	Fiexed a typo of the function prime-convert-cancel.
	Thanks for the notice from Masaki Yatsu.

2004-12-11  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm (prime-mode-set-mode): 
	Added F6 - F10 functions to the state prime-state-converting.
	
2004-12-10  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm (prime-command-register-fund-commit): 
	Fixed a bug that the state does not change to the fund mode.

2004-12-09  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* uim-prime 0.9.3-RC1:
	- Supported new protocols of a PRIME server for a preedition.
	- Supported displaying usages of candidate words.
	
	* prime.scm (prime-engine-get-version):
	This function gets a verstion string of the PRIME server.

2004-12-08  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm (prime-get-candidate-handler):
	Change the method to get annotations of words,
	from getting them from this client, to from a server.

	* prime.scm (prime-command-mode-*):
	Added commands to change typing modes.

	* prime.scm (prime-get-candidate-handler): 
	Added a function for display usage examples of candidate words.

	* prime.scm (prime-get-nth-candidate): 
	Fixed a bug of checking the length of candidate words.

2004-12-07  Hiroyuki Komatsu  <komatsu@taiyaki.org>

	* prime.scm
	Modified a lot to use a server-side preediting function.

