comparison 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
comparison
equal deleted inserted replaced
110685:1d1ed3e3e171 110686:624c74ddf6bf
1 2010-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
1 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu> 7 2010-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.
4 * xfont.c: 10 * xfont.c:
5 * w32term.c: 11 * w32term.c: