diff options
| author | Paul Eggert | 2013-08-19 17:51:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-19 17:51:35 -0700 |
| commit | 8c2f38aaab7a7a2f0605416fc2ee38701e41ab61 (patch) | |
| tree | e195b310caf03b098d9e3b25776ecf17ca05c31c /src/ChangeLog | |
| parent | bb566ceafe3230d55923cb3043c3b231e4b9c0f9 (diff) | |
| download | emacs-8c2f38aaab7a7a2f0605416fc2ee38701e41ab61.tar.gz emacs-8c2f38aaab7a7a2f0605416fc2ee38701e41ab61.zip | |
* image.c (SIGNATURE_DIGESTSIZE): Remove.
(struct animation_cache): Make signature a flexible array member.
All uses changed. This is a tad slower but may insulate us better
from future changes to ImageMagick.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0bafd3914e..e21d82bdc09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-08-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * image.c (SIGNATURE_DIGESTSIZE): Remove. | ||
| 4 | (struct animation_cache): Make signature a flexible array member. | ||
| 5 | All uses changed. This is a tad slower but may insulate us better | ||
| 6 | from future changes to ImageMagick. | ||
| 7 | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * image.c: Shrink memory needed for animation cache. | 10 | * image.c: Shrink memory needed for animation cache. |