aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-07-09 19:23:49 +0300
committerEli Zaretskii2011-07-09 19:23:49 +0300
commit66ff7ddf932697fc7d114ae6f0602fb57ec28eda (patch)
tree5c3a068afbf9eea31bbf67f5acbe0809873628f0 /src/ChangeLog
parent95e1afc692e2f999fa23daa3ecaa439db5830cc5 (diff)
downloademacs-66ff7ddf932697fc7d114ae6f0602fb57ec28eda.tar.gz
emacs-66ff7ddf932697fc7d114ae6f0602fb57ec28eda.zip
src/bidi.c: Fix type of a variable revealed on x86_64.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7dc419ef731..e59c72643d4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-07-09 Eli Zaretskii <eliz@gnu.org> 12011-07-09 Eli Zaretskii <eliz@gnu.org>
2 2
3 * bidi.c (bidi_fetch_char): Fix the type of `len' according to
4 what STRING_CHAR_AND_LENGTH expects.
5
3 * xdisp.c (move_it_in_display_line_to): Record prev_method and 6 * xdisp.c (move_it_in_display_line_to): Record prev_method and
4 prev_pos immediately before the call to set_iterator_to_next. 7 prev_pos immediately before the call to set_iterator_to_next.
5 Fixes cursor motion in bidi-reordered lines with stretch glyphs 8 Fixes cursor motion in bidi-reordered lines with stretch glyphs