diff options
| author | Jason Rumney | 2003-01-26 01:26:32 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-01-26 01:26:32 +0000 |
| commit | 289083129627effd1f093106c9acdcc0a004d807 (patch) | |
| tree | 1a28203d9c38d3009771789d413f27ad4689f43c /src | |
| parent | aad0eae4eb661f763036e1c3f695f4a1806d448b (diff) | |
| download | emacs-289083129627effd1f093106c9acdcc0a004d807.tar.gz emacs-289083129627effd1f093106c9acdcc0a004d807.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 155ff1e4d69..de6f0db254b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-01-26 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper): | ||
| 4 | New functions. | ||
| 5 | (jpeg_load): Sync with xfns.c version. Adjust colors for Windows. | ||
| 6 | Disable color table lookups. Call jpeg library functions | ||
| 7 | through pointers determined at runtime. | ||
| 8 | (init_external_image_libraries): Try to load jpeg.dll. | ||
| 9 | |||
| 1 | 2003-01-25 Richard M. Stallman <rms@gnu.org> | 10 | 2003-01-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * lisp.h: Declare format2 instead of format1. | 12 | * lisp.h: Declare format2 instead of format1. |