diff options
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10796d89ac7..25626fb0060 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,6 +11,12 @@ | |||
| 11 | 11 | ||
| 12 | 2008-05-15 Kenichi Handa <handa@m17n.org> | 12 | 2008-05-15 Kenichi Handa <handa@m17n.org> |
| 13 | 13 | ||
| 14 | * ftfont.c (ftfont_list): Downcase family name to check generic | ||
| 15 | families. | ||
| 16 | |||
| 17 | * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a | ||
| 18 | font-spec for QCfont value. | ||
| 19 | |||
| 14 | * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte | 20 | * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte |
| 15 | buffer. Check the return value of it. | 21 | buffer. Check the return value of it. |
| 16 | 22 | ||