diff options
| author | Kenichi Handa | 2008-10-24 13:12:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-10-24 13:12:55 +0000 |
| commit | 064766f2e8c5393c16fd2e95f81d3a6c3afd9014 (patch) | |
| tree | 782895c19a2399ac5393634c216c54afe3406f20 /src/ChangeLog | |
| parent | 091b0137bf6839a3ba61dcc7ea35214c7ecd868b (diff) | |
| download | emacs-064766f2e8c5393c16fd2e95f81d3a6c3afd9014.tar.gz emacs-064766f2e8c5393c16fd2e95f81d3a6c3afd9014.zip | |
(ftfont_otf_features): Fix previous change.
(ftfont_otf_capability): Check FeatureList.FeatureCount before
calling ftfont_otf_features.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eafe5ac553a..7620a321c18 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-10-24 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (ftfont_otf_features): Fix previous change. | ||
| 4 | (ftfont_otf_capability): Check FeatureList.FeatureCount before | ||
| 5 | calling ftfont_otf_features. | ||
| 6 | |||
| 7 | 2008-10-23 Kenichi Handa <handa@m17n.org> | ||
| 8 | |||
| 9 | * font.c (font_match_p): Fix for the case that a vector of | ||
| 10 | characters is in script-representative-chars. | ||
| 11 | |||
| 1 | 2008-10-24 Michael Albinus <michael.albinus@gmx.de> | 12 | 2008-10-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * dbusbind.c (xd_in_read_queued_messages): New variable. | 14 | * dbusbind.c (xd_in_read_queued_messages): New variable. |