aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-12-11 19:06:04 +0400
committerDmitry Antipov2013-12-11 19:06:04 +0400
commit5a80236fc8817e3b7fabcba233246ec862758a29 (patch)
treeaaed7684a58c58d15e6f0bd750f29b463bca05e3 /src/ChangeLog
parent5b4f37ab9c9e7aa5472c47d9e9c2b508344f4858 (diff)
downloademacs-5a80236fc8817e3b7fabcba233246ec862758a29.tar.gz
emacs-5a80236fc8817e3b7fabcba233246ec862758a29.zip
* nsterm.m (x_free_frame_resources):
* term.c (tty_free_frame_resources): * xterm.c (x_free_frame_resources): Do not check for non-NULL face cache because it's implied by free_frame_faces anyway. * w32term.c (x_free_frame_resources): Likewise. Do not call free_frame_faces twice.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c19c83378a..9f3161a220d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-12-11 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * nsterm.m (x_free_frame_resources):
4 * term.c (tty_free_frame_resources):
5 * xterm.c (x_free_frame_resources): Do not check for non-NULL
6 face cache because it's implied by free_frame_faces anyway.
7 * w32term.c (x_free_frame_resources): Likewise. Do not call
8 free_frame_faces twice.
9
12013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 102013-12-11 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
2 11
3 * editfns.c (Fformat_time_string): Mention %F in the doc. 12 * editfns.c (Fformat_time_string): Mention %F in the doc.