diff options
| author | Eli Zaretskii | 2012-07-05 19:28:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-05 19:28:34 +0300 |
| commit | 6dd5a677dbf794eedaa8325c46d57ac041373361 (patch) | |
| tree | 9e264af8f4ed73fe7cf65a8290c28f3a1cd53806 /src/ChangeLog | |
| parent | 6b312f0fec9becd1ce97f55d5707e79586f954eb (diff) | |
| download | emacs-6dd5a677dbf794eedaa8325c46d57ac041373361.tar.gz emacs-6dd5a677dbf794eedaa8325c46d57ac041373361.zip | |
Avoid long futile looping on a TTY under huge values of hscroll.
src/xdisp.c (display_line): Fix horizontal pixel coordinates when
hscroll is larger than the line width. Fixes long and futile
looping inside extend_face_to_end_of_line (on a TTY) producing
glyphs that are not needed and thrown away.
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 a2cfd3029f3..1fdeee52f7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_line): Fix horizontal pixel coordinates when | ||
| 4 | hscroll is larger than the line width. Fixes long and futile | ||
| 5 | looping inside extend_face_to_end_of_line (on a TTY) producing | ||
| 6 | glyphs that are not needed and thrown away. | ||
| 7 | |||
| 1 | 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | * marker.c (set_marker_restricted_both): Simplify by using | 10 | * marker.c (set_marker_restricted_both): Simplify by using |