aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-17 21:21:24 +0300
committerEli Zaretskii2011-09-17 21:21:24 +0300
commitfbfb6dd4fd954890fe06ff567b3e14f61dc38380 (patch)
tree878cc8b0b2b656dbaedf02570d8b0d6811a53fe5 /src/ChangeLog
parent1137e8b8eb6fbae76880b814d516377de30eddd3 (diff)
downloademacs-fbfb6dd4fd954890fe06ff567b3e14f61dc38380.tar.gz
emacs-fbfb6dd4fd954890fe06ff567b3e14f61dc38380.zip
Fix bug #9530 with incorrect display of zero-width stretch.
src/xdisp.c (produce_stretch_glyph): Another fix for changes made on 2011-08-30T17:32:44Z!eliz@gnu.org.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6d890cd149..97b727929de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-09-17 Eli Zaretskii <eliz@gnu.org> 12011-09-17 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
4 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
5
62011-09-17 Eli Zaretskii <eliz@gnu.org>
7
3 * xdisp.c (reseat_at_next_visible_line_start): Keep information 8 * xdisp.c (reseat_at_next_visible_line_start): Keep information
4 about the current paragraph and restore it after the call to 9 about the current paragraph and restore it after the call to
5 reseat. 10 reseat.