aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-05 19:28:34 +0300
committerEli Zaretskii2012-07-05 19:28:34 +0300
commit6dd5a677dbf794eedaa8325c46d57ac041373361 (patch)
tree9e264af8f4ed73fe7cf65a8290c28f3a1cd53806 /src/ChangeLog
parent6b312f0fec9becd1ce97f55d5707e79586f954eb (diff)
downloademacs-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/ChangeLog7
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 @@
12012-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
12012-07-05 Dmitry Antipov <dmantipov@yandex.ru> 82012-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