diff options
| author | Jason Rumney | 2003-01-25 20:50:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-01-25 20:50:26 +0000 |
| commit | c262430d1174625b0388f5be9a086dc8aedb4247 (patch) | |
| tree | 0c6fec45c002a84838f171467cca1be1956c88fa /src/ChangeLog | |
| parent | 839b19099404d6bc89563dd19208845df7a3e9cf (diff) | |
| download | emacs-c262430d1174625b0388f5be9a086dc8aedb4247.tar.gz emacs-c262430d1174625b0388f5be9a086dc8aedb4247.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d13eda8bc7..155ff1e4d69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,6 +33,13 @@ | |||
| 33 | [HAVE_PNG]: Sync with xfns.c version. | 33 | [HAVE_PNG]: Sync with xfns.c version. |
| 34 | (png_load): Adjust colors for Windows. Use Windows | 34 | (png_load): Adjust colors for Windows. Use Windows |
| 35 | bitmaps. Disable color table lookups. | 35 | bitmaps. Disable color table lookups. |
| 36 | (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. | ||
| 37 | (init_png_functions): New function. | ||
| 38 | (png_read_from_memory, png_load): Call png library functions | ||
| 39 | through pointers determined at runtime. | ||
| 40 | (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. | ||
| 41 | (init_external_image_libraries): New function. | ||
| 42 | (init_xfns): Call it. | ||
| 36 | 43 | ||
| 37 | 2003-01-24 Andreas Schwab <schwab@suse.de> | 44 | 2003-01-24 Andreas Schwab <schwab@suse.de> |
| 38 | 45 | ||