From: Chong Yidong Date: Sat, 5 Jul 2008 05:30:46 +0000 (+0000) Subject: * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if X-Git-Tag: emacs-pretest-23.0.90~4326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59230395e9d1545c54bd2e99908c4d78edfdc360;p=emacs.git * 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 --git a/src/ChangeLog b/src/ChangeLog index 81f6520eb89..58b2538093b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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}.