aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-09 13:12:33 +0200
committerEli Zaretskii2013-11-09 13:12:33 +0200
commitaddccbd0c33c921dbd7bba1678112a0e643eff48 (patch)
treed4f5a8dd6ed51c07d6755f536585634aca507209 /src/ChangeLog
parentc9df215b4124767def02fcbd83bba1a95171b921 (diff)
downloademacs-addccbd0c33c921dbd7bba1678112a0e643eff48.tar.gz
emacs-addccbd0c33c921dbd7bba1678112a0e643eff48.zip
Fix bug #15841 with cache-long-scans, linum-mode, and non-ASCII chars.
src/fileio.c (Finsert_file_contents): Invalidate the newline cache for the entire range of inserted characters.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 59a43d9a391..587b97ecd1f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-11-09 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (Finsert_file_contents): Invalidate the newline cache
4 for the entire range of inserted characters. (Bug#15841)
5
12013-11-08 Jan Djärv <jan.h.d@swipnet.se> 62013-11-08 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * xfaces.c (lface_fully_specified_p): Let distant-foreground be 8 * xfaces.c (lface_fully_specified_p): Let distant-foreground be