diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ad3e1cff24..1a83531ad10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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 | |||
| 10 | 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 11 | |||
| 12 | * image.c (imagemagick_compute_animated_image): Implement animated | ||
| 13 | images (bug#14700). | ||
| 14 | |||
| 1 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> | 15 | 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 16 | ||
| 3 | * lisp.h (FOR_EACH_ALIST_VALUE): New macro | 17 | * lisp.h (FOR_EACH_ALIST_VALUE): New macro |