diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2a7f8e2958f..b117a1e0406 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-05-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator | ||
| 4 | state after an additional call to move_it_in_display_line_to, keep | ||
| 5 | the values of it->max_ascent and it->max_descent found for the | ||
| 6 | entire line. | ||
| 7 | (pos_visible_p): Revert the comparison against bottom_y to what it | ||
| 8 | was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb. | ||
| 9 | (Bug#11464) | ||
| 10 | |||
| 1 | 2012-05-15 Eli Zaretskii <eliz@gnu.org> | 11 | 2012-05-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * xdisp.c (pos_visible_p): Fix last change. (Bug#11464) | 13 | * xdisp.c (pos_visible_p): Fix last change. (Bug#11464) |