aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-05 10:38:13 +0300
committerEli Zaretskii2014-07-05 10:38:13 +0300
commitbf97132f839ca4717ffd173c7aa80d48feb254d5 (patch)
tree9cc739021bd25222eb6e33716ac4771f6e8ec788 /src/ChangeLog
parent6246df666bc864c82e9436f929c1e04d200d1d25 (diff)
downloademacs-bf97132f839ca4717ffd173c7aa80d48feb254d5.tar.gz
emacs-bf97132f839ca4717ffd173c7aa80d48feb254d5.zip
Fix bug #17942 with pos-visible-in-window-p and image and BOB.
src/xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a display property at BEGV, don't call move_it_to to move to a position before BEGV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12014-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
12014-07-05 Stefan Monnier <monnier@iro.umontreal.ca> 72014-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