aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-08-08 10:49:34 -0400
committerChong Yidong2011-08-08 10:49:34 -0400
commitd56176114c8c9226a43db4bf68df562486e454ed (patch)
treef1550f03c97b5d5df583efe88ad08d70c943df29 /src/ChangeLog
parent0b4946c4196a6b227873c87315ebda104934ca3c (diff)
downloademacs-d56176114c8c9226a43db4bf68df562486e454ed.tar.gz
emacs-d56176114c8c9226a43db4bf68df562486e454ed.zip
Don't lose extra font info when using the Fontconfig font cache.
* src/ftfont.c (ftfont_pattern_entity): Copy the extras argument to the font entity extracted from the cache. Fixes: debbugs:8109
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 ddd580fcc4c..4df4455e862 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-08-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
4 the font entity extracted from the cache (Bug#8109).
5
12011-08-07 Chong Yidong <cyd@stupidchicken.com> 62011-08-07 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * composite.c (autocmp_chars): Don't reset point. That is done by 8 * composite.c (autocmp_chars): Don't reset point. That is done by