2005-12-05  AShiZaWa KaZuNoRi  <kasha@sun.co.jp>

	* configure.in (BUILD_SUB_DIRECTORIES): fix typo.
	the fix also requires the test for auxwin directory which is not
	included in the current source code tree.

2005-07-13  Gavin Tu <gavin.tu@sun.com>
	* help/images/vk-1-linux.gif
	* help/images/file
	* help/images/vk-2-linux.gif
	* help/images/preedit-5chars-linux.gif
	* help/images/vk-3-linux.gif
	* help/images/special-symbol-1-linux.gif
	* help/images/special-symbol-2-linux.gif
	* help/images/hanja-conv-1-linux.gif
	* help/images/hangul-mode-main-linux.gif
	* help/images/hanja-conv-2-linux.gif
	* help/images/committed-2-linux.gif
	* help/images/entering-hangul-linux.gif
	* help/images/palette-buttons-linux.gif
	* help/images/hanja-word-conv-1-linux.gif
	* help/images/delete-1-linux.gif
	* help/images/delete-2-linux.gif
	* help/images/delete-3-linux.gif
	* help/images/delete-4-linux.gif
	* help/images/delete-5-linux.gif
	* help/images/Makefile.am
	* help/images/ascii-mode-linux.gif
	* help/index.html
	* help/index_en.html
	* configure.in
	 	add OLH for kole
	*  korean/hanja_dic.h
	*  korean/lookupbuf.c
		change some path
	*  korean/composer.c
	*  auxwin_gtk/palette_aux.c
		fix crash bug:click "close" menuitem on keyboard button of palette aux,
		before clicking any other menuitem on keyboard button	
	* config/keyboard_layout.txt
		wrong keyboard layout

2005-04-21  Ervin Yan <ervin.yan@sun.com>
	* fix building problem on solaris.

2005-04-18  Gavin Tu  <gavin.tu@sun.com>
	* korean/koif.c: support HANJA key 
	* config/keyboard_layout.txt: correct keyboard layout for 3bul final

2005-04-14  Jens Petersen  <petersen@redhat.com>
	* autogen.sh: Pass --copy to automake.

2005-03-28  Gavin Tu <gavin.tu@sun.com>
	* auxwin_gtk/palette_aux.c
	    fix crash bug while switch from cle to kole via gimlet

2005-03-25  Jens Petersen  <petersen@redhat.com>

	* configure.in (im_libdir): Replace prefix/lib/im by libdir/iiim.

2005-03-24  Gavin Tu <gavin.tu@sun.com>
	* korean/koif.c
	* korean/composer.c
		3bul390 and 3bul final can work correctly

	* auxwin_gtk/vkb_aux.c
	* auxwin_gtk/vkb_aux.h
	* auxwin_gtk/vkb_layout.c
	* auxwin_gtk/vkb_layout.h
		port cle's virtual keyboard to kole

	* auxobj/xaux_object_common.c
	* auxobj/xaux_object.h
	* auxobj/xaux_object_interface.c:  new aux object
	* auxwin_gtk/keyboard_aux.c: can communicate with le
	* xaux_common/xaux_ext_common.c: replace this file with cle's
		remove directory of auxiliary_object

	* iiimf-htt-le-ko-KR.spec.in
	* configure.in
	* include/le-options.h
	* include/koinput.h
	* config/Makefile.am
	* korean/dictionary/Makefile.am
	* auxobj/Makefile.am
	* auxwin_gtk/Makefile.am
	* config/Makefile.am
	* korean/Makefile.am
		change path from "/usr/lib/im" to "/usr/lib/iiim"



