aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-08-21 22:34:23 -0400
committerChong Yidong2011-08-21 22:34:23 -0400
commite013fb340c50dd99676ccc4552fd6aae2e319aa8 (patch)
treedc391443df091476c5607e196b0a1658175a3525 /src/ChangeLog
parent138c0212ac4bc4708210ba4b3e0a4fad00a4dc5f (diff)
downloademacs-e013fb340c50dd99676ccc4552fd6aae2e319aa8.tar.gz
emacs-e013fb340c50dd99676ccc4552fd6aae2e319aa8.zip
Fix animated gif segfault and frame clearing bug.
* src/image.c (gif_load): Don't assume that each subimage has the same dimensions as the base image. Handle disposal method that is "undefined" by the gif spec. Fixes: debbugs:9335
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82d75d39b40..243a39af45d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-08-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * image.c (gif_load): Don't assume that each subimage has the same
4 dimensions as the base image. Handle disposal method that is
5 "undefined" by the gif spec (Bug#9335).
6
12011-08-20 Chong Yidong <cyd@stupidchicken.com> 72011-08-20 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329). 9 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).