From 1912e0dfbd303b1468fbcf496d3e497d2a012e02 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 21 Jun 2004 05:01:01 +0000 Subject: [PATCH] *** empty log message *** --- m17n-config.in | 2 +- src/ChangeLog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/m17n-config.in b/m17n-config.in index 5d05972..208c358 100644 --- a/m17n-config.in +++ b/m17n-config.in @@ -18,7 +18,7 @@ if test $# -eq 0; then exit 0 fi -LIBNAME=-lm17n +LIBNAME="-lm17n-core -lm17n" case $1 in CORE) LIBNAME="-lm17n-core"; shift;; diff --git a/src/ChangeLog b/src/ChangeLog index 8f6c72e..24d3863 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2004-06-21 Kenichi Handa + * mtext.c (mtext_dup, mtext_cat, mtext_ncat, mtext_cpy) + (mtext_ncpy, mtext_duplicate): Pay attention to the case that the + length of source text 0. + +2004-06-21 Kenichi Handa + * mtext.c (INC_POSITION): Use CHAR_UNITS_BY_HEAD_UTF16. (compare): Pay attention to format other than utf-8. (copy): Delete this function. -- 1.7.10.4