# HG changeset patch # User Jason Rumney # Date 1043544392 0 # Node ID 0a4df841f431a124e4b4abad8b2743af02f78991 # Parent 8511f51a1d4f8a8cc9f2537e77209f7bf53a7c35 *** empty log message *** diff -r 8511f51a1d4f -r 0a4df841f431 nt/ChangeLog --- a/nt/ChangeLog Sun Jan 26 01:25:49 2003 +0000 +++ b/nt/ChangeLog Sun Jan 26 01:26:32 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-26 Jason Rumney + + * configure.bat: Automatically detect jpeglib. + 2003-01-25 Jason Rumney * configure.bat: Automatically detect libpng. diff -r 8511f51a1d4f -r 0a4df841f431 src/ChangeLog --- a/src/ChangeLog Sun Jan 26 01:25:49 2003 +0000 +++ b/src/ChangeLog Sun Jan 26 01:26:32 2003 +0000 @@ -1,3 +1,12 @@ +2003-01-26 Jason Rumney + + * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper): + New functions. + (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. + Disable color table lookups. Call jpeg library functions + through pointers determined at runtime. + (init_external_image_libraries): Try to load jpeg.dll. + 2003-01-25 Richard M. Stallman * lisp.h: Declare format2 instead of format1.