From: Jason Rumney Date: Sun, 26 Jan 2003 01:26:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=289083129627effd1f093106c9acdcc0a004d807;p=emacs.git *** empty log message *** --- diff --git a/nt/ChangeLog b/nt/ChangeLog index e3a51eaaf9a..27114535db4 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 155ff1e4d69..de6f0db254b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.