# HG changeset patch # User Chong Yidong # Date 1215235846 0 # Node ID b91f578d3aced0d3416d2a6348608840c282a105 # Parent ad09327f37a0c420e0d0a1d620296212413981fb * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping. (IT_DISPLAYING_WHITESPACE): New macro. (move_it_in_display_line_to): Handle MOVE_TO_X requests properly when word-wrapping. Simplify word-wrapping logic. Use correct pixel positions when saving copies of the iterator. (display_line): Use proper wrap point if the last character on a line was preceded by whitespace. diff -r ad09327f37a0 -r b91f578d3ace src/ChangeLog --- a/src/ChangeLog Sat Jul 05 04:27:37 2008 +0000 +++ b/src/ChangeLog Sat Jul 05 05:30:46 2008 +0000 @@ -1,3 +1,14 @@ +2008-07-05 Chong Yidong + + * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if + word-wrapping. + (IT_DISPLAYING_WHITESPACE): New macro. + (move_it_in_display_line_to): Handle MOVE_TO_X requests properly + when word-wrapping. Simplify word-wrapping logic. Use correct + pixel positions when saving copies of the iterator. + (display_line): Use proper wrap point if the last character on a + line was preceded by whitespace. + 2008-07-04 Stefan Monnier * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.