diff options
| author | Eli Zaretskii | 2013-05-06 20:11:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-06 20:11:07 +0300 |
| commit | 05839b6affe3391dc6fb13e704927cb1815a22e9 (patch) | |
| tree | 81e9410f28baf7a54e1c0cda67c70dc3530d37b5 /src/ChangeLog | |
| parent | e65500d969b8536773999b2ad4c377889ebb92a2 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-05-06 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-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. |