diff options
| author | Eli Zaretskii | 2015-02-05 19:07:15 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-05 19:07:15 +0200 |
| commit | c0ba5908b117170995df36e839a087af7c5f79db (patch) | |
| tree | b610585c4266f90f45a4b614f304cf39e24f1798 /src/ChangeLog | |
| parent | a323b93d466c403cbef96184d510b134549c7806 (diff) | |
| download | emacs-c0ba5908b117170995df36e839a087af7c5f79db.tar.gz emacs-c0ba5908b117170995df36e839a087af7c5f79db.zip | |
Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)
src/xdisp.c (move_it_in_display_line_to): Handle the case where the
last character of a screen line is whitespace, and we are under
word-wrap with overflow-newline-into-fringe turned on.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e7ab9363f6..135f28fb20f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-02-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Handle the case where the | ||
| 4 | last character of a screen line is whitespace, and we are under | ||
| 5 | word-wrap with overflow-newline-into-fringe turned on. | ||
| 6 | (Bug#19769) | ||
| 7 | |||
| 1 | 2015-02-03 Eli Zaretskii <eliz@gnu.org> | 8 | 2015-02-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (handle_stop, handle_single_display_spec) | 10 | * xdisp.c (handle_stop, handle_single_display_spec) |