From 05988d4cbf1685e867741260b0b599bdcabb14b4 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Apr 2005 08:11:14 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ src/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0823367..cba0267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-15 Kenichi Handa + + * configure.ac: Check the version of wordcut library and + HAVE_WORDCUT or HAVE_WORDCUT_OLD. + (DLOPEN_SHLIB_EXT): Define it. + 2004-12-27 Kenichi Handa * Version 1.2.0 released. diff --git a/src/ChangeLog b/src/ChangeLog index 6061db1..d328cfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,39 @@ +2005-04-15 Kenichi Handa + + * word-thai.c: New file. + + * word-thai.h: New file. + + * mtext.c: Include word-thai.h. + (wordseg_func_table): New variable. + (mtext__init): Initialize wordseg_func_table and call + mtext__word_thai_init. + (mtext__fini): Call mtext__word_thai_fini, free + wordseg_func_table. + (MTextWordsegFunc): New type. + (mtext__word_segment): New function. + + * mtext.h (wordseg_func_table): Extern it. + (mtext__word_segment): Extern it. + + * m17n.c (m17n_init): Fix typo (== -> =). + + * Makefile.am (libm17n_core_la_SOURCES): Include word-thai.[ch]. + (libm17n_core_la_LIBADD): Add @WORDCUT_LD_FLAGS@. + + * textprop.h (MTEXTPROP_START, MTEXTPROP_END, MTEXTPROP_KEY) + (MTEXTPROP_VAL): New macros. + + * input.c (DLOPEN_SHLIB_EXT): Don't define it. + +2005-04-07 Kenichi Handa + + * database.c (load_chartable): Fix pursing of symbol name. + +2005-03-24 Kenichi Handa + + * m17n.c (m17n_init): Fix typo (== -> =). + 2005-03-11 Kenichi Handa * m17n-gui.c (m17n_init_win): Set merror_code to MERROR_NONE at first. -- 1.7.10.4