# HG changeset patch # User Jason Rumney # Date 1044144105 0 # Node ID 0887554be235ff2bcc705546cfe72a9b2f842fd8 # Parent 5c18aa000ef441f75bf826680dc22b3d6302f391 *** empty log message *** diff -r 5c18aa000ef4 -r 0887554be235 nt/ChangeLog --- a/nt/ChangeLog Sun Feb 02 00:01:25 2003 +0000 +++ b/nt/ChangeLog Sun Feb 02 00:01:45 2003 +0000 @@ -1,3 +1,9 @@ +2003-02-01 Jason Rumney + + * configure.bat: Automatically detect libXpm. + Suppress compiler output when testing for image libraries. + Give names of un-found libraries in messages. + 2003-01-31 Juanma Barranquero * configure.bat: Automatically detect giflib and tifflib. diff -r 5c18aa000ef4 -r 0887554be235 src/ChangeLog --- a/src/ChangeLog Sun Feb 02 00:01:25 2003 +0000 +++ b/src/ChangeLog Sun Feb 02 00:01:45 2003 +0000 @@ -1,5 +1,13 @@ 2003-02-01 Jason Rumney + * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for + local malloc. + [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel + definitions in xpm.h. + (init_xpm_functions): New function. + (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm. + (init_external_image_libraries): Try to load libXpm.dll. + * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting timestamp.