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