summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-11-09 18:40:43 +0200
committerEli Zaretskii <eliz@gnu.org>2014-11-09 18:40:43 +0200
commitea75a0e069998158b47b774aae263529568f8b1c (patch)
tree79278e45c2d8ec2ab439bb7c5c92d2fe9afc1fdb /src/ChangeLog
parent2ae1e0d427eaf8583875a31525eca42c0a9ebb99 (diff)
downloademacs-ea75a0e069998158b47b774aae263529568f8b1c.tar.gz
Fix bug #18982 with assertion violations when reverting buffers.
src/fileio.c (Finsert_file_contents): Invalidate buffer caches also when the inserted text does not need decoding.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c03218c21f9..719ccec467d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2014-11-09 Eli Zaretskii <eliz@gnu.org>
+ * fileio.c (Finsert_file_contents): Invalidate buffer caches also
+ when the inserted text does not need decoding. (Bug#18982)
+
* w32heap.c (allocate_heap): Set the lower limit of heap at 8MB.
(Bug#18995)