From: handa Date: Wed, 13 Oct 2004 06:21:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-2-0~119 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a2eb1b38c1495a6466535e687b5ca3892d3edfb7;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ea2a3de..2e0ef5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-13 Kenichi Handa + + * configure.ac: Check if is available or not. + 2004-10-12 Kenichi Handa * configure.ac: Use pkg-config (if available) for Xft. diff --git a/src/ChangeLog b/src/ChangeLog index 6420ff9..61a82a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-10-13 Kenichi Handa + + * font-ft.c: Include conditionally. Check + HAVE_FTBDF_H before calling FT_Get_BDF_Property. + 2004-10-12 Kenichi Handa * draw.c (alloc_gstring): Fix previous change.