diff options
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 |