diff options
| author | Eli Zaretskii | 2014-06-18 18:15:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-18 18:15:52 +0300 |
| commit | b86b15b22117e9aab6e6a033d9a541441acdecb4 (patch) | |
| tree | 4385d0db3ccd09165883e57a1768aecc0a9f010f /src/ChangeLog | |
| parent | d35b443a668c135c6cf5fbbd2417553c0f4ab9b8 (diff) | |
| download | emacs-b86b15b22117e9aab6e6a033d9a541441acdecb4.tar.gz emacs-b86b15b22117e9aab6e6a033d9a541441acdecb4.zip | |
Fix bug #17790 with compilation against giflib 5.1.0 and later.
src/image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the
prototype of DGifCloseFile as appropriate for older and newer
versions of giflib.
(gif_close): New function, encapsulates the differences in the
calling sequence of DGifCloseFile before v5.1.0 and after it.
(gif_load): Call gif_close instead of DGifCloseFile. Divulge the
error string where appropriate.
lisp/term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
and later.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c27be577a7..fb0cc471599 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-06-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the | ||
| 4 | prototype of DGifCloseFile as appropriate for older and newer | ||
| 5 | versions of giflib. | ||
| 6 | (gif_close): New function, encapsulates the differences in the | ||
| 7 | calling sequence of DGifCloseFile before v5.1.0 and after it. | ||
| 8 | (gif_load): Call gif_close instead of DGifCloseFile. Divulge the | ||
| 9 | error string where appropriate. (Bug#17790) | ||
| 10 | |||
| 1 | 2014-06-16 Eli Zaretskii <eliz@gnu.org> | 11 | 2014-06-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * xdisp.c (Fmove_point_visually): Instead of testing for keyboard | 13 | * xdisp.c (Fmove_point_visually): Instead of testing for keyboard |