diff options
| author | Eli Zaretskii | 2011-10-17 19:03:20 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-17 19:03:20 +0200 |
| commit | 2c91f553b734ed0e2c624e39710385fe5237ff96 (patch) | |
| tree | cbbfd545e17613b23c0b0f03361787c7c3db825a /src/ChangeLog | |
| parent | 5a7c536b92fce432805058af38a88879edd896e5 (diff) | |
| download | emacs-2c91f553b734ed0e2c624e39710385fe5237ff96.tar.gz emacs-2c91f553b734ed0e2c624e39710385fe5237ff96.zip | |
Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used
for a line that begins with control characters.
src/xdisp.c (push_display_prop): Determine whether to record string
or buffer position by IT->string, not by IT->method. Allow
GET_FROM_DISPLAY_VECTOR as IT->method on entry.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c72e97b7f7..53e67a30c38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-10-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (push_display_prop): Determine whether to record string | ||
| 4 | or buffer position by IT->string, not by IT->method. Allow | ||
| 5 | GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4) | ||
| 6 | |||
| 1 | 2011-10-15 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-10-15 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.c (coordinates_in_window): Rewrite and delabelize | 9 | * window.c (coordinates_in_window): Rewrite and delabelize |