aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-15 18:01:13 +0200
committerLars Magne Ingebrigtsen2013-08-15 18:01:13 +0200
commit995be755ab5fb225325ec912c53dcd49ae1c939a (patch)
tree9f77c77cd2723fb29a3a8eb9f27adcb774734f7d /src/ChangeLog
parent42fe2e88d62c3ff866317f3252f1e78ed0b066a2 (diff)
downloademacs-995be755ab5fb225325ec912c53dcd49ae1c939a.tar.gz
emacs-995be755ab5fb225325ec912c53dcd49ae1c939a.zip
(imagemagick_compute_animated_image): Implement a simple cache
(imagemagick_compute_animated_image): Fix some compilation warnings. Implement a very simple cache to make the animation usable at all, but it should be replaced with a per-image cache.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 888db1f8cf4..b17dec01e2c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,6 +18,9 @@
18 18
19 * image.c (imagemagick_compute_animated_image): Implement animated 19 * image.c (imagemagick_compute_animated_image): Implement animated
20 images (bug#14700). 20 images (bug#14700).
21 (imagemagick_compute_animated_image): Fix some compilation
22 warnings. Implement a very simple cache to make the animation
23 usable at all, but it should be replaced with a per-image cache.
21 24
222013-08-15 Dmitry Antipov <dmantipov@yandex.ru> 252013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
23 26