aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-17 10:24:40 +0300
committerEli Zaretskii2014-04-17 10:24:40 +0300
commitf76da67d4040ec3c766b7f4977341e142348cf60 (patch)
treee77ee1ab0452c1055f5fafd74e04f9a712de224c /src/ChangeLog
parentb262bde327db2cd9b2f01f2d3ed946d0b188cb9d (diff)
downloademacs-f76da67d4040ec3c766b7f4977341e142348cf60.tar.gz
emacs-f76da67d4040ec3c766b7f4977341e142348cf60.zip
Fix bug #17269 with corruption of the newline cache.
src/insdel.c (invalidate_buffer_caches): Invalidate the bidi paragraph-start cache before the newline cache.
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 84760abd019..d0aa2e59e01 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-04-17 Eli Zaretskii <eliz@gnu.org>
2
3 * insdel.c (invalidate_buffer_caches): Invalidate the bidi
4 paragraph-start cache before the newline cache. (Bug#17269)
5
12014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> 62014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * window.c (save_window_save): Lookup window_point_insertion_type in 8 * window.c (save_window_save): Lookup window_point_insertion_type in