]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 31 Jan 2003 11:03:57 +0000 (11:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 31 Jan 2003 11:03:57 +0000 (11:03 +0000)
nt/ChangeLog
src/ChangeLog

index ef102b0307e8ba5a17f9c811935a703efbbe037f..97202f71078c257a8572f137f3723bf2e8dd90da 100644 (file)
@@ -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>
 
index 738b679be1e0ffc68f29c7d8044bedc00450d9d1..09369df682c2fc8e991eb8ebfa59592524d8b361 100644 (file)
@@ -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>