2005-03-07  Akira TAGOH  <tagoh@redhat.com>

	* korean/tree.c
	* korean/utfchar.h
	* korean/hhdict.c
	* korean/tree.h
	* korean/symbol.c
	* korean/lookupbuf.c
	* korean/hhdict.h
	* korean/hhentry.c
	* korean/hangul.h
	* korean/dictionary/md.c
	* korean/dictionary/hhentry.c
	* korean/dictionary/hhentry.h
	* korean/dictionary/utfchar.c
	* korean/hhentry.h
	* korean/composer.c
	* korean/koif.c
	* korean/utfchar.c
	* leif/method.c
	* leif/iml.c
	* leif/le_proc.c
	* leif/method.h
	* leif/koinput.c
	* leif/key_event.c
	* auxwin_gtk/palette_method.c
	* auxwin_gtk/keyboard_method.c
	* auxwin_gtk/palette_method.h
	* auxwin_gtk/palette_aux.c
	* auxwin_gtk/keyboard_aux.c
	* auxwin_gtk/palette_aux.h
	* auxwin_gtk/keyboard_config.c
	* auxwin_gtk/option_aux.c
	* auxwin_gtk/engine-property.c
	* auxwin_gtk/keyboard_config.h
	* include/koinput.h
	* common/configapi.c
	* common/config-reader.c
	* common/kolelog.c
	* common/util.c
	* xaux_common/encode.c
	* xaux_common/xaux_ext_common.c:
	applied some compiler warning fixes patch from Dan Williams <dcbw@redhat.com>

2004-10-15  Jens Petersen  <petersen@redhat.com>

	* leif/method.c: declare proc_aux_event before it is used.

	* korean/hhdict.c: Fix use of strdup.

	* korean/dictionary/md.c (main): Use size_t for myinlen and myoutlen.

	* auxwin_gtk/engine-property.h: Replace leproperty_set_keyboard by
	leproperty_set_commit.

2004-07-15  Hidetoshi Tajima  <tajima@d-sjc07-023-223.SFBay.Sun.COM>

	fix build on Fedora Core 2

	* xaux_common/logf.c: use stdarg.h instead of varargs.h
	* korean/composer.c: #include "logf.h"
	* korean/koif.c: #include "logf.h"
	* leif/koinput.c: #include "logf.h"
	
2004-06-30  Akira TAGOH  <tagoh@redhat.com>

	* include/sunim/SunIMMMan.h: use _MAX() and _MIN() instead of max()
	and min() to fix the build fails with gcc3.4.

2004-04-29  Karl Park  <karl.park@sun.com>

	* auxwin_gtk/palette_aux.c
	* auxwin_gtk/palette_method.c
	* auxwin_gtk/palette_aux.h
	
	write PaletteAux keyboard popup meny handler
	arrange messy GtkWidget *'s into core structure

2004-04-26  Karl Park  <karl.park@sun.com>

	* korean/composer.c (composer_hangul_buffer_delete_hangul_character):
	revise deletion operation (for double vowles)
	* korean/koif.c
	revise status string (for wansung, johap - current charset)

2004-04-26  Karl Park  <karl.park@sun.com>

	* auxwin_gtk/palette_method.c
	* auxobj/Makefile.am
	* xaux_common/xaux_so_common.c
	* xaux_common/Makefile.am
	fix communication problem (aux to htt_xbe)
	add libleutil.la to LIBADD of xaux_common/Makefile.am
	
2004-04-22  Karl Park  <karl.park@sun.com>

	* auxwin_gtk/Makefile.am (PaletteAux_LDADD)
	* korean/koif.c
	* leif/le.c
	* leif/le.h
	* leif/method.c
	* leif/iml.c
	* auxwin_gtk/palette_method.c
	* auxwin_gtk/palette_aux.c
	* include/koinput.h
	* include/aux-message.h
	* README
	auxiliary window related changes.

2004-04-20  Karl Park  <karl.park@sun.com>

	* korean/koif.c
	Implement 'delete-by-jaso' feature.
	Delete by jaso can be done by doing 'Shift-Backspace'
	to delete jaso basis, not entire character basis.

2004-04-19  Karl Park  <karl.park@sun.com>

	* korean/koif.c (do_options):
	* korean/koif_prv.h
	* korean/composer.c
	* korean/composer.h
	* include/le-options.h
	* common/configapi.c
	Fix bug 5034074
	invalid input discarded while [character based auto commit mode] is on

2004-04-14  Karl Park  <karl.park@sun.com>

	* korean/koif.c:
	* leif/Makefile.am
	* leif/koinput.c
	* korean/koif.c
	* include/le-options.h
	* common/configapi.c
	* common/configapi.h
	* common/config-reader.c
	* config/kole.conf      
	complete routines for
	reading option from file
	pass option into session level configuration object

2004-04-07  Karl Park  <karl.park@sun.com>

	* korean/koif.c:
	* include/koinput.h     
	* include/le-options.h  
	* common/configapi.c    
	* common/configapi.h    
	* common/config-reader.c
	add le option related code

