Mercurial > emacs
diff src/ChangeLog @ 107718:22e41874fef4
Fix highlight of trailing whitespace is right-to-left lines.
xdisp.c (highlight_trailing_whitespace): Support highlight of
trailing whitespace in right-to-left rows.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 31 Mar 2010 17:28:16 +0300 |
parents | 41747909cb4b |
children | 9c0ed2d6731a |
line wrap: on
line diff
--- a/src/ChangeLog Wed Mar 31 06:48:04 2010 +0000 +++ b/src/ChangeLog Wed Mar 31 17:28:16 2010 +0300 @@ -1,3 +1,8 @@ +2010-03-31 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (highlight_trailing_whitespace): Support highlight of + trailing whitespace in right-to-left rows. + 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> Get rid of the direct_output optimizations.