diff options
| author | Barry Fishman | 2013-10-09 20:37:44 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-09 20:37:44 -0400 |
| commit | f3606ef766bcec86789316a05949f1e67a51e7c1 (patch) | |
| tree | 62a4ec7d368cf17f3f224c7a13f5877819800321 /src/ChangeLog | |
| parent | 9db13baf0c3c16e92861cc98467e6fb0e92c769d (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-10-09 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-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. |