aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-27 22:40:05 +0300
committerEli Zaretskii2010-04-27 22:40:05 +0300
commit4fc85283057936715d48842ec8f89ae146b1e8d7 (patch)
treeaca940c42605f449fc5dfee7b3fef7dbcbb3efe6 /src/ChangeLog
parent7482731ab522e6c0667fcf1b60bc9b5c1ba6ffca (diff)
downloademacs-4fc85283057936715d48842ec8f89ae146b1e8d7.tar.gz
emacs-4fc85283057936715d48842ec8f89ae146b1e8d7.zip
Fix a crash when a display string is continued to the next line.
xdisp.c (set_cursor_from_row): When looping over a display string, don't overstep the end of the glyph row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9cabe8de38b..a6a89a4ea3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-04-27 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Fix a crash when a display string
4 is continued to the next line.
5
12010-04-25 Eli Zaretskii <eliz@gnu.org> 62010-04-25 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xdisp.c (set_cursor_from_row): Don't return zero if cursor was 8 * xdisp.c (set_cursor_from_row): Don't return zero if cursor was