Mercurial > emacs
diff src/ChangeLog @ 49545:64c0c06b6191
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 31 Jan 2003 11:03:57 +0000 |
parents | 6ec2d998c53b |
children | 99be3a1e2589 |
line wrap: on
line diff
--- 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>