2004-03-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix focus related problems. Thanks to Etushi Kato.
2004-03-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Disable context when the process recieve the message "focus_in" from other
	process.
	
2004-03-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Some programs such as OpenOffice.org & Tgif don't call unset_focus function, 
	so set_focus function should be processed every time. Thanks to Etsushi Kato.
	
2004-03-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	(reverse longest-head)
	
2004-03-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.3.3
	
2004-03-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	select_count should be boolean?
	
2004-03-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Don't move segment when candidate selected.
	
2004-03-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	implement more m17nlib code
	
2004-03-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add m17n prefix to the name
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	avoid multiple initialization of anthy from scheme side
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	avoid multiple initialization of anthy
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	use context id to check availability of conversion
	spell and indent fix
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly handle anthy_create_context() failure
	
2004-03-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add register function, but not working yet.
	
2004-03-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Use _exit instead of exit, because exit calls ORBit's exit handler. Thanks to 
	Frederic Crozat and Michael Meeks.
	
2004-03-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore key events with alt or ctrl.
	
2004-03-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to GTK+-2.4
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	proper handling of buffer full condition
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	back out delayed initialization of anthy
	
2004-03-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Candidate window should be shown when it's active.
	
2004-03-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add #include <alloca.h> to compiled with Solaris
	
2004-03-19 YamaKen <yamaken@bp.iij4u.or.jp>
	
	configure.ac: Make enviroment dependent features configuragle (not yet done)
	
2004-03-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Don't use gdk_window_get_toplevel in set_client_window,
	because it cause segv.
	
2004-03-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add filter when candidate window is created
	
2004-03-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Oops, uim-prime doesn't work if prime-wide-latin-key? is't defined.
	
2004-03-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix behavior of skk-prop-handler
	
2004-03-19 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	close file descriptor in case of EOF
	
2004-03-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	increase read buffer size.
	do not call read(2) if there is no buffer.
	correct check of too long message.
	
2004-03-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	close file descriptor in case of EOF
	
2004-03-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change URL of uim
	
2004-03-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	quit function is called whether init function is called or not.
	
2004-03-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	implement alloc and release context
	
2004-03-16 YamaKen <yamaken@bp.iij4u.or.jp>
	
	prime.scm: Fix prime-prev-candidate-key? definition as follow
	redefinition of generic-prev-candidate-key?. Quote is required
	to follow redefinition of predefined predicates.
	
2004-03-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	more implementation of m17nlib module
	
2004-03-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	move inclusion of iconv.h to uim-func.c
	
2004-03-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	implement input method list
	
2004-03-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Though I'm not understanding yet, this change makes screen-uim working.
	
2004-03-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove skk-like key binding
2004-03-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove skk-like key binding
2004-03-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Free contexts when quit
2004-03-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	do not use stdio in uim_helper_send_message
	
2004-03-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly link m17nlib
	
2004-03-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	call uim_helper_label_update() with focus in
	
2004-03-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add initial scm side code for m17nlib
	
2004-03-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add m17nlib configuration
	
2004-03-13 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add m17nlib detection
	
2004-03-13 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Delay anthy's initialization
	
2004-03-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove out of date description.
	
2004-03-12 YamaKen <yamaken@bp.iij4u.or.jp>
	
	prime.scm: - Fix broken mode-list handling
	           - Make mode-value symbolic
	
2004-03-12 YamaKen <yamaken@bp.iij4u.or.jp>
	
	prime.scm: Make candidate selection untouched on cursor moving
	
2004-03-12 YamaKen <yamaken@bp.iij4u.or.jp>
	
	prime.scm: Select last candidate as properly on begin-verversion
	starting with prime-prev-candidate-key?
	
2004-03-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix uim_iconv_code_conv's prototype
	
2004-03-09 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark 2nd argument of uim_prop_activate as const
	
2004-03-09 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Don't ignore insert key.
	
2004-03-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add emergency key
	
2004-03-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	change lreadparen() to iterative version
	
2004-03-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark const to uim_helper_send_message()'s 2nd argument
	
2004-03-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add pyload.scm
	
2004-03-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.3.2
	
2004-03-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Delay loading pinyins
	
2004-03-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Delay loading romaja.scm.
	
2004-03-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove unused functions
	
2004-03-06 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Rename member of UPreeditAttr to be having 'UPreeditAttr_'
	prefix rather than strange 'UPeAttr_' prefix. Backward
	compatible definition is also kept for now. ABI is not changed.
	
2004-03-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix compile error, Add NULL check. Thanks to Etsushi Kato.
	
2004-03-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add null check
	
2004-03-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark more functions static. change declaration order.
	
2004-03-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add description of uim_get_nr_im()
	
2004-03-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove unused prototypes. mark some functions static.
	
2004-03-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove sliba.c
	
