diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e834a2cc161..274817d8262 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-09-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (pos_visible_p): Properly save and restore the iterator | ||
| 4 | state around the call to line_bottom, since it can move the | ||
| 5 | iterator to another screen line. This fixes off-by-one errors in | ||
| 6 | the reported row in some rare cases. | ||
| 7 | |||
| 1 | 2014-09-07 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-09-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, | 10 | * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, |