aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-18 19:17:40 +0300
committerEli Zaretskii2011-09-18 19:17:40 +0300
commitc02dcedf1b2ab40e4d1ea55bac6923c3c5249e86 (patch)
treedda64161d907d3644c097085a40e5c1b5b89cc05 /src/ChangeLog
parent2176854d0f9ac69351a785e8787271d7ee43252f (diff)
downloademacs-c02dcedf1b2ab40e4d1ea55bac6923c3c5249e86.tar.gz
emacs-c02dcedf1b2ab40e4d1ea55bac6923c3c5249e86.zip
Fix a bug in :align-to on a TTY when the column is beyond frame width.
src/xdisp.c (produce_stretch_glyph): Don't subtract 1 "pixel" when computing width of the stretch on a TTY.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09ac0d78e73..b81c5cf9792 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record 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 6 buffer positions that will be removed from the glyph row because
7 they don't fit. 7 they don't fit.
8 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
9 column is beyond frame width: don't subtract 1 "pixel" when
10 computing width of the stretch.
8 11
92011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 122011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10 13