2004-03-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	move all of functions in sliba.c to slib.c
	
2004-03-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	GTK_IMMODULES = $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules
	
2004-03-02 YamaKen <yamaken@bp.iij4u.or.jp>
	
	skk.scm: Fix quitting from learning as commit okuri-gana properly
	
2004-03-02 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Apply correct patch to implement getpeerid for NetBSD. Thanks to KIHARA Hideto-san.
	
2004-03-01 YamaKen <yamaken@bp.iij4u.or.jp>
	
	skk-editor.scm: Fix learning broken by tri-mode kana
	handling. Your .skk-uim-jisyo may contains broken entry which
	index-word is written as katakana. Remove such entries.
	
2004-02-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.3.1
	
2004-02-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change mode from input to conversion when up/down key pressed.
	
2004-02-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Do not call vload directly.
	
2004-02-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Oops, I forgot some close parens...
	
2004-02-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Don't flush rk-pending when arrow key pressed. Kana-input mode needs them.
	Though it's not good from the point of view of consistency...
	
2004-02-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to NetBSD (Thanks to KIHARA Hideto)
	
2004-02-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	temporary fix for storage shortage. I have to enable gc in loading scm files.
	
2004-02-29 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Support Super and Hyper modifier keys
	
2004-02-29 YamaKen <yamaken@bp.iij4u.or.jp>
	
	* anthy.scm: Mofify preedit handling appropriately
	  - Flush rk-context on cursor move
	  - Enable beginning-of-preedit and end-of-preedit operations on
	    composing
	
2004-02-29 YamaKen <yamaken@bp.iij4u.or.jp>
	
	skk.scm: trivial cleanup
	
2004-02-29 YamaKen <yamaken@bp.iij4u.or.jp>
	
	zaurus.scm: Add SL-6000 specific keys
	
2004-02-29 YamaKen <yamaken@bp.iij4u.or.jp>
	
	* Replace key binding definitions with define-key in generic-key.scm
	* Make key-predicates that defined in generic-key.scm be having
	  '?' suffix
	
2004-02-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly calculate right limit of preedit region.
	
2004-02-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	rename uim_helper_check_connection -> uim_helper_check_connection_fd
	
2004-02-28 Masahito Omote <omote@utyuuzin.net>
	
	Use mkstemp instead of tmpnam.
	
2004-02-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	I have forgot this at last commit.
	
2004-02-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Use getpeerid or SO_PEERCRED to check connection.
	Thanks Etsushi Kato-san.
	
2004-02-27 YamaKen <yamaken@bp.iij4u.or.jp>
	
	* Replace key binding definitions with define-key in *.scm
	  except generic-key.scm
	* Make key-predicates be having '?' suffix (except generic-key.scm)
	* doc/KEY: Newfile
	
2004-02-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Also call uim_prop_label_update when focus in.
	
2004-02-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	cosmetic changes. add type casting.
	
2004-02-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill compilation warnings. Thanks to Fabian-san.
	
2004-02-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Properly find 64bit libs. Thanks to Fabian-san.
	
2004-02-26 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Replace UKeyModifier names with new one (succeeds change in -r528:529)
	
