aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-12 23:50:17 -0800
committerPaul Eggert2011-03-12 23:50:17 -0800
commitf0c77cd1b28a5ee9de06eef06c768fe34d7f0140 (patch)
tree87b4722e78fb55e74a72de68cb9b0c7a72b10f5a /src/ChangeLog
parent6ae141d682670b1d21abd86fd530cca016f73985 (diff)
downloademacs-f0c77cd1b28a5ee9de06eef06c768fe34d7f0140.tar.gz
emacs-f0c77cd1b28a5ee9de06eef06c768fe34d7f0140.zip
* image.c (four_corners_best): Mark locals as initialized.
(gif_load): Initialize transparent_p to zero (Bug#8238). Mark another local as initialized.
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 c99d3626e05..2a2ef75a316 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * image.c (four_corners_best): Mark locals as initialized.
4 (gif_load): Initialize transparent_p to zero (Bug#8238).
5 Mark another local as initialized.
6
12011-03-11 Paul Eggert <eggert@cs.ucla.edu> 72011-03-11 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * image.c (clear_image_cache): Now static. 9 * image.c (clear_image_cache): Now static.