diff options
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. |