aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-19 17:51:35 -0700
committerPaul Eggert2013-08-19 17:51:35 -0700
commit8c2f38aaab7a7a2f0605416fc2ee38701e41ab61 (patch)
treee195b310caf03b098d9e3b25776ecf17ca05c31c /src/ChangeLog
parentbb566ceafe3230d55923cb3043c3b231e4b9c0f9 (diff)
downloademacs-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/ChangeLog7
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 @@
12013-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
12013-08-19 Paul Eggert <eggert@cs.ucla.edu> 82013-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.