aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBarry Fishman2013-10-09 20:37:44 -0400
committerGlenn Morris2013-10-09 20:37:44 -0400
commitf3606ef766bcec86789316a05949f1e67a51e7c1 (patch)
tree62a4ec7d368cf17f3f224c7a13f5877819800321 /src/ChangeLog
parent9db13baf0c3c16e92861cc98467e6fb0e92c769d (diff)
downloademacs-f3606ef766bcec86789316a05949f1e67a51e7c1.tar.gz
emacs-f3606ef766bcec86789316a05949f1e67a51e7c1.zip
Handle giflib 5 changes (tiny change)
* configure.ac: Update for giflib 5. * src/image.c (GIFLIB_MAJOR): Ensure it's defined. (DGifOpen, DGifOpenFileName): Handle giflib 5 syntax. (Bug#15531)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f46733d1ebe..7e196668796 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
2
3 * image.c (GIFLIB_MAJOR): Ensure it's defined.
4 (DGifOpen, DGifOpenFileName): Handle giflib 5 syntax. (Bug#15531)
5
12013-10-09 Paul Eggert <eggert@cs.ucla.edu> 62013-10-09 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * fns.c (sxhash_bool_vector): Fix buffer read overrun. 8 * fns.c (sxhash_bool_vector): Fix buffer read overrun.