diff options
| author | Eli Zaretskii | 2011-09-20 20:42:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-20 20:42:16 +0300 |
| commit | fd317ddfc9ff0628af84aa1e9d298cea6a208d19 (patch) | |
| tree | ef279dd6dfc11f1bd66b8cdc862fcbed16ebec04 /src/ChangeLog | |
| parent | 8c203dbf33f77e12b6833d26bb2b86e836ceef8e (diff) | |
| download | emacs-fd317ddfc9ff0628af84aa1e9d298cea6a208d19.tar.gz emacs-fd317ddfc9ff0628af84aa1e9d298cea6a208d19.zip | |
Fix bidi-aware cursor motion inside indentation.
src/xdisp.c (Fcurrent_bidi_paragraph_direction): Fix search for previous
non-empty line. Fixes confusing cursor motion with arrow keys at
the beginning of a line that starts with whitespace.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0b1ecc3caa..17b53216e83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | (find_row_edges): If the row ends in a newline from a display | 5 | (find_row_edges): If the row ends in a newline from a display |
| 6 | string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549) | 6 | string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549) |
| 7 | Handle the case of a display string with multiple newlines. | 7 | Handle the case of a display string with multiple newlines. |
| 8 | (Fcurrent_bidi_paragraph_direction): Fix search for previous | ||
| 9 | non-empty line. Fixes confusing cursor motion with arrow keys at | ||
| 10 | the beginning of a line that starts with whitespace. | ||
| 8 | 11 | ||
| 9 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 12 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 10 | 13 | ||