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 6048522cdc4..dde148dc165 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-07-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a | ||
| 4 | display property at BEGV, don't call move_it_to to move to a | ||
| 5 | position before BEGV. (Bug#17942) | ||
| 6 | |||
| 1 | 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * syntax.c (find_defun_start): Try the cache even | 9 | * syntax.c (find_defun_start): Try the cache even |