Mercurial > emacs
changeset 49449:b153cf78084e
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 20:50:26 +0000 |
parents | 26edfad422c5 |
children | a2e59f9d34b1 |
files | nt/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Sat Jan 25 20:45:29 2003 +0000 +++ b/nt/ChangeLog Sat Jan 25 20:50:26 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-25 Jason Rumney <jasonr@gnu.org> + + * configure.bat: Automatically detect libpng. + 2003-01-21 Jason Rumney <jasonr@gnu.org> * icons/hand.cur: New file.
--- a/src/ChangeLog Sat Jan 25 20:45:29 2003 +0000 +++ b/src/ChangeLog Sat Jan 25 20:50:26 2003 +0000 @@ -33,6 +33,13 @@ [HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups. + (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros. + (init_png_functions): New function. + (png_read_from_memory, png_load): Call png library functions + through pointers determined at runtime. + (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare. + (init_external_image_libraries): New function. + (init_xfns): Call it. 2003-01-24 Andreas Schwab <schwab@suse.de>