# HG changeset patch # User Juanma Barranquero # Date 1044011037 0 # Node ID 64c0c06b61911ae52e4eb536220d58f05a22ebff # Parent fdc0028722120051f47d629204905451b381ddc9 *** empty log message *** diff -r fdc002872212 -r 64c0c06b6191 nt/ChangeLog --- a/nt/ChangeLog Fri Jan 31 11:03:11 2003 +0000 +++ b/nt/ChangeLog Fri Jan 31 11:03:57 2003 +0000 @@ -1,6 +1,6 @@ 2003-01-31 Juanma Barranquero - * configure.bat: Automatically detect giflib. + * configure.bat: Automatically detect giflib and tifflib. 2003-01-29 Jason Rumney diff -r fdc002872212 -r 64c0c06b6191 src/ChangeLog --- a/src/ChangeLog Fri Jan 31 11:03:11 2003 +0000 +++ b/src/ChangeLog Fri Jan 31 11:03:57 2003 +0000 @@ -2,11 +2,12 @@ * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows when including gif_lib.h. - (init_gif_functions): New function. - (gif_load): Sync with xfns.c version. Adjust colors for - Windows. Disable color table lookups. Call gif library functions + (init_gif_functions, init_tiff_functions): New functions. + (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for + Windows. Disable color table lookups. Call library functions through pointers determined at runtime. - (init_external_image_libraries): Try to load libungif.dll. + (init_external_image_libraries): Try to load libungif.dll and + libtiff.dll. 2003-01-31 Kenichi Handa