*** empty log message ***
authorhanda <handa>
Wed, 13 Oct 2004 06:21:47 +0000 (06:21 +0000)
committerhanda <handa>
Wed, 13 Oct 2004 06:21:47 +0000 (06:21 +0000)
ChangeLog
src/ChangeLog

index ea2a3de..2e0ef5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-13  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Check if <freetype/ftbdf.h> is available or not.
+
 2004-10-12  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Use pkg-config (if available) for Xft.
index 6420ff9..61a82a8 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-13  Kenichi Handa  <handa@m17n.org>
+
+       * font-ft.c: Include <freetype/ftbdf.h> conditionally.  Check
+       HAVE_FTBDF_H before calling FT_Get_BDF_Property.
+
 2004-10-12  Kenichi Handa  <handa@m17n.org>
 
        * draw.c (alloc_gstring): Fix previous change.