aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-03-23 17:57:25 +0200
committerEli Zaretskii2014-03-23 17:57:25 +0200
commit88c569ef11aa1d9e98bca49e7ac570942276eb3d (patch)
tree618271f8246c930e9ecaa0006d8e1ddd48cf0216 /src/ChangeLog
parentf1e06f7bffc1407f7e597f714b2969fc6d1d8eed (diff)
downloademacs-88c569ef11aa1d9e98bca49e7ac570942276eb3d.tar.gz
emacs-88c569ef11aa1d9e98bca49e7ac570942276eb3d.zip
Fix bug #17047 with cursor motion when invisible text starts a line.
src/xdisp.c (redisplay_window): If all previous attempts to find the cursor row failed, try a few alternatives before falling back to the top-most row of the window. Use row_containing_pos.
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 e8ae781bf4d..a9a0ebbe4a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-03-23 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (redisplay_window): If all previous attempts to find the
4 cursor row failed, try a few alternatives before falling back to
5 the top-most row of the window. (Bug#17047)
6
12014-03-22 Daniel Colascione <dancol@dancol.org> 72014-03-22 Daniel Colascione <dancol@dancol.org>
2 8
3 * process.c (conv_sockaddr_to_lisp): When extracting the string 9 * process.c (conv_sockaddr_to_lisp): When extracting the string