diff options
| author | Eli Zaretskii | 2012-05-19 15:14:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-05-19 15:14:11 +0300 |
| commit | 44e27368281d4078a83c55003454d76683ddaad4 (patch) | |
| tree | 018b28804a9e191f149545f4f13e52a644e9b5dc /src/ChangeLog | |
| parent | f467fdc6f924765fde80ac50da08e8a49ad191eb (diff) | |
| download | emacs-44e27368281d4078a83c55003454d76683ddaad4.tar.gz emacs-44e27368281d4078a83c55003454d76683ddaad4.zip | |
A better fix for bug #11464 with pos-visible-in-window-p and R2L text.
src/xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
state after an additional call to move_it_in_display_line_to, keep
the values of it->max_ascent and it->max_descent found for the
entire line.
(pos_visible_p): Revert the comparison against bottom_y to what it
was in 2012-05-13T18:22:35Z!eliz@gnu.org.
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) |