diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dde148dc165..a3210b557c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2014-07-05 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-07-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a | 3 | * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, |
| 4 | display property at BEGV, don't call move_it_to to move to a | 4 | and there is a display property at that position, don't call |
| 5 | position before BEGV. (Bug#17942) | 5 | move_it_to to move to a position before window start. (Bug#17942) |
| 6 | 6 | ||
| 7 | 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 8 | 8 | ||