diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 889c8efebdb..1040b93fe70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Do not allow to set major mode for a dead buffer. | ||
| 4 | * buffer.c (Fset_buffer_major_mode): Signal an error | ||
| 5 | if the buffer is dead. | ||
| 6 | (Fother_buffer, other_buffer_safely): Remove redundant | ||
| 7 | nested declaration. | ||
| 8 | |||
| 9 | 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | Always use set_buffer_if_live to restore original buffer at unwind. | 11 | Always use set_buffer_if_live to restore original buffer at unwind. |
| 4 | * buffer.h (record_unwind_current_buffer): New function. | 12 | * buffer.h (record_unwind_current_buffer): New function. |
| 5 | * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c: | 13 | * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c: |