2004-06-30 Akira TAGOH  <tagoh@redhat.com>

	* common/include/sunim/SunIMMMan.h: use _MAX() and _MIN() instead of
	  max() and min() to fix the build fails with gcc3.4.
	* zh_CN/newpy/CikuOper.c: likewise.
	* zh_CN/newpy/GeneType.h: likewise.
	* zh_CN/newpy/OnKeySym.c: likewise.
	* zh_TW/input_methods/newzy/CikuOper.c: likewise.
	* zh_TW/input_methods/newzy/GeneType.h: likewise.
	* zh_TW/input_methods/newzy/OnKeySym.c: likewise.

2004-05-30 Ervin Yan <ervin.yan@sun.com>
	* fix palette auxiliary window position problems.

2004-05-28 Ervin Yan <ervin.yan@sun.com>
	* fix candidate label problems for Boshiamy input method.

2004-05-17 Ervin Yan <ervin.yan@sun.com>
	* change the data flow for select input method. that is to fix bug: Mozilla crash sometime in zh locales.

2004-05-13 Phill Zhang <phill.zhang@sun.com>
	* Add         void*(*IME_AllocSessionData)(IMECore);     //could be NULL
        * Add         void (*IME_FreeSessionData)(void* ime_session_data);    // could be NULL
        * Add         void (*IME_ClearSessionData)(void* ime_session_data);   // could be NULL

2004-05-11 Phill Zhang <phill.zhang@sun.com>
	* zh_CN/auxwin_gtk/composite_method.c   check if "strings_count > 0" to fix bug:  Mozilla will crash when input.

2004-04-30 Phill Zhang <phill.zhang@sun.com>
	* Add color support for CompositeAux.

2004-04-29 Ervin Yan <ervin.yan@sun.com>
	* Add zh_CN/zh_TW/zh_HK CompositeAux to show the preedit/lookup areas.

2004-02-13 Ervin Yan <ervin.yan@sun.com>
	* Add zh_CN/zh_TW/zh_HK/th_TH online help files into package

2004-02-11 Ervin Yan <ervin.yan@sun.com>
	* Fix bug 4992638: Can not commit phrases contain characters with multi-pronounce in NewPinYin IM.

2004-02-10 Ervin Yan <ervin.yan@sun.com>
	* fix bug 4988257: need add more popular phrases for NewPinYin input method.

2004-01-15 Ervin Yan <ervin.yan@sun.com>
	* fix bug 4978670 (English_Chinese input mode should be able to accept upper case letter)

2003-12-29 Ervin Yan <ervin.yan@sun.com>
	* Add the source codes of NewPinYin mkciku utility

2003-11-22 Ervin Yan <ervin.yan@sun.com>
	* Add Copyright for all the source code.
	* fix bug 4958629: [cle] some characters can not be committed in NewPinYin

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

	* common/leif/hzinput.c (hzinput_done):
	gEngine_Info[i] should be initialized to NULL, and
	gEngine_Num should be reset to zero.

	* common/leif/le.c: Add a counter to match openIF and closeIF calls.
	* fix bug 4943582: crash bug.

2003-11-09  Ervin Yan  <ervin.yan@sun.com>

	* Add $(DESTDIR) as prefix of install_dir;
	* fix bug 4943582: crash bug

2003-11-04  Ervin Yan  <ervin.yan@sun.com>

	* Add DEBUG/GTK2 in configure.in 

2003-10-29  Ervin Yan  <ervin.yan@sun.com>

	* Add Makefile.am for zh_TW input methods

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

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

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

	* acinclude.m4 : initial
	* zh_TW/Makefile.am: 
	* zh_CN/Makefile.am: 
	* configure.in (HAVE_MOTIF)
	  check if the system has Motif installed.
	
	* ChangeLog (this file) : Initial
	* Makefile, config.h.in, common/Makefile,
	  common/codetable/Makefile.in, common/ctim/Makefile.in,
	  common/neima_im/Makefile.in, common/xaux_common/Makefile.in,
	  zh_CN/wubi/data/Makefile, zh_CN/wubi/data/Makefile.in:
	   remove from repository.
	* configure.in (X_LIBS):
	   Use X_LIBS macro.
	* zh_CN/auxobj/Makefile.am (aux_la_LDFLAGS): 
	   Add $(X_LIBS) to LDFLAGS.
	* zh_CN/leif/Makefile.am (cle_la_LDFLAGS): 
	   Add -ldl to LDFLAGS.
	* zh_CN/newpy/Makefile.am (newsp_gb_la_SOURCES): fix typos:
	  COMMON_RCS->COMMON_SRCS
