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