*** empty log message ***

This commit is contained in:
Juanma Barranquero 2003-01-31 11:03:57 +00:00
parent 47c01e802a
commit fe9299574b
2 changed files with 6 additions and 5 deletions

View 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>

View 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>