diff options
| author | Kenichi Handa | 2009-01-27 05:10:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-01-27 05:10:08 +0000 |
| commit | 7179ce7b35a4e28d4bf6e49508631d074835c9d2 (patch) | |
| tree | 63c73ed8e2d4db9190e71d842bf4720cc75967b0 /src/ChangeLog | |
| parent | b0c25608cdec34df50f6546854bbf022476f619e (diff) | |
| download | emacs-7179ce7b35a4e28d4bf6e49508631d074835c9d2.tar.gz emacs-7179ce7b35a4e28d4bf6e49508631d074835c9d2.zip | |
(ftfont_has_char): If the arg FONT is a font-object,
directly use GT_Get_Char_index.
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 |