From: handa Date: Mon, 21 Jun 2004 05:01:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~53 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1912e0dfbd303b1468fbcf496d3e497d2a012e02;p=m17n%2Fm17n-lib.git *** empty log message *** --- 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.