aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-12-13 19:55:23 +0400
committerDmitry Antipov2013-12-13 19:55:23 +0400
commit5035fbc19e2f569674237c61e6ffdd4719e092d5 (patch)
tree86e7b51ececff332f6bd3bebd92f389cc4024ce8 /src/ChangeLog
parentb6c888cc7afed65f24c023b8e90b73649f438e14 (diff)
downloademacs-5035fbc19e2f569674237c61e6ffdd4719e092d5.tar.gz
emacs-5035fbc19e2f569674237c61e6ffdd4719e092d5.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12013-12-13 Dmitry Antipov <dmantipov@yandex.ru> 12013-12-13 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
4 * nsfont.m, w32font.c, xfont.c, xftfont.c: Revert last and
5 2013-12-12 font-related change to avoid Bug#16128, which
6 is quite hard to fix without even more substantial changes.
7
82013-12-13 Dmitry Antipov <dmantipov@yandex.ru>
9
3 * font.c (font_close_object): Check for live frame (Bug#16128). 10 * font.c (font_close_object): Check for live frame (Bug#16128).
4 11
52013-12-13 Paul Eggert <eggert@cs.ucla.edu> 122013-12-13 Paul Eggert <eggert@cs.ucla.edu>