diff options
| author | Dmitry Antipov | 2012-07-25 09:09:02 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-25 09:09:02 +0400 |
| commit | 04e9897cf70e46c703b1412d022511e80314a720 (patch) | |
| tree | af271600844268b6c0a385be82a91fab081e59d9 /src/ChangeLog | |
| parent | 9830626b31fe96bd19bdb61e3dfd09f25a806560 (diff) | |
| download | emacs-04e9897cf70e46c703b1412d022511e80314a720.tar.gz emacs-04e9897cf70e46c703b1412d022511e80314a720.zip | |
Adjust buffer text indirection counters at the end of Fkill_buffer.
* buffer.c (Fkill_buffer): Adjust indirection counters when the
buffer is definitely dead. This should really fix an issue reported
by Christoph Scholtes again. (Bug#12007).
(init_buffer_once): Initialize indirection counters of
buffer_defaults and buffer_local_symbols (for sanity and safety).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7ed81da2d2..2c82af88f93 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Adjust buffer text indirection counters at the end of Fkill_buffer. | ||
| 4 | * buffer.c (Fkill_buffer): Adjust indirection counters when the | ||
| 5 | buffer is definitely dead. This should really fix an issue reported | ||
| 6 | by Christoph Scholtes again. (Bug#12007). | ||
| 7 | (init_buffer_once): Initialize indirection counters of | ||
| 8 | buffer_defaults and buffer_local_symbols (for sanity and safety). | ||
| 9 | |||
| 1 | 2012-07-24 Eli Zaretskii <eliz@gnu.org> | 10 | 2012-07-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (init_iterator): Don't compute dimensions of truncation | 12 | * xdisp.c (init_iterator): Don't compute dimensions of truncation |
| @@ -7,7 +16,7 @@ | |||
| 7 | 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru> | 16 | 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 8 | 17 | ||
| 9 | Simplify copy_overlay. | 18 | Simplify copy_overlay. |
| 10 | * buffer.c (copy_overlay): Simplify, use build_marker. | 19 | * buffer.c (copy_overlay): Simplify. Use build_marker. |
| 11 | * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks. | 20 | * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks. |
| 12 | 21 | ||
| 13 | 2012-07-23 Eli Zaretskii <eliz@gnu.org> | 22 | 2012-07-23 Eli Zaretskii <eliz@gnu.org> |