diff options
| author | Eli Zaretskii | 2013-11-18 18:29:49 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-18 18:29:49 +0200 |
| commit | 37c790b38599cc80a16c6a76152abbf8160fe2a1 (patch) | |
| tree | a2f40d0acba8cdcf5c6502f4c07093f138772887 /src/ChangeLog | |
| parent | f2cbfd4442bf194bd277101357a86f96707ec36c (diff) | |
| download | emacs-37c790b38599cc80a16c6a76152abbf8160fe2a1.tar.gz emacs-37c790b38599cc80a16c6a76152abbf8160fe2a1.zip | |
Fix bug #15841 with assertion violations due to newline cache.
src/insdel.c (invalidate_buffer_caches): New function, consolidated
from part of prepare_to_modify_buffer.
(insert_from_gap, prepare_to_modify_buffer):
src/coding.c (code_convert_region, code_convert_string): Call
invalidate_buffer_caches.
src/lisp.h (invalidate_buffer_caches): Add prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b88d076b8c..a2dfa5bf613 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-11-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * insdel.c (invalidate_buffer_caches): New function, consolidated | ||
| 4 | from part of prepare_to_modify_buffer. | ||
| 5 | (insert_from_gap, prepare_to_modify_buffer): | ||
| 6 | * coding.c (code_convert_region, code_convert_string): Call | ||
| 7 | invalidate_buffer_caches. (Bug#15841) | ||
| 8 | |||
| 9 | * lisp.h (invalidate_buffer_caches): Add prototype. | ||
| 10 | |||
| 1 | 2013-11-17 Eli Zaretskii <eliz@gnu.org> | 11 | 2013-11-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * w32term.c (x_update_window_end): Don't invalidate the entire | 13 | * w32term.c (x_update_window_end): Don't invalidate the entire |