diff options
| author | Chong Yidong | 2008-07-05 05:30:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-05 05:30:46 +0000 |
| commit | 59230395e9d1545c54bd2e99908c4d78edfdc360 (patch) | |
| tree | ded6a59f5692c045549199a2faccc9b7b81e9796 /src | |
| parent | 1bd38124f0d586bd555f93c63a3bd13a15aa4a5e (diff) | |
| download | emacs-59230395e9d1545c54bd2e99908c4d78edfdc360.tar.gz emacs-59230395e9d1545c54bd2e99908c4d78edfdc360.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 81f6520eb89..58b2538093b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-07-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if | ||
| 4 | word-wrapping. | ||
| 5 | (IT_DISPLAYING_WHITESPACE): New macro. | ||
| 6 | (move_it_in_display_line_to): Handle MOVE_TO_X requests properly | ||
| 7 | when word-wrapping. Simplify word-wrapping logic. Use correct | ||
| 8 | pixel positions when saving copies of the iterator. | ||
| 9 | (display_line): Use proper wrap point if the last character on a | ||
| 10 | line was preceded by whitespace. | ||
| 11 | |||
| 1 | 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}. | 14 | * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}. |