diff options
| author | Eli Zaretskii | 2014-03-23 17:57:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-03-23 17:57:25 +0200 |
| commit | 88c569ef11aa1d9e98bca49e7ac570942276eb3d (patch) | |
| tree | 618271f8246c930e9ecaa0006d8e1ddd48cf0216 /src/ChangeLog | |
| parent | f1e06f7bffc1407f7e597f714b2969fc6d1d8eed (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-03-22 Daniel Colascione <dancol@dancol.org> | 7 | 2014-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 |