2004-02-26 Masahito Omote <omote@utyuuzin.net>
	
	I forgot to add BSD license to COPYING and xim/*.
	
2004-02-26 YamaKen <yamaken@bp.iij4u.or.jp>
	
	API renaming involving IM bridges. See [Anthy-dev 573]. ABI is
	keeped. Source level compatibility is keeped for now, but old
	UKeyModifier names will be deprecated in the future. Please
	replace the names by new one.
	
2004-02-26 Masahito Omote <omote@utyuuzin.net>
	
	I broke pyunihan's table. If this change still breaks it, please revert.
	
2004-02-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill warning of type mismatch
	
2004-02-26 Masahito Omote <omote@utyuuzin.net>
	
	Add BSD license.
	
2004-02-26 Masahito Omote <omote@utyuuzin.net>
	
	Add BSD license(based on canna.scm) and remove GPL license.
	
	
2004-02-26 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix symbol conflict of uim-screen on *BSD and MacOSX
	platform. Thanks to Kato-san
	
2004-02-26 Masahito Omote <omote@utyuuzin.net>
	
	PY.scm: Add GPL COPYING.
	the others: Add BSD license(based on canna.scm) and remove GPL license.
	
2004-02-25 Masahito Omote <omote@utyuuzin.net>
	
	* Create ChangeLog from commit logs.
	
2004-02-25 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Decline C99 style declaration in uim.h. Thanks to ashie-san
	
2004-02-25 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Fix anthy-commit-as-opposite-kana involving tri-mode kana handling
	- Replace key binding definitions with define-key in anthy.scm
	- Rename key-predicates as foo-key? in anthy.scm
	
2004-02-25 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Add <IgnoreRegularShift> key-str prefix for shift-sensitive
	  control keys (e.g. "<Shift>home")
	- Completes shift-key handling of define-key. define-key now
	  accepts any of "<Shift>home", "<Control>A" and "<Control>a"
	- Deprecate global-case-insensitive-control-key?
	- define-key has been usable. Now is the time to transit to new
	  key-binding method
	
2004-02-25 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix enbuged <IgnoreShift> handling in parse-key-str
	
2004-02-25 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Cleanup around parse-key-str
	
2004-02-24 Masahito Omote <omote@utyuuzin.net>
	
	Revert the change of revision 515. This is my misunderstanding.
	
2004-02-24 Masahito Omote <omote@utyuuzin.net>
	
	canna.c,canna.scm: Change copyright.
	 - Remove BSD License section 3(advertising clause).
	
2004-02-24 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Fix zenkaku-space handling in wide-latin mode (anthy, skk,
	  canna, prime)
	- Fix skk-on-key handling as always transit to skk-type-hiragana
	  (rather than restoring previously used kana-mode)
	- Fix skk-hankaku-kana-key handling as ddskk's
	
2004-02-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	pass other keys in 10key pad. Thanks Etsushi Kato-san.
	
2004-02-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	stop exporting non-uim API symbols
	
2004-02-23 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	sane support of 10keys. Thanks Etsushi Kato-san.
	
2004-02-23 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add support of uim-helper to uim-xim. thanks Kato-san
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot use return, up, down keys when there's no preedit.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.3.0
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Expand heap size.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fixed memory leaking
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Merge romaja.scm, pyunihan.scm
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore inappropriate key event.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore inadequate key event.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore inadequate key event.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Send "close" when exit.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to new candidate spec.
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to propery
	
2004-02-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix small bug related on property.
	
2004-02-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix again endian.
	
2004-02-22 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Treat first arg to define-key (variable name) as quoted
	
2004-02-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add some description
	
2004-02-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix some warnings
	
2004-02-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add proper includes
	
2004-02-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill a warning
	
2004-02-21 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Make implicit key-modifiers work correctly on define-key
	- Accept preexisting predicate symbol on make-single-key-predicate
	
2004-02-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Require gtk+ >= 2.2.0
	
2004-02-21 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add define-key for easy key-binding. Implicit <IgnoreShift> is
	still not working.
	
2004-02-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Works with konqueror, kpresenter, etc.(by yusuke)
	
2004-02-21 YamaKen <yamaken@bp.iij4u.or.jp>
	
	* API change *
	- Introduce 'struct uim_code_converter' to abstract platform-dependent
	  character code conversion method
	- Modify uim_create_context() as requires an uim_code_converter
	- Export default uim_code_converter implementation using iconv
	
2004-02-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to ten-key
	
2004-02-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill sym_t exporting
	
2004-02-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	do not use exported sym_t value. use siod_true_value() instead
	
2004-02-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	going to eliminate exporting sym_t
	
2004-02-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to Mac OS X
	
2004-02-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	using libtool object
	
2004-02-18 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Add segment-separator drawing support to gtk-im-uim
	- Add segment-separator drawing support to uim-canna
	- Enable 'uim-color' style switching
	- Generalize skk-setup-style and uim-setup-color to update-style
	- Fix a memory leak in gtk-im-uim init_candidate_win()
	
2004-02-18 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Add skk-opposite-kana procedure for tri-state kana mode handling
	- Fix committing opposite kana in skk-proc-state-kanji
	
2004-02-18 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Update property related codes.
	
2004-02-18 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix arguments of skk-update-prop-label.
	Remove annotation in word-learning mode.
	
2004-02-18 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Qt send ClientWindow instead of FocusWindow. This change will make us
	happy when using uim-xim with Qt. I think the number of rest bugs to 
	show preedit with Qt is only one and I hope yusuke will resolve that!
	
2004-02-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix endian, add new attribute
	
2004-02-16 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix corrupted Japanese romaji table
	
2004-02-15 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Make util.scm is loaded prior to im.scm definitions
	
2004-02-15 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Fix broken parse-key-str
	- Lift 'else' definition up as a global effect
	
2004-02-12 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Accept both gtk-style and emacs-like key bindings on make-key-predicate
	- Accept preexisting predicate rather than key-str on make-key-predicate
	- Accept new 'ignore-shift' key prefix on make-key-predicate
	
2004-02-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Execlp's fisrt argument is pointer of file which want to exec
	
2004-02-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add flag using-kana-table?
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix small bug.
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to kana-rule
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add kana-rule
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Perform appropriate actions on set-candidate-index-handlers
	  - deactivate candidate selector and move to next segment on
	    anthy-set-candidate-index-handler
	  - commit current candidate on skk-set-candidate-index-handler
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix corrupted ja-rk-rule and ja-wide-rule in japanese.scm
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Fix incorrect local variable name in skk-make-string
	- Fix new tri-mode kana handling involving skk-make-string
	- Fix new tri-mode kana handling on skk-update-mode
	- Enable hankana-mode in mode-list on skk.scm
	- Make mode-value symbolic on skk.scm
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Fix new tri-mode kana handling on anthy-update-mode
	- Make mode-value symbolic on anthy.scm
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Decline C99 style variable declaration.
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to hankaku-kana
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to hankaku-kana
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add hankaku-kana
	
2004-02-11 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Trivial cleanup. NULL pointer checking is not required for free(3).
	
2004-02-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	temporary fix
	
2004-02-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	update
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Merge color.scm to util.scm
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	I've forgotten to commit this file.
	
2004-02-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	PageUp, PageDown enabled
	
2004-02-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add shift_page_cb
	
2004-02-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	update a little
	
2004-02-10 Masahito Omote <omote@utyuuzin.net>
	
	Add support for changing preedit's foreground and background color in
	conversion mode.
	
2004-02-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Because some window manager like xfwm4 has a bug related to focus in/out
	
2004-02-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore SIGPIPE
	
2004-02-10 YamaKen <yamaken@bp.iij4u.or.jp>
	
	- Add a new preedit attribute 'segment separator'
	- Add segment separator insertion feature to anthy.scm. A new
	  config variable 'anthy-show-segment-separator?' is available.
	- Segment separator is working good with IMKit-uim HEAD on
	  Qtopia. Gtk-immodule and uim-xim follows later.
	
2004-02-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Using display_limit instead of NR_CANDIDATE
	
2004-02-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	NULL checking is not good way, because uim_get_candidate must allocate memory
	
2004-02-09 Masahito Omote <omote@utyuuzin.net>
	
	uim-canna:
	 - Sync with the change of get-candidate-handler but uim-canna does not work.
	 - canna-release-key-handler: implemented.
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink siod more
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	reorder function declaration to avoid warning
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix a typo.
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill floating points more
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	switch to intcons from flocons
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Cleanup around API spec change
	  - implement uim_candidate_free()
	  - constize uim_candidate_get_{cand_str,heading_label}()
	  - eliminate a magic number (temporalily)
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix excessive key release event discard on generic-im.
	Some other IMs are still having this problem.
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix key-press-handler and key-release-handler to pass modifier
	key press/release edge to apps.  Don't discard unnecessary key
	events. They are necessary for proper GUI widget handling. More
	correction over entire uim codes is needed.
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Update library version
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	API/ABI was breaked, so version up to 0.0.1
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix key-press-handler as presumably intended.
	The code has been modified was introduced between uim-0.0.9 and uim-0.1.0.
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Update authors
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	disable differed interrupt processing
	
2004-02-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	prepare to remove double/float type from siod
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Merge screen-uim.
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change spec of get-candidate-handler
	
2004-02-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Comment out worthless debug message.
	
2004-02-08 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Fix excessive key release event discard on Anthy and SKK.
	Any other IMs are still having this problem.
	
2004-02-07 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add some explanation
	Substitute 'call back' by 'callback'
	
2004-02-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add some documents
	
2004-02-07 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add zaurus.scm
	
2004-02-06 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add zaurus.scm: platform-specific support for Sharp Zaurus PDA
	
2004-02-06 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add F13 - F35 and non-standard platform specific keysym definitions
	
2004-02-06 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add uim_get_im_encoding() API to allow using platform dependent
	encoding converter
	
2004-02-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change semantic of third argument of begin_cb.
	
2004-02-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly draw preedit string for over-the-spot.
	Dirty hack, XIM is the dirt.
	
2004-02-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot input ordinary roma-ji when using AZIK rule.
	
2004-02-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add table for AZIK.
	
2004-02-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Extend heap size
	
2004-02-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Do not read files in current directory.
	
2004-02-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.8
	
2004-02-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up.
	
2004-02-02 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Make candidate window invisible when backspace key pressed
	
2004-02-02 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot commit by return key in hangul2
	
2004-02-02 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reverted back to revision 394. Lightblue isn't good for 
	people who have abnormal color sensation.
	Wait color customization feature, or implement color 
	customization feature ;-)
	
2004-02-02 Masahito Omote <omote@utyuuzin.net>
	
	Oops, r402 makes canna disabled.
	
2004-02-02 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Rename skk-commit-newline-explicitly to skk-commit-newline-explicitly?
	
2004-02-02 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add skk-commit-newline-explicitly. Turn it into #t provided safe behavior.
	
2004-02-02 Masahito Omote <omote@utyuuzin.net>
	
	- canna.c: I forgot to return NIL and delete unused functions.
	- skk-dic.c: use fstat instead of stat.
	- configufe.ac: Add #undef _WCHAR_H_ when AC_CHECK_HEADER(RK.h).
	
2004-02-02 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	function name to contain its restriction
	
2004-02-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Commit "\n" instead of raw key event handling
	
2004-02-01 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	update
	
2004-01-31 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Accept multiple key-string on make-key-predicate. Thanks for
	Kouhei Sutou <kou at cozmixng.org> for some advices and
	providing 'list?' procedure.
	
2004-01-31 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	document update
	
2004-01-31 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill unused function poparg
	
2004-01-31 Masahito Omote <omote@utyuuzin.net>
	
	Change a preedit's foreground color and background color from white/black to black/lightblue.
	
2004-01-28 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Add make-key-predicate for easy key-binding definition
	
2004-01-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to prev key, next key, in state-preedit. Clear preedit when converting end.
	
2004-01-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	revert static 'last
	
2004-01-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove make-list function from siod
	
2004-01-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add few document
	
2004-01-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot move by cursor key when there's no preedit
	
2004-01-27 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Modify the mode-list label "RAW" to "chokusetsu-nyuuryoku"("RAW" in Japanese) on skk and tutcode
	
2004-01-27 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Modify the mode-list label "RAW" to "chokusetsu-nyuuryoku"("RAW" in Japanese) on skk and tutcode
	
2004-01-27 YamaKen <yamaken@bp.iij4u.or.jp>
	
	Correct number of elements in skk-context at skk-context-new
	
2004-01-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	a little refactoring
	
2004-01-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	reset op-count when conversion end. and some clean up, small bug fix.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reduce calling of im-update-preedit
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	lstat -> stat
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reduce unnecessary calling of im-update-preedit.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reduce unnecessary calling of im-update-preedit.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add prototype and fix wrong comment
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add `ICONV_LIBS` to ldadd
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add checking whether file descriptor is writable or not. 
	I have no confidence that this change make uim more stable.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If cannot use gtk+2, candidate window will be disable.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add tcode correspondings
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add new scheme function string->charcode
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	many many updated.
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	fix timing of updating candidate window coordinate
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change some key bind
	
2004-01-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If wrong number key is pressed, simply ignore it.
	
2004-01-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	translate some Japanese comments
	
2004-01-25 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink siod more
	
2004-01-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.5.2
	
2004-01-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change coordinates of popup menu a little.
	
2004-01-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add canna corresponding functions
	
2004-01-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add candidate functions
	
2004-01-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Update requirement
	
2004-01-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	correct position of cursor
	
2004-01-16 Masahito Omote <omote@utyuuzin.net>
	
	Supports for inputing hiragana, katakana and wide-latin on uim-canna.
	But Kana-Kanji conversion is not still implemented.
	
2004-01-16 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add word regster functions
	
2004-01-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add some preedit editing functions.
	
2004-01-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	check length of newly learned word by C side
	
2004-01-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Thanks to anthy-dev 416. do not allow empty string to be learned
	
2004-01-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Thanks to anthy-dev 415 enable skk's preedit style
	
2004-01-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	Thanks to anthy-dev 414. change behavior of return key to match ddskk
	
2004-01-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	change to proper conversion mark in recursive word register mode
	
2004-01-13 Masahito Omote <omote@utyuuzin.net>
	
	Commit my hack. But not completed.
	
2004-01-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up
	
2004-01-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If prime is enabled, candidate window position is set to left end of preedit
	
2004-01-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add some documents
	
2004-01-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark more functions static
	
2004-01-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	turn recursive learning on as default
	
2004-01-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Use prime's get_label instead of rk.scm
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Cursor is special.
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Shrink candidate window size to clist + num label
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix some candidate position bug
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Underline -> reverse
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to helper
	Thanks to KATO Kazuyoshi
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	change to proper conversion mark
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	one more notice
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot change input-mode by set_mode
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Process charset correctly.
	
2004-01-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Init uim_fd
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark more functions static
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	unmark uim_initialized flag at uim_quit
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	move some initialization into siod lib
	
2004-01-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	explicit initialize of global variables
	
2004-01-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add functions to show candidate window at preedit left end. (It will used in uim-prime)
	
2004-01-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add some functions to refer scheme symbol value from C
	
2004-01-06 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly remove window watch
	
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Refactoring a little
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.3.1
	
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix compile error.
	
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.3
	
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Some refactoring
	
2004-01-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add zenkaku/hankaku to generic-off-key
	
2004-01-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix documantation bugs
	
2004-01-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot move kana-mode from helper
	
2004-01-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Some refactoring
	
2004-01-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Input newline if there is no preedit
	
2004-01-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If menu overflows from screen, change menu display coordinate
	
2004-01-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix freed twice.
2004-01-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correspond to property.
	Thanks to KIHARA, Hideto
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.2
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add hk.scm
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	XFCE4_PANEL is no longer need
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add some infomation
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	cddar -> cdr cdar
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If ctrl pressed with "Q", it's not kana-toggle key
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	call uim_prime_quit when quiting
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	close pipe when quit
	
2003-12-31 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Rest to zombies
	
2003-12-30 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink more functions from siod
	
2003-12-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	do not touch signals in siod
	
2003-12-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	dd infomation about mailing list
	
2003-12-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Commit pending preedit when commit-key pressed. I'm not confident,so revert if there is a problem.
	
2003-12-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	make more functions static
	
2003-12-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink more
	
2003-12-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove substring-equal?
	
2003-12-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Expand max context array size
	
2003-12-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Expand context array size
	
2003-12-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	() -> <>
2003-12-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add key_snooper_remove
	
2003-12-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove more file IO
	
2003-12-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill file IO functions
	
2003-12-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink scheme
	
2003-12-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink scheme
	
2003-12-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	kill leaks
	
2003-12-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	I've forgotten commit this file... True uim-0.2.1 is revision 279.
	
2003-12-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	usual-key?'s checking range is wrong.
	
2003-12-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix the bug cannot input some sign characters when latin-conv mode
	
2003-12-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot input numbers and signs skk-context-latin-conv state
	
2003-12-22 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add systray toolbar
	Thanks to KATO Kazuyoshi
	
2003-12-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Using AM_CPPFLAGS instead of CPPFLAGS
	
2003-12-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	make support of over-the-spot style as a parameter
	
2003-12-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add new table library code
	
2003-12-20 Masahito Omote <omote@utyuuzin.net>
	
	Add tables/Makefile in AC_CONFIG_FILES.
2003-12-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add init function of uim-table.c
	
2003-12-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add new table library codes
	
2003-12-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	sizeof(char *) is bigger than sizeof(char)
	
2003-12-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add tabledir
	
2003-12-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Snoop key events before gtk+'s key accelerator. It's not good way and we must improve gtk+ itself.
	
	
2003-12-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add shifting tables for CJK languages.
	
2003-12-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add NULL pointer checking
	
2003-12-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	pended alphabet will be shown with underline
	
2003-12-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Need strdup
	
2003-12-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Indicate module's language for popup menu
	
2003-12-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Using automake 1.7
	
2003-12-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix there is no preedit, numeral key is used for input, not candidate select.
	
2003-12-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	commit raw unknown key event.
	
2003-12-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix some memory leaking.
	
2003-12-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add @ICONVE_LIBS@
	
2003-12-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add xfce4 applet.
	
2003-12-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reverge to rev 255, since rev 256 is broken. Sorry.
	
2003-12-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add henkan, muhenkan key
	
2003-12-09 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up.
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.2.0
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Removed inappropriate window move
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	toolbar will move by middle or right mouse draging.
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If there is no iconv, should be error.
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Removed implementation to indicate current mode.
	To show current mode and other infomation, you should
	use property instead.
	
2003-12-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Use property to indicate input state
	
2003-12-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Enable symbol keys at on-mode
	
2003-12-07 Masahito Omote <omote@utyuuzin.net>
	
	Use macro for library's finename. If not needed, please backout.
	
2003-12-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Return key enabled at on-mode.
	
2003-12-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	generate uim.pc from uim.pc.in
	
2003-12-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add DISTCLEANFILES
	
2003-12-03 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	using pkg-config
	
2003-12-02 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	split locale, do EUC-JP-ctext conversion manually
	
2003-12-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.7
	
2003-12-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	set_decarated FALSE
	
2003-11-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	I'm forgotten to add helper/helper-toolbar-gtk.c ...
	
2003-11-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add uim-helper-toolbar-gtk
	
2003-11-30 Masahito Omote <omote@utyuuzin.net>
	
	tagging 1:0.1.7-1, 0.1.7 will be soon.
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fixed some leaks at exit
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add uim_helper_close_client_fd()
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	do dlclose for anthy
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fixed double free
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix some leaks at finalization
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	save dictionary after recursive learning
	
2003-11-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	quit methods added
	
2003-11-28 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add uim_quit()
	
2003-11-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	sanitize siod functions's names
	
2003-11-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark some functions static
	
2003-11-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	reverse -> underline
	
2003-11-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove annotation
	
2003-11-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink a little
	
2003-11-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink a little
	
2003-11-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	correctly save ~/.skk-uim-jisyo
	
2003-11-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix C99 dependency
	
2003-11-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.6.
	
2003-11-23 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Refresh candidates when backspace key pressed.
	
2003-11-23 Masahito Omote <omote@utyuuzin.net>
	
	
2003-11-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	cache fontset
	
2003-11-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If shift key pressed with alphabet key, start prediction
	
2003-11-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	void argument as (void)
	
2003-11-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Display right candidates when recursive learning
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	sanitize newly learned string
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	use recursive learning for unknown word
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	simplify message parsing
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	move uim_helper_str_terminated() to last of file
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	simplify message parsing
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	simplify message parsing #1
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	simplify message parsing
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	uim_helper_get_message returns only one message in a call
	
2003-11-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	one step toward simpler message handling
	
2003-11-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	first step to split uim_hepler_read_proc() into
	uim_helper_read_proc() and uim_helper_get_message()
	
2003-11-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink a little
	
2003-11-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore shift mask.
	
2003-11-14 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix some rules.
	
2003-11-14 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix memory leaking.
	
2003-11-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	*change lisp num to integer
	*remove some string functions
	
2003-11-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add declaration of uim_helper_send_message()
	
2003-11-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	merge some duplicated code and kill some warnings
	
2003-11-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	a little clean up
	
2003-11-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	renamed. skk-lib-split-string -> string-to-list
	
2003-11-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	More clean up
	
2003-11-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	More cleanup
	
2003-11-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	helper will return NULL due to partial read in near future
	
2003-11-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	cancel in recursive learning somehow woks
	
2003-11-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	more static functions
	
2003-11-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up
	
2003-11-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	If candidate strings not changed, do not communicate with PRIME
	
2003-11-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	make more functions static
	
2003-11-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove siodp.h
	
2003-11-10 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	merge siodp.h into siod.h
	
2003-11-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.5
	
2003-11-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	add checking, candidates are updated?
	
2003-11-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	don't show candidate window if not need
	
2003-11-09 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Exit when XIM server die
	
2003-11-09 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink more
	
2003-11-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	more shrink
	
2003-11-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove copy gc related functions
	
2003-11-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	cancel key must be commited as raw key, if there is no preedit.
	
2003-11-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix behavior when (define prime-preedit-immididate-commit? #t)
	
2003-11-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Correct range
	
2003-11-06 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add mode_switch key
	
2003-11-06 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mode_switch key added
	
2003-11-06 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fix some warnings
	
2003-11-06 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	sanitize indent
	
2003-11-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	if anthy-toggle-key pressed in input-state, commit turned preedit strings.
	
2003-11-04 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add wide-latin mode and katakana-mode.
	
2003-11-02 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.4.1
	
2003-11-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.4
	
2003-11-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change behabior when "q" is clicked in kanji mode.
	
2003-11-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add new file
	
2003-11-01 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add new file
	
2003-10-30 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove sxhash
	
2003-10-30 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	a little clean up
	
2003-10-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Do not connect if other user own socket.
	
2003-10-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix make install error when gtk is not found
	
2003-10-29 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fixed type mismatch of prop_*_cb
	
2003-10-29 Masahito Omote <omote@utyuuzin.net>
	
	Build-Depends: remove liblinc-dev.
	
2003-10-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove tc_lisp_array, some functions
	
2003-10-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Use rk-pending to get candidates.
	
2003-10-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change path of program.
	
2003-10-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-10-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove unused argument from set_gc_hooks
	
2003-10-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	trim siod argument
	
2003-10-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove copying gc
	
2003-10-26 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	initial. there maybe some mistakes, but ...
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add candidate window.
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add candidate window.
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.3
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fixed bind error at NetBSD, FreeBSD.
	Thanks to KIHARA Hideto.
	
2003-10-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add a declaration of proto type
	
2003-10-25 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	anthy context id is not im context id
	
2003-10-25 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add default LD_LIBRARY_PATH
	
2003-10-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	#f
	
2003-10-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fixed typo again
	
2003-10-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	fixed typo
	
2003-10-24 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	prepare for more flexible rk table
	
2003-10-23 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	draft
	
2003-10-23 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	some updates
	
2003-10-23 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	preparation for more flexible rk table
	
2003-10-22 Masahito Omote <omote@utyuuzin.net>
	
	Sync with 0.1.2-2.
	
2003-10-22 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	shrink
	
2003-10-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove prop related functions
	
2003-10-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove byte_array
	
2003-10-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove vms, osf, think_c
	
2003-10-21 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove lisp array reader
	
2003-10-20 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	just 1 step
	
2003-10-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add new function to sanitize learned word. not yet implemented.
	
2003-10-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	start compose mode with 'Q'
	
2003-10-18 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add /alphabet input
	
2003-10-17 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	reorder ;D
	
2003-10-17 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove long_array.
	
2003-10-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly add word
	
2003-10-16 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	one step toward recursive learning
	
2003-10-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark global variables static
	
2003-10-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	mark static
	
2003-10-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove fast save/load functionality
	
2003-10-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove long and double array
	
2003-10-15 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	remove base64 related functions
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.2
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	I've forgotten commit spellcheck.scm...
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add spellchecker (it doesn't work yet)
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Move some function to uim-util.c
	
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug message.
	
2003-10-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	pushback preedit string at cursor.
	
2003-10-14 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	properly init caret position
	
2003-10-13 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	do not make 0 length preedit segment
	
2003-10-12 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix always executing child process
	
2003-10-12 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	correct saving of dictionary
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot input capital letters in wide-latin mode.
	
2003-10-11 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	correct handling of '/'
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.1.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	* ignore error while loading .uim
	  Thanks to KIHARA, Hideto.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	* Remove bashism
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change maintainer
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	uim_init should be proccessed before uim_helper_client_fd
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	m_kkContext->clear() is not implement yet, so we shouldn't use it.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	clear preedit before commit.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add NULL pointer checking.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	preedit clear before commiting.
	
2003-10-11 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	close stdin, stdout
	
2003-10-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change output to stderr.
	
2003-10-10 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove comments.
	
2003-10-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.1.0
	
2003-10-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add auto server booting.
	
2003-10-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Move ipc code to uim-ipc.c from prime.c. 
	
2003-10-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add procedure "numeral?".
	
2003-10-08 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	* Always show candidate window.
	* Commit candidate by numeral.
	
2003-10-08 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add input method switching you may (define enable-im-switch #t) to your ~/.uim
	
2003-10-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix memory leaking.
	
2003-10-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	also add modifier check for key release
	
2003-10-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add modifier keys as normal keys
	
2003-10-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Always show candidate window.
	
2003-10-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reconnect when focus_in (if disconnected.)
	
2003-10-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add NULL pointer checking.
	
2003-10-07 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Reconnect to helper-server when clicked (if disconnected).
	
2003-10-07 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	partially implement '/' conversion
	
2003-10-06 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Clean up.
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Set libuim_fd -1 when disconnected.
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Use uim_helper_read_proc.
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Using disconnect_cb.
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	* Rename function.(helper_read_cb => im_uim_helper_read_cb)
	* set im_uim_fd -1 when disconnect.
	
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Release 0.0.9
	
2003-10-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	make rk code a little sane
	
2003-10-05 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix wasting of CPU power when helper-server segfault.
	
2003-10-05 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	one step toward correct learning
	
2003-10-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	add siod error hook
	
2003-10-04 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	removed math functions from siod
	
2003-09-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Cleanup.
	
2003-09-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	include uim.h
	
2003-09-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add prototypes.
	
2003-09-30 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add prototypes
	
2003-09-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove filter when it's not need.
	
2003-09-29 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Implement properties.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Do not call layout_candidate if candidate window isn't active
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Improve applet behavior.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix location.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove conflict marker.
	
2003-09-28 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Improve applet behavior.
	
2003-09-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	delete reference to uim_helper_manage_context()
	
2003-09-27 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	delete remaining uim_helper_manage_context()
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Improve behavior.
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add prop_label_update.
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix design of candidate window.
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix behavior when (define skk-use-recursive-learning? #f)
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Each client has their own buffer
	
2003-09-27 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add some NULL Pointer check.
	
2003-09-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	struct client.
	
2003-09-26 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Change macro name.
	
2003-09-25 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix crashing with galeon, abiword.
	
2003-09-24 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Improve reordering of candidates.
	
2003-09-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix silly bug. (This would cause crash when change immodule dynamically.)
	
2003-09-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Candidate window should be synchronized with toplevel window
	
2003-09-21 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add filter to toplevel to catch window move event.
	
2003-09-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-09-20 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-09-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	 Fix ignoring modifier key mask in wide-latin mode.
	
2003-09-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Update ChangeLog.
	
2003-09-19 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Ignore comment line.
	
2003-09-19 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	another null check added
	
2003-09-19 Yusuke Tabata <yusuke@cherubim.icw.co.jp>
	
	check NULL line to avoid SEGV in case of private dictionary only entry
	
2003-09-18 Masahito Omote <omote@utyuuzin.net>
	
	Add debian/*.
2003-09-18 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add find_first for find offset to first word entry
	
2003-09-18 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	uim-skk:
	 add recursive learning.
	 define skk-use-recursive-learning? #t for testing.
	
2003-09-16 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix cannot process kan*ji (only kann*ji could be processed before)
	
2003-09-16 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Togglable hiragana/katakana in kanji-mode
	
2003-09-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix uim-skk:cannot shift to Wide-Latin mode from direct mode.
	
2003-09-15 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Fix typo.
	
2003-09-14 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add multi key
	
2003-09-14 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add function im-get-raw-key-str
	
2003-09-14 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add function to save personal dic.
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove debug messages.
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add props svn:ignore
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Add props svn:ignore
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Remove glib dependency from libuim
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Delete unnecessary file from repository.
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Delete unnecessary file from repository.
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Delete unnecessary files from repository.
	
2003-09-13 TOKUNAGA Hiroyuki <tkng@xem.jp>
	
	Initial import
	
