2003-06-12  MIYASHITA Hisashi  <himi@li18nux.org>

	* xaux_common/Makefile.am (libxaux_common_a_CFLAGS):
	Added $(SHLIBCFLAGS).

2003-06-10  MIYASHITA Hisashi  <himi@li18nux.org>

	* xaux_common/Makefile.am (libxaux_common_la_CFLAGS) 
	(libxaux_common_la_SOURCES, noinst_LTLIBRARIES):
	Built libxaux_common as a ltlibrary.

	* codetable/Makefile.am (COMMON_LIB): Link it with
	libxaux_common.la, not with libxaux_common.a.
	* ctim/Makefile.am (ctim_la_LIBADD): Likewise.
	* leif/Makefile.am (indicle_la_LIBADD): Likewise.

2003-06-04  MIYASHITA Hisashi  <himi@li18nux.org>

	* xaux_common/logf.c (log_f): Renamed from logf(), it may conflicts
	with names reserved by a system.
	(log_f): Use vsnprintf to avoid buffer overrun.  And merge the two
	versions of LOG_FILE and LOG_STDERR into one.
	(log_f): Use stdarg instead of varargs.
	* ctim/codetable.c: Replace logf with log_f.
	* ctim/ctfilter.c: Ditto.
	* ctim/ctim.c: Ditto.
	* ctim/keymap.c: Ditto.
	* leif/encode_draw.c: Ditto.
	* leif/iml.c: Ditto.
	* leif/indic_input.c: Ditto.
	* leif/key_event.c: Ditto.
	* leif/le.c: Ditto.
	* leif/le_proc.c: Ditto.

2003-05-20  MIYASHITA Hisashi  <himi@li18nux.org>

	* leif/iml.c (iml_preedit_start, iml_status_start): 
	Do iml_execute.

	* dict/TELUGU/Makefile.am (DATA_LOCALE):
	Bug fix.  Corrected the name.

