diff options
| author | Joakim Verona | 2013-08-15 17:21:47 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-15 17:21:47 +0200 |
| commit | 98f2993e4d15fc5b57cdbe212634527c630b919d (patch) | |
| tree | bd3af0388b64218d9a0618b802d27658bd6aaf87 /src/ChangeLog | |
| parent | e4b4bda83d2adf59dd7e9530c6f03bce9d45ccf1 (diff) | |
| parent | d39a3da6f3df4ff3c08e5b68fe629e10d1b8f3ea (diff) | |
| download | emacs-98f2993e4d15fc5b57cdbe212634527c630b919d.tar.gz emacs-98f2993e4d15fc5b57cdbe212634527c630b919d.zip | |
merge from trunk
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 |