aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-23 14:58:12 +0200
committerEli Zaretskii2010-10-23 14:58:12 +0200
commit03f46be29c6ff082003567c27ead50a4b210b1dd (patch)
treebe58be9dbb6cfb2a115ae35785455db9b6fc9cd8 /src/ChangeLog
parent7b7e2c18a64fe2de45d80dfc6f48645f3e126440 (diff)
downloademacs-03f46be29c6ff082003567c27ead50a4b210b1dd.tar.gz
emacs-03f46be29c6ff082003567c27ead50a4b210b1dd.zip
The range [STARTPOS..ENDPOS] is inclusive in strings.
Tested with multiline display strings. xdisp.c (mouse_face_from_string_pos): Fix off-by-one error when testing against ENDPOS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0cd77348d12..d6e93b28299 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 flag to zero, and exit the outer loop when it's non-zero. Bail 4 flag to zero, and exit the outer loop when it's non-zero. Bail
5 our early if no row in the window belongs to the highlighted 5 our early if no row in the window belongs to the highlighted
6 string. Always back up after exiting the second loop. 6 string. Always back up after exiting the second loop.
7 Fix off-by-one error when testing against ENDPOS.
7 8
82010-10-16 Eli Zaretskii <eliz@gnu.org> 92010-10-16 Eli Zaretskii <eliz@gnu.org>
9 10