diff options
| author | Eli Zaretskii | 2011-11-14 22:15:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-14 22:15:38 +0200 |
| commit | 322ad6ec0e773dffefad12df88c98041ca35b427 (patch) | |
| tree | 54cc69cb9229d033cedc1bef40b728d20fbe849c /src/ChangeLog | |
| parent | f067b8eccaa2990b157f2a97a1122211ae751156 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | 9 | 2011-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, |