aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-05 18:26:11 +0200
committerEli Zaretskii2013-11-05 18:26:11 +0200
commitd57f4dde80447f0fcdb1c31df7f0657fd2eea369 (patch)
tree6d5d803883e24304298d8b02bb5a52754284583a /src/ChangeLog
parent375761b2435915b7b1d3bf10dbbe39b47d370177 (diff)
downloademacs-d57f4dde80447f0fcdb1c31df7f0657fd2eea369.tar.gz
emacs-d57f4dde80447f0fcdb1c31df7f0657fd2eea369.zip
Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.
src/callproc.c (call_process): Call prepare_to_modify_buffer before decoding text read from the sub-process, as the decoded stuff will be inserted into the buffer. This will invalidate the various caches maintained for the buffer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 556025fa5bd..e47f6a63740 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-11-05 Eli Zaretskii <eliz@gnu.org>
2
3 * callproc.c (call_process): Call prepare_to_modify_buffer before
4 decoding text read from the sub-process, as the decoded stuff will
5 be inserted into the buffer. This will invalidate the various
6 caches maintained for the buffer. (Bug#15148)
7
12013-11-05 Xue Fuqiao <xfq.free@gmail.com> 82013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2 9
3 * xdisp.c (syms_of_xdisp): Mention the active display table in doc 10 * xdisp.c (syms_of_xdisp): Mention the active display table in doc