aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-10 18:30:21 +0300
committerEli Zaretskii2013-10-10 18:30:21 +0300
commita5dab1594a1bbd76ad7fe016268bb91007e5be39 (patch)
tree4bb93c7962e2084f7e09ff85621359a2335c9381 /src/ChangeLog
parentdb1386987b5c2ccbfa28d4638b822afc5a8eedbb (diff)
downloademacs-a5dab1594a1bbd76ad7fe016268bb91007e5be39.tar.gz
emacs-a5dab1594a1bbd76ad7fe016268bb91007e5be39.zip
MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.
src/image.c (GIFLIB_MAJOR): Define to 4 if undefined. (GIFLIB_MINOR, GIFLIB_RELEASE): Define to zero if undefined. (GifErrorString) [GIFLIB_MAJOR >= 5]: Define a function pointer. (gif_load): For giflib v5.x and later, display the error message produced by giflib when its functions fail. (syms_of_image) <Qlibgif_version> [HAVE_NTGUI]: New DEFSYM. lisp/term/w32-win.el (dynamic-library-alist): Define separate lists of GIF DLLs for versions before and after 5.0.0 of giflib. Fixes: debbugs:15531
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bdf3a9fb09f..40926622090 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-10-10 Eli Zaretskii <eliz@gnu.org>
2
3 * image.c (GIFLIB_MAJOR): Define to 4 if undefined.
4 (GIFLIB_MINOR, GIFLIB_RELEASE): Define to zero if undefined.
5 (GifErrorString) [GIFLIB_MAJOR >= 5]: Define a function pointer.
6 (gif_load): For giflib v5.x and later, display the error message
7 produced by giflib when its functions fail.
8 (syms_of_image) <Qlibgif_version> [HAVE_NTGUI]: New DEFSYM.
9 (Bug#15531)
10
12013-10-10 Dmitry Antipov <dmantipov@yandex.ru> 112013-10-10 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 * keyboard.c (last_event_timestamp): Remove. For X selection and 13 * keyboard.c (last_event_timestamp): Remove. For X selection and