aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-11 19:11:32 +0300
committerEli Zaretskii2014-06-11 19:11:32 +0300
commitdf907af0ddfc4282a6184f1b516cd92dbdf0093f (patch)
tree2634706a9f5fb4d188336d2394da02f17483f76b /src/ChangeLog
parent4abee665f60b1eb705d47ba82e3aa4b910f5a040 (diff)
downloademacs-df907af0ddfc4282a6184f1b516cd92dbdf0093f.tar.gz
emacs-df907af0ddfc4282a6184f1b516cd92dbdf0093f.zip
Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.
src/xdisp.c (set_cursor_from_row): Fix an off-by-one error when matching overlay strings with 'cursor' property against buffer positions traversed in the glyph row.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7ee48d1d07..3468cea6159 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-06-11 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Fix an off-by-one error when
4 matching overlay strings with 'cursor' property against buffer
5 positions traversed in the glyph row. (Bug#17744)
6
12014-06-08 Glenn Morris <rgm@gnu.org> 72014-06-08 Glenn Morris <rgm@gnu.org>
2 8
3 * fileio.c (write-region-inhibit-fsync): Doc tweak. 9 * fileio.c (write-region-inhibit-fsync): Doc tweak.