aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-16 23:37:59 +0300
committerEli Zaretskii2010-04-16 23:37:59 +0300
commit0f4442efb1a1ec17448a8750e4c49defb5479982 (patch)
tree0bac05fb2b8fb6571cbe8188a0e8b72b332afc51 /src/ChangeLog
parent7d4e45f81c83322b42e6ea3d3edc4fd16420ee6d (diff)
downloademacs-0f4442efb1a1ec17448a8750e4c49defb5479982.tar.gz
emacs-0f4442efb1a1ec17448a8750e4c49defb5479982.zip
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.
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 f3c0c562968..d1e22c730c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-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
12010-04-16 Dan Nicolaescu <dann@ics.uci.edu> 72010-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.