aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2008-10-24 13:12:55 +0000
committerKenichi Handa <[email protected]>2008-10-24 13:12:55 +0000
commit064766f2e8c5393c16fd2e95f81d3a6c3afd9014 (patch)
tree782895c19a2399ac5393634c216c54afe3406f20 /src/ChangeLog
parent091b0137bf6839a3ba61dcc7ea35214c7ecd868b (diff)
(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/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eafe5ac553..7620a321c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2008-10-24 Kenichi Handa <[email protected]>
+
+ * ftfont.c (ftfont_otf_features): Fix previous change.
+ (ftfont_otf_capability): Check FeatureList.FeatureCount before
+ calling ftfont_otf_features.
+
+2008-10-23 Kenichi Handa <[email protected]>
+
+ * font.c (font_match_p): Fix for the case that a vector of
+ characters is in script-representative-chars.
+
2008-10-24 Michael Albinus <[email protected]>
* dbusbind.c (xd_in_read_queued_messages): New variable.