diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 738b679be1e..09369df682c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,11 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows | 3 | * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows |
| 4 | when including gif_lib.h. | 4 | when including gif_lib.h. |
| 5 | (init_gif_functions): New function. | 5 | (init_gif_functions, init_tiff_functions): New functions. |
| 6 | (gif_load): Sync with xfns.c version. Adjust colors for | 6 | (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for |
| 7 | Windows. Disable color table lookups. Call gif library functions | 7 | Windows. Disable color table lookups. Call library functions |
| 8 | through pointers determined at runtime. | 8 | through pointers determined at runtime. |
| 9 | (init_external_image_libraries): Try to load libungif.dll. | 9 | (init_external_image_libraries): Try to load libungif.dll and |
| 10 | libtiff.dll. | ||
| 10 | 11 | ||
| 11 | 2003-01-31 Kenichi Handa <handa@m17n.org> | 12 | 2003-01-31 Kenichi Handa <handa@m17n.org> |
| 12 | 13 | ||