diff options
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, |