aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-02-26 21:06:13 -0500
committerChong Yidong2010-02-26 21:06:13 -0500
commitfe69a72236d483ea3ce08084d0a6a315a82b5cab (patch)
tree392d36bca754a74104a5fd3581aa7967da07f668 /src/ChangeLog
parentb8280f393023247c6cb21e7546fc9edd891fb711 (diff)
downloademacs-fe69a72236d483ea3ce08084d0a6a315a82b5cab.tar.gz
emacs-fe69a72236d483ea3ce08084d0a6a315a82b5cab.zip
Recognize more keywords in GTK font names (Bug#5646).
* font.c (font_parse_fcname): Recognize "Book", "Condensed", and "Semi-Condensed" keywords in GTK names (Bug#5646).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f60b400b930..67a547a8058 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-02-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (font_parse_fcname): Recognize "Book", "Condensed", and
4 "Semi-Condensed" keywords in GTK names (Bug#5646).
5
12010-02-26 Kenichi Handa <handa@m17n.org> 62010-02-26 Kenichi Handa <handa@m17n.org>
2 7
3 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec. 8 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.