diff options
| author | Dima Kogan | 2015-02-09 15:52:48 +0100 |
|---|---|---|
| committer | Jan D | 2015-02-09 15:52:48 +0100 |
| commit | 054dcbab2414e72d7c743214b7c56408fa4912dd (patch) | |
| tree | 1f8d6fe8ad842b88ec618fd94a49c88ac3402046 /src/ChangeLog | |
| parent | 83e5a17c3492f6d0bc79457624e69a1655ccb238 (diff) | |
| download | emacs-054dcbab2414e72d7c743214b7c56408fa4912dd.tar.gz emacs-054dcbab2414e72d7c743214b7c56408fa4912dd.zip | |
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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2015-02-09 Dima Kogan <dima@secretsauce.net> | ||
| 2 | |||
| 3 | * xfaces.c (realize_basic_faces): Don't set Qscalable_fonts_allowed to | ||
| 4 | t. | ||
| 5 | * font.c (font_score): Try to find a font without scaling first, | ||
| 6 | and only accept scalable fonts if we did not get a match (Bug#19117). | ||
| 7 | |||
| 1 | 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * keyboard.c (syms_of_keyboard): Use non-nil default value. | 10 | * keyboard.c (syms_of_keyboard): Use non-nil default value. |