Mercurial > emacs
changeset 49457:0a4df841f431
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 26 Jan 2003 01:26:32 +0000 |
parents | 8511f51a1d4f |
children | 5ddabc4c81b0 |
files | nt/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * configure.bat: Automatically detect jpeglib. + 2003-01-25 Jason Rumney <jasonr@gnu.org> * configure.bat: Automatically detect libpng.
--- 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 <jasonr@gnu.org> + + * 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 <rms@gnu.org> * lisp.h: Declare format2 instead of format1.