aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2009-03-05 12:27:04 +0000
committerKenichi Handa <[email protected]>2009-03-05 12:27:04 +0000
commit988a7ddb0c5bf2cf3c3898f58ba342045a4677bc (patch)
tree36ed3dbea84e03a79441eda4908019d8f664dc73 /src/ChangeLog
parent162f54589e17743076404222dd3216022a78b5cf (diff)
(font_select_entity): New function.
(font_find_for_lface): Use font_select_entity to select a font.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 375aa3d845..ae3ef0e053 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-05 Kenichi Handa <[email protected]>
+
+ * font.c (font_select_entity): New function.
+ (font_find_for_lface): Use font_select_entity to select a font.
+
+ * fontset.c (fontset_find_font): If a font found without
+ restricting of the characters C doen't support C, try to find a
+ font with C restriction.
+
2009-03-04 Nikolaj Schumacher <[email protected]> (tiny change)
* nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.