aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-25 19:55:59 +0300
committerEli Zaretskii2010-04-25 19:55:59 +0300
commitf538fcec9abe33859fe4b7d84ea1d5a07d476469 (patch)
tree15c95e2525af419092597b7ae95a5c459bd54099 /src/ChangeLog
parentadf4f59cc8df4d3a927e55743dea04725c3fecf0 (diff)
downloademacs-f538fcec9abe33859fe4b7d84ea1d5a07d476469.tar.gz
emacs-f538fcec9abe33859fe4b7d84ea1d5a07d476469.zip
Move code that bidi-iterates out of display property to a separate function.
xdisp.c (iterate_out_of_display_property): New function, body from pop_it. (pop_it): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b1c81261cc..58fdad2d1d2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * xdisp.c (display_line): Fix crash with bidi display on the last 3 * xdisp.c (display_line): Fix crash with bidi display on the last
4 empty line. (Bug#6030) 4 empty line. (Bug#6030)
5 (iterate_out_of_display_property): New function, body from pop_it.
6 (pop_it): Use it.
5 7
62010-04-24 Eli Zaretskii <eliz@gnu.org> 82010-04-24 Eli Zaretskii <eliz@gnu.org>
7 9