aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-01-28 09:55:06 +0400
committerDmitry Antipov2014-01-28 09:55:06 +0400
commit6affb4a8073e4ce8d5c94561ce5c4741c869d52e (patch)
tree1502330976a105446e0c8948ad21780a938b524d /src/ChangeLog
parent0a60cc0dbcfc1d6c12f725038464584c66ca9dfb (diff)
downloademacs-6affb4a8073e4ce8d5c94561ce5c4741c869d52e.tar.gz
emacs-6affb4a8073e4ce8d5c94561ce5c4741c869d52e.zip
* terminal.c (initial_free_frame_resources): New function.
(init_initial_terminal): Install new hook to free face cache on initial frame and avoid memory leak. For details, see <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>.
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 4fa19d98f7f..fc4ad207993 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-01-28 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * terminal.c (initial_free_frame_resources): New function.
4 (init_initial_terminal): Install new hook to free face cache
5 on initial frame and avoid memory leak. For details, see
6 <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>.
7
12014-01-26 Paul Eggert <eggert@cs.ucla.edu> 82014-01-26 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * data.c (Fstring_to_number): Document results if unparsable 10 * data.c (Fstring_to_number): Document results if unparsable