diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 53e67a30c38..07b0418b399 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * xdisp.c (push_display_prop): Determine whether to record string | 3 | * xdisp.c (push_display_prop): Determine whether to record string |
| 4 | or buffer position by IT->string, not by IT->method. Allow | 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) | 5 | GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4) |
| 6 | (move_it_vertically_backward): Don't look for character position | ||
| 7 | immediately after the newline when in a continuation line. | ||
| 8 | (Bug#9771, part 1) | ||
| 6 | 9 | ||
| 7 | 2011-10-15 Martin Rudalics <rudalics@gmx.at> | 10 | 2011-10-15 Martin Rudalics <rudalics@gmx.at> |
| 8 | 11 | ||