Mercurial > emacs
comparison src/ChangeLog @ 107881:6effcd2bae9f
Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
xdisp.c (set_cursor_from_row): Don't consider possibility of
other rows with cursor unless they are different from this row and
this row is part of a continued line.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 16 Apr 2010 23:37:59 +0300 |
parents | 43aef96c6073 |
children | 8b1a353e3aab |
comparison
equal
deleted
inserted
replaced
107880:43aef96c6073 | 107881:6effcd2bae9f |
---|---|
1 2010-04-16 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * xdisp.c (set_cursor_from_row): Don't consider possibility of | |
4 other rows with cursor unless they are different from this row and | |
5 this row is part of a continued line. (Bug#5943) | |
6 | |
1 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu> | 7 2010-04-16 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 8 |
3 * s/freebsd.h: Restore osreldate.h include. | 9 * s/freebsd.h: Restore osreldate.h include. |
4 Suggested by Naohiro Aota. | 10 Suggested by Naohiro Aota. |
5 | 11 |