aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-14 22:15:38 +0200
committerEli Zaretskii2011-11-14 22:15:38 +0200
commit322ad6ec0e773dffefad12df88c98041ca35b427 (patch)
tree54cc69cb9229d033cedc1bef40b728d20fbe849c /src/ChangeLog
parentf067b8eccaa2990b157f2a97a1122211ae751156 (diff)
downloademacs-322ad6ec0e773dffefad12df88c98041ca35b427.tar.gz
emacs-322ad6ec0e773dffefad12df88c98041ca35b427.zip
Fix bug #10035 with assertion violation in row_equal_p.
src/xdisp.c (display_line): Move the call to highlight_trailing_whitespace before the call to compute_line_metrics, since the latter needs to see the final faces of all the glyphs to compute ROW's hash value. Fixes assertion violations in row_equal_p.
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 3e2ebaa0efc..3c93caec5d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-11-14 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_line): Move the call to
4 highlight_trailing_whitespace before the call to
5 compute_line_metrics, since the latter needs to see the final
6 faces of all the glyphs to compute ROW's hash value. Fixes
7 assertion violations in row_equal_p. (Bug#10035)
8
12011-11-14 Juanma Barranquero <lekktu@gmail.com> 92011-11-14 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0, 11 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,