aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-06 20:11:07 +0300
committerEli Zaretskii2013-05-06 20:11:07 +0300
commit05839b6affe3391dc6fb13e704927cb1815a22e9 (patch)
tree81e9410f28baf7a54e1c0cda67c70dc3530d37b5 /src/ChangeLog
parente65500d969b8536773999b2ad4c377889ebb92a2 (diff)
downloademacs-05839b6affe3391dc6fb13e704927cb1815a22e9.tar.gz
emacs-05839b6affe3391dc6fb13e704927cb1815a22e9.zip
Fix bug #14241 with posn-at-point at the beginning of an image display prop.
src/xdisp.c (pos_visible_p): Use the special code for finding the beginning of a display property or overlay for any "replacing" display property, not just for display strings. This solves incorrect reporting of position by posn-at-point.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b6ae117c8b2..5ac0f885d8e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-05-06 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (pos_visible_p): Use the special code for finding the
4 beginning of a display property or overlay for any "replacing"
5 display property, not just for display strings. This solves
6 incorrect reporting of position by posn-at-point. (Bug#14241)
7
12013-05-06 Paul Eggert <eggert@cs.ucla.edu> 82013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * unexelf.c: Fix some 32-bit integer problems, notably when debugging. 10 * unexelf.c: Fix some 32-bit integer problems, notably when debugging.