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 2ae2f99b49a..4e8285e9530 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2013-12-13 Dmitry Antipov <dmantipov@yandex.ru> + * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, + * nsfont.m, w32font.c, xfont.c, xftfont.c: Revert last and + 2013-12-12 font-related change to avoid Bug#16128, which + is quite hard to fix without even more substantial changes. + +2013-12-13 Dmitry Antipov <dmantipov@yandex.ru> + * font.c (font_close_object): Check for live frame (Bug#16128). 2013-12-13 Paul Eggert <eggert@cs.ucla.edu> |