diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7665ccb7083..33b8257cc1c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-05-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (init_buffer): Accept an argument 'initialized'. | ||
| 4 | [USE_MMAP_FOR_BUFFERS]: If 'initialized' is non-zero, reset | ||
| 5 | mmap_regions and mmap_fd, to avoid referencing stale data from the | ||
| 6 | dump phase. Add an assertion for buffer text of buffers created | ||
| 7 | in temacs before this function is called. (Bug#17622) | ||
| 8 | (mmap_regions_1, mmap_fd_1): Remove unused variables. | ||
| 9 | |||
| 10 | * lisp.h (init_buffer): Update prototype. | ||
| 11 | |||
| 12 | * emacs.c (main): Pass 'initialized' as the argument to init_buffer. | ||
| 13 | |||
| 1 | 2014-05-29 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2014-05-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * alloc.c (Fgarbage_collect): Fix compilation with | 16 | * alloc.c (Fgarbage_collect): Fix compilation with |