diff options
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 68f6babb991..8c89f693bca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-08-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-08-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_line): Don't assume that the call to | ||
| 4 | reseat_at_next_visible_line_start ends up at a character | ||
| 5 | immediately following the newline on the previous line. Avoids | ||
| 6 | setting the ends_at_zv_p flag on screen lines that are not at or | ||
| 7 | beyond ZV, which causes infloop in redisplay. For the details, see | ||
| 8 | http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00368.html. | ||
| 9 | |||
| 3 | * dispnew.c (buffer_posn_from_coords): Fix mirroring of X | 10 | * dispnew.c (buffer_posn_from_coords): Fix mirroring of X |
| 4 | coordinate for hscrolled R2L screen lines. (Bug#18277) | 11 | coordinate for hscrolled R2L screen lines. (Bug#18277) |
| 5 | 12 | ||