aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-01 19:38:36 +0200
committerEli Zaretskii2010-10-01 19:38:36 +0200
commit54cc6a8387d4d59ae7a280a7e0adb05735a4aa8c (patch)
tree0a01bf312c030cb6f95f284fa7857e8c81ef0796 /src/ChangeLog
parent82b9f9f5f4d356f49f76d60981a5925888205f12 (diff)
downloademacs-54cc6a8387d4d59ae7a280a7e0adb05735a4aa8c.tar.gz
emacs-54cc6a8387d4d59ae7a280a7e0adb05735a4aa8c.zip
Fix bug #6349 with cursor positioning in truncated lines.
xdisp.c (set_cursor_from_row): When the row is truncated and point is outside the range of displayed characters, position the cursor inside the scroll margin.
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 5e7ac0cc4b2..c7bdb0b2d84 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-10-01 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): When the row is truncated and
4 point is outside the range of displayed characters, position the
5 cursor inside the scroll margin. (Bug#6349)
6
12010-10-01 Dan Nicolaescu <dann@ics.uci.edu> 72010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 Do not include stdlib.h and string.h, config.h does it. 9 Do not include stdlib.h and string.h, config.h does it.