diff options
| author | Kenichi Handa | 2014-07-20 00:18:23 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-20 00:18:23 +0900 |
| commit | bf0d3f76dcfe7881cb3058169b51cf6602fdcdcb (patch) | |
| tree | 4d4c958973053b9c4427272c204b5e21fb03f89c /src/ChangeLog | |
| parent | 31ca1841d2e25983fbcc44302ee9eff0b3a1554a (diff) | |
| download | emacs-bf0d3f76dcfe7881cb3058169b51cf6602fdcdcb.tar.gz emacs-bf0d3f76dcfe7881cb3058169b51cf6602fdcdcb.zip | |
2014-07-19 Kenichi Handa <handa@gnu.org>
* xfaces.c (realize_x_face): Call font_load_for_lface with no
mandatory font spec (Bug#17973).
2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
* font.c (font_score): Return the worst score if the size of
ENTITY is wrong by more than a factor 2 (Bug#17973).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d244db6b1d..51569f14f31 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-07-19 K. Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (realize_x_face): Call font_load_for_lface with no | ||
| 4 | mandatory font spec (Bug#17973). | ||
| 5 | |||
| 6 | 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * font.c (font_score): Return the worst score if the size of | ||
| 9 | ENTITY is wrong by more than a factor 2 (Bug#17973). | ||
| 10 | |||
| 1 | 2014-07-18 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2014-07-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * frame.c (frame_unspecified_color): New function | 13 | * frame.c (frame_unspecified_color): New function |