*** empty log message ***
authorhanda <handa>
Tue, 18 Sep 2007 06:36:30 +0000 (06:36 +0000)
committerhanda <handa>
Tue, 18 Sep 2007 06:36:30 +0000 (06:36 +0000)
src/ChangeLog
src/font.c

index 0fa33c5..5159da6 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-18  Kenichi Handa  <handa@m17n.org>
+
+       * face.c (mface__realize): Try Freetype based font at first.
+
+       * font.c: Include <ctype.h>
+
 2007-09-16  Kenichi Handa  <handa@m17n.org>
 
        * m17n-flt.c (load_flt): New arg full.  If full is zero, load only
index 8f03529..9f783a0 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "m17n-gui.h"
 #include "m17n-misc.h"