diff src/ChangeLog @ 110686:624c74ddf6bf

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.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Oct 2010 19:38:36 +0200
parents 55c8c3ca3d48
children f2f31dc6273a
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 01 16:49:14 2010 +0200
+++ b/src/ChangeLog	Fri Oct 01 19:38:36 2010 +0200
@@ -1,3 +1,9 @@
+2010-10-01  Eli Zaretskii  <eliz@gnu.org>
+
+	* 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.  (Bug#6349)
+
 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	Do not include stdlib.h and string.h, config.h does it.