2004-04-06  Karl Park  <karl.park@sun.com>

	* common/configapi.c (leoption_new): fix relocation error

2004-04-05  Karl Park  <karl.park@sun.com>

	* common/Makefile.am (libleutil_la_SOURCES):
	add configapi.c/configapi.h, public interface
	for manipulating configuration data structure

2004-04-05  Karl Park  <karl.park@sun.com>

	* config/Makefile.am (configuration_DATA):
	add keyboard.cfg, keyboard_layout.txt for
	virtual keyboard layout.

2004-04-05  Karl Park  <karl.park@sun.com>

	* auxwin_gtk/virtual_keyboard.c, virtual_keyboard.h,
	keyboard_aux.c: keyboard aux update (add context popup menu
	for quick keyboard layout switching)

2004-04-03  Karl Park  <karl.park@sun.com>

	* config/Makefile.am: add a rule to install kole.conf
	* config/kole.conf: added

2004-04-02  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* config/Makefile.am (configuration_DATA): temporary remove
	a rule to refer to kole.conf, as it is missing.
	please add kole.conf, and revert back this.

	* Makefile.am, configure.in : remove COND_DIR stuff - as it does not
	seem to work well.
	

2004-04-02  Karl Park  <karl.park@sun.com>
	
	* leif/le.c (if_le_SetSCValue): 
	not call iml_aux_start at if_le_CreateSC, but if_le_SetSCValue
	
2004-04-01  Karl Park  <karl.park@sun.com>
	* common/config-reader.c:
	* config/Makefile.am:
	Change option name (char -> jaso)
	Add default le config file to config(kole.conf)

2004-04-01  Karl Park  <karl.park@sun.com>

	* include/le-options.h:
	Change name of double-inclusion guard macro

2004-04-01  Karl Park  <karl.park@sun.com>

	* common/config-reader.h: Move type declaration to
	include/le-options.h

2004-04-01  Karl Park  <karl.park@sun.com>

	* leif/Makefile.am (kole_la_LIBADD):
	* leif/koinput.c
	* include/koinput.h
	* include/le-options.h
	* configure.in
	* common/config-reader.c
	* common/Makefile.am
	* Makefile.am
	* Update toplevel Makefile.am to include common directory
	into build
	* Change method to do conditional build on 'auxwin'

2004-04-01  Karl Park  <karl.park@sun.com>

	* include/koinput.h: fix build error
	

2004-02-02  Ervin Yan  <ervin.yan@sun.com>

	* auxwin_gtk/palatte_aux.c:  set the initial status of the palette_aux to "hide".
	fix bug 4983996: [quicksilver] iiim process running for non korean locales

2004-01-15  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* xaux_common/iiimpAux.h: make sure XicCommon is opaque.
	* xaux_common/commonIM.h: removed

2003-11-17  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* korean/koif.c (hangul_buffer_get_keyevent_type):
	fix a simple build failure.

2003-11-09  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* leif/Makefile.am (kole_la_LDFLAGS): add "-ldl".
	
	* leif/konput.c (hzinput_done):
	gEngine_Info[i] should be initialized to NULL, and
	gEngine_Num should be reset to zero.

	* leif/le.c: Add a counter to match openIF and closeIF calls.
	fix bug 4943575 :crash bug.
	
2003-11-06  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* iiimf-htt-le-ko-KR.spec.in:
	Here is spec file, although I cannot test this yet.

2003-10-29  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* korean/koif.c: 
	no need to include <stdint.h> here. include config.h anyway.

	* korean/composer.c:
	include config.h, and check HAVE_STDINT_H for stdint.h.
	* korean/composer.h: 
	do not include <stdint.h> here
	usage of _L/_V/_T may be not portable without having
	"#undef _L, _V, _T". Actually, _L does not work on Solaris,
	using SunOne native compiler, so use L, V, T, instead.
	
	* korean/hanjatable.h: 
	include <wchar.h>

	* autogen.sh (have_automake):
	call libtoolize --force to create ltmain.h, libtool
	* config.guess, config.sub, ltmain.h
	removed

2003-10-25  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* autogen.sh (have_automake):
	Add autogen.sh, so remove all files to be created during
	the build, such	as Makefile.in, aclocal.m4, config.h.in.

