*** empty log message ***
authorhanda <handa>
Fri, 18 Nov 2005 11:00:19 +0000 (11:00 +0000)
committerhanda <handa>
Fri, 18 Nov 2005 11:00:19 +0000 (11:00 +0000)
ChangeLog
src/ChangeLog

index a56a7f1..e11f19c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-18  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac: Add --with-libotf option.  Use AC_HELP_STRING.
+
 2005-09-05  Kenichi Handa  <handa@m17n.org>
 
        * bootstrap.sh: Call automake with -a -c. 
index ee5cc14..3a86ad6 100644 (file)
@@ -1,6 +1,16 @@
 2005-11-18  Kenichi Handa  <handa@m17n.org>
 
+       * font-ft.c (ft_check_otf, otf_script_list): Define only when
+       HAVE_OTF is defined.
+       (ft_list_capability): Call ft_check_otf only when HAVE_OTF is
+       defined.
+       (ft_select): Likewise.
+
        * font.c (mfont_list): Fix for the case that FONT is NULL.
+       (OTF_tag): Delete it.
+       (load_otf_script_list): Define only when HAVE_OTF is defined.
+       (mfont__fini): Unref otf_script_list only when HAVE_OTF is
+       defined.
 
        * draw.c (truncate_gstring): Be sure to truncate at
        glapheme-cluster boundary.