summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDima Kogan <dima@secretsauce.net>2015-02-09 15:52:48 +0100
committerJan D <jhd@f20.localdomain>2015-02-09 15:52:48 +0100
commit054dcbab2414e72d7c743214b7c56408fa4912dd (patch)
tree1f8d6fe8ad842b88ec618fd94a49c88ac3402046 /src/ChangeLog
parent83e5a17c3492f6d0bc79457624e69a1655ccb238 (diff)
downloademacs-054dcbab2414e72d7c743214b7c56408fa4912dd.tar.gz
Try non-scaled xld fonts first, and scaled if that failed.
Fixes: debbugs:19117 * xfaces.c (realize_basic_faces): Don't set Qscalable_fonts_allowed to t. * font.c (font_score): Try to find a font without scaling first, and only accept scalable fonts if we did not get a match.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93cd5f30f08..bc5d6101a5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-09 Dima Kogan <dima@secretsauce.net>
+
+ * xfaces.c (realize_basic_faces): Don't set Qscalable_fonts_allowed to
+ t.
+ * font.c (font_score): Try to find a font without scaling first,
+ and only accept scalable fonts if we did not get a match (Bug#19117).
+
2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (syms_of_keyboard): Use non-nil default value.