From: handa Date: Mon, 31 May 2004 11:28:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~134 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc93f0c14f83dde09e50f5c5d32c1c28d13899ed;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index acb1165..d5c8bdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-31 Kenichi Handa + + * configure.ac: Check the availability of dlopen. Append + $X_CFLAGS to CPPFLAGS. + 2004-05-28 Kenichi Handa * configure.ac: New variable API_VERSION. diff --git a/src/ChangeLog b/src/ChangeLog index 4b1bf08..89a8f4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2004-05-31 Kenichi Handa + + * m17n-gui.c: Include only when HAVE_DLFCN_H is defined. + + * input.c: Include only when HAVE_DLFCN_H is defined. + + * font.c (mfont__select): Print score the a font for debugging. + + * Makefile.am (libm17n_la_LIBADD): Delete -ldl. + + * coding.c (reset_coding_sjis): Check kanji and kana instead of + kanji_sym and kana_sym. + 2004-05-28 Kenichi Handa * Makefile.am (VINFO): New variable.