From fe9299574bc4aab42312d2ebde405918c4944d5e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 31 Jan 2003 11:03:57 +0000 Subject: [PATCH] *** empty log message *** --- nt/ChangeLog | 2 +- src/ChangeLog | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index ef102b0307e..97202f71078 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 738b679be1e..09369df682c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5