diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5131f666c6e..1a83531ad10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (compute_window_start_on_continuation_line): When | ||
| 4 | WORD_WRAP is in effect, use move_it_to instead of move_it_by_lines | ||
| 5 | to make sure we end up setting the window start at the leftmost | ||
| 6 | visible character of the display line. This avoids funky | ||
| 7 | horizontal shifting because the window start is not kept on the | ||
| 8 | same position. (Bug#15090) | ||
| 9 | |||
| 1 | 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10 | 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 11 | ||
| 3 | * image.c (imagemagick_compute_animated_image): Implement animated | 12 | * image.c (imagemagick_compute_animated_image): Implement animated |