diff options
| author | Eli Zaretskii | 2011-10-13 13:17:32 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-13 13:17:32 +0200 |
| commit | d4172c3be980b14b640da20f3ed6fa723273e735 (patch) | |
| tree | 419b885ad04b984579fd7840df2e844916237b0c /src/ChangeLog | |
| parent | 3e72c16e98268d9ca6a2c5de2574540cd11f8ce1 (diff) | |
| download | emacs-d4172c3be980b14b640da20f3ed6fa723273e735.tar.gz emacs-d4172c3be980b14b640da20f3ed6fa723273e735.zip | |
Fix the change with paragraph_dir initialization.
src/bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
some callers set that themselves.
src/xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
cursor motion with <left> and <right> arrow keys.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cf0644ff039..e7cd83305ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize | ||
| 4 | itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect | ||
| 5 | cursor motion with <left> and <right> arrow keys. | ||
| 6 | |||
| 7 | * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as | ||
| 8 | some callers set that themselves. | ||
| 9 | |||
| 1 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (find_row_edges): Handle the case where ROW comes from a | 12 | * xdisp.c (find_row_edges): Handle the case where ROW comes from a |