diff options
| author | Joakim Verona | 2013-08-14 15:57:34 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-14 15:57:34 +0200 |
| commit | 55497105a66ffe094014399687a18153619f08ed (patch) | |
| tree | 9dce78ccd843a3a58e7a908b0d816eafcf12c977 /src/ChangeLog | |
| parent | 89ba610e09b1be18ad96f502d7b06938c016e76c (diff) | |
| parent | 4ce82fb8d9232e123d9e58b00851b775d1586646 (diff) | |
| download | emacs-55497105a66ffe094014399687a18153619f08ed.tar.gz emacs-55497105a66ffe094014399687a18153619f08ed.zip | |
merge from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eeae85a888c..548ae5ab2c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * image.c (imagemagick_load_image): Make animated pictures work. | ||
| 4 | There's still some problems with background color settings, though | ||
| 5 | (bug#14700). | ||
| 6 | |||
| 3 | * decompress.c (unwind_decompress): Always restore point. | 7 | * decompress.c (unwind_decompress): Always restore point. |
| 4 | 8 | ||
| 5 | 2013-08-14 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-08-14 Paul Eggert <eggert@cs.ucla.edu> |