aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2003-01-26 01:26:32 +0000
committerJason Rumney <[email protected]>2003-01-26 01:26:32 +0000
commit289083129627effd1f093106c9acdcc0a004d807 (patch)
tree1a28203d9c38d3009771789d413f27ad4689f43c
parentaad0eae4eb661f763036e1c3f695f4a1806d448b (diff)
*** empty log message ***
-rw-r--r--nt/ChangeLog4
-rw-r--r--src/ChangeLog9
2 files changed, 13 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e3a51eaaf9..27114535db 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-26 Jason Rumney <[email protected]>
+
+ * configure.bat: Automatically detect jpeglib.
+
2003-01-25 Jason Rumney <[email protected]>
* configure.bat: Automatically detect libpng.
diff --git a/src/ChangeLog b/src/ChangeLog
index 155ff1e4d6..de6f0db254 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-26 Jason Rumney <[email protected]>
+
+ * 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 <[email protected]>
* lisp.h: Declare format2 instead of format1.