projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4b3fd
)
*** empty log message ***
author
handa
<handa>
Tue, 18 Sep 2007 06:36:30 +0000
(06:36 +0000)
committer
handa
<handa>
Tue, 18 Sep 2007 06:36:30 +0000
(06:36 +0000)
src/ChangeLog
patch
|
blob
|
history
src/font.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index
0fa33c5
..
5159da6
100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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
diff --git
a/src/font.c
b/src/font.c
index
8f03529
..
9f783a0
100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-328,6
+328,7
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include "m17n-gui.h"
#include "m17n-misc.h"