comparison admin/ChangeLog @ 112088:704900942a8e

Fix bug #7716 with PNG image support libraries on Windows. src/image.c <Qlibpng_version>: New variable. (syms_of_image): Intern and staticpro it. Set its value to the version of PNG library we were compiled with. (my_png_error, png_load): Avoid GCC warnings about direct access to png_ptr->jmpbuf. lisp/term/w32-win.el (image-library-alist): Set up correctly for libpng versions both before and after 1.4.0. admin/nt/README.W32: Update the information about PNG support libraries. nt/INSTALL: Update the information about PNG support libraries.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 31 Dec 2010 14:38:06 +0200
parents bfc8980754ed
children 40af77a50adc 376148b31b5e
comparison
equal deleted inserted replaced
112087:9336a4857507 112088:704900942a8e
1 2010-12-31 Eli Zaretskii <eliz@gnu.org>
2
3 * nt/README.W32: Update the information about PNG support libraries.
4 (Bug#7716)
5
1 2010-05-07 Chong Yidong <cyd@stupidchicken.com> 6 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * Version 23.2 released. 8 * Version 23.2 released.
4 9
5 2010-02-14 Juanma Barranquero <lekktu@gmail.com> 10 2010-02-14 Juanma Barranquero <lekktu@gmail.com>