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