aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-14 18:32:27 +0300
committerEli Zaretskii2014-04-14 18:32:27 +0300
commitac6ec89c158aae5c4e78fcf70efd19d42c0abbe3 (patch)
tree0a4f41e63533ad550e9ac4dcbf19710fe437fcfc /src/ChangeLog
parenta73b9ddac85132aa0745734ee757e234298a6c7a (diff)
downloademacs-ac6ec89c158aae5c4e78fcf70efd19d42c0abbe3.tar.gz
emacs-ac6ec89c158aae5c4e78fcf70efd19d42c0abbe3.zip
Fix bidirectional redisplay when deletion creates a paragraph start.
src/insdel.c (invalidate_buffer_caches): When deleting or replacing text, invalidate the bidi_paragraph_cache upto and including the preceding newline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be4ce13129c..6b6bd06634a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-04-14 Eli Zaretskii <eliz@gnu.org>
2
3 * insdel.c (invalidate_buffer_caches): When deleting or replacing
4 text, invalidate the bidi_paragraph_cache upto and including the
5 preceding newline.
6
12014-04-13 Paul Eggert <eggert@cs.ucla.edu> 72014-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Port to IRIX 6.5 (Bug#9684). 9 Port to IRIX 6.5 (Bug#9684).