diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c62dffc3e0..bea7c9331db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Do not verify indirection counters of killed buffers (Bug#12579). | ||
| 4 | * buffer.h (BUFFER_CHECK_INDIRECTION): New macro. | ||
| 5 | * buffer.c (compact_buffer, set_buffer_internal_1): Use it. | ||
| 6 | |||
| 1 | 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * alloc.c (Fmake_byte_code): Fix typo in comment. | 9 | * alloc.c (Fmake_byte_code): Fix typo in comment. |