aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-18 18:48:12 +0300
committerEli Zaretskii2011-09-18 18:48:12 +0300
commit56cd55c849f9e08e732b9fdda59e12f58867de04 (patch)
treee30432ebc10a0574fc3d367da4ba4fdcb4d1307b /src/ChangeLog
parent3aace4e4b36b946b577cf708cc26fc00d3288a21 (diff)
downloademacs-56cd55c849f9e08e732b9fdda59e12f58867de04.tar.gz
emacs-56cd55c849f9e08e732b9fdda59e12f58867de04.zip
Fix bug #9530 on a TTY.
src/xdisp.c (display_line): Record maximum and minimum buffer positions even if no glyphs were produced (e.g., by a zero-width stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record buffer positions that will be removed from the glyph row because they don't fit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5962fa8fed..09ac0d78e73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-09-18 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_line): Record maximum and minimum buffer
4 positions even if no glyphs were produced (e.g., by a zero-width
5 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
6 buffer positions that will be removed from the glyph row because
7 they don't fit.
8
12011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 92011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 10
3 * xdisp.c (expose_window): Save original value of phys_cursor_on_p 11 * xdisp.c (expose_window): Save original value of phys_cursor_on_p