diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 52eab5a74ce..1b236637671 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2009-01-27 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (ftfont_has_char): If the arg FONT is a font-object, | ||
| 4 | directly use GT_Get_Char_index. | ||
| 5 | |||
| 6 | * xftfont.c (struct xftfont_info): New member `index'. | ||
| 7 | |||
| 8 | * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit. | ||
| 9 | (Ffontset_font): Adjusted for the change of fontset entry. | ||
| 10 | |||
| 1 | 2009-01-26 Kenichi Handa <handa@m17n.org> | 11 | 2009-01-26 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * fontset.c (fontset_find_font): Fix handling of non-cons return | 13 | * fontset.c (fontset_find_font): Fix handling of non-cons return |