aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-23 12:18:38 +0300
committerEli Zaretskii2013-09-23 12:18:38 +0300
commitf03eddbff64da3a9304b2c654b6f46b58f318787 (patch)
treec0a6b7c7606ec49ca08f14b386ccb79907011d65 /src/ChangeLog
parentcd548fa41b9d298bea8e09b57655e20887d2e922 (diff)
downloademacs-f03eddbff64da3a9304b2c654b6f46b58f318787.tar.gz
emacs-f03eddbff64da3a9304b2c654b6f46b58f318787.zip
Fix bug #15437 with mouse highlight on overlay strings.
src/xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in computing the end column of mouse-highlight that comes from display or overlay strings.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 093368568c2..8483bdc6216 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-09-23 Eli Zaretskii <eliz@gnu.org> 12013-09-23 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in
4 computing the end column of mouse-highlight that comes from
5 display or overlay strings. (Bug#15437)
6
3 * conf_post.h (__has_builtin): Define to zero, if undefined, on 7 * conf_post.h (__has_builtin): Define to zero, if undefined, on
4 all platforms, not just for clang. 8 all platforms, not just for clang.
5 9