aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-10 14:43:04 +0300
committerEli Zaretskii2011-06-10 14:43:04 +0300
commit9f4ef5002457676aefa18729cf6931e38e8e9f18 (patch)
tree550e3778879cd51bd1ba8554697c8af37722a157 /src/ChangeLog
parent6db161bec8de73baa968732345355b5178e1fd30 (diff)
downloademacs-9f4ef5002457676aefa18729cf6931e38e8e9f18.tar.gz
emacs-9f4ef5002457676aefa18729cf6931e38e8e9f18.zip
Tested and fixed compute_display_string_pos for buffer iteration.
Also fixed an unrelated bug caused by vertical-motion. src/xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize itb.string.lstring. (compute_display_string_pos, compute_display_string_end): Fix calculation of the object to scan. Fixes an error when using arrow keys. (next_element_from_buffer): Don't abort when IT_CHARPOS is before base_level_stop; instead, set base_level_stop to BEGV. Fixes crashes in vertical-motion.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f305d0daf4..5aef6d2f112 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-06-10 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
4 itb.string.lstring.
5 (compute_display_string_pos, compute_display_string_end):
6 Fix calculation of the object to scan. Fixes an error when using
7 arrow keys.
8 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
9 base_level_stop; instead, set base_level_stop to BEGV. Fixes
10 crashes in vertical-motion.
11
12011-06-09 Eli Zaretskii <eliz@gnu.org> 122011-06-09 Eli Zaretskii <eliz@gnu.org>
2 13
3 * xdisp.c (compute_display_string_pos): First arg is now struct 14 * xdisp.c (compute_display_string_pos): First arg is now struct