changeset 49545:64c0c06b6191

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 31 Jan 2003 11:03:57 +0000
parents fdc002872212
children 29448545f0d3
files nt/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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  <lektu@terra.es>
 
-	* configure.bat: Automatically detect giflib.
+	* configure.bat: Automatically detect giflib and tifflib.
 
 2003-01-29  Jason Rumney  <jasonr@gnu.org>
 
--- 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  <handa@m17n.org>