diff options
| author | Eli Zaretskii | 2010-04-25 22:33:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-25 22:33:31 +0300 |
| commit | 7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca (patch) | |
| tree | 05aa4fdbe2e82c337d789bcab86c6eb5c38f3175 /src/ChangeLog | |
| parent | f538fcec9abe33859fe4b7d84ea1d5a07d476469 (diff) | |
| download | emacs-7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca.tar.gz emacs-7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca.zip | |
Start fixing cursor positioning in bidi buffers with display properties.
xdisp.c (set_cursor_from_row): Don't return zero if cursor was
found by `cursor' property of a display string.
(display_line): Preserve overlay and string info in row->end.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 58fdad2d1d2..9cabe8de38b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't return zero if cursor was | ||
| 4 | found by `cursor' property of a display string. | ||
| 5 | (display_line): Preserve overlay and string info in row->end. | ||
| 6 | |||
| 7 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> | ||
| 8 | |||
| 3 | * xdisp.c (display_line): Fix crash with bidi display on the last | 9 | * xdisp.c (display_line): Fix crash with bidi display on the last |
| 4 | empty line. (Bug#6030) | 10 | empty line. (Bug#6030) |
| 5 | (iterate_out_of_display_property): New function, body from pop_it. | 11 | (iterate_out_of_display_property): New function, body from pop_it. |