aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-12-03 09:59:23 +0200
committerEli Zaretskii2011-12-03 09:59:23 +0200
commit9e49252b2d8fe1a3f078ec0342df0008cea5059e (patch)
tree9fec1de41a44145d95761b4b34e3fb5ef6a8ef59 /src/ChangeLog
parent6f5e57e773c9a72bce9d8c2f261923d1853b734f (diff)
downloademacs-9e49252b2d8fe1a3f078ec0342df0008cea5059e.tar.gz
emacs-9e49252b2d8fe1a3f078ec0342df0008cea5059e.zip
Fix parts 1 & 2 of bug #10183 with RTL headings in Org mode.
src/xdisp.c (handle_invisible_prop): If the invisible text ends just before a newline, prepare the bidi iterator for consuming the newline, and keep the current paragraph direction.
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 ed47da2caa1..efba68d99d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-12-03 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (handle_invisible_prop): If the invisible text ends just
4 before a newline, prepare the bidi iterator for consuming the
5 newline, and keep the current paragraph direction. (Bug#10183)
6
12011-12-02 Juri Linkov <juri@jurta.org> 72011-12-02 Juri Linkov <juri@jurta.org>
2 8
3 * search.c (Fword_search_regexp): New Lisp function created from 9 * search.c (Fword_search_regexp): New Lisp function created from