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 4fa19d98f7f..fc4ad207993 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-01-26 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-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 |