]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Sat, 25 Jan 2003 20:50:26 +0000 (20:50 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 25 Jan 2003 20:50:26 +0000 (20:50 +0000)
nt/ChangeLog
src/ChangeLog

index 491cc18a1aa127fab95b73c4d00a3b6c572c6278..e3a51eaaf9aeb755454e7c9ac37189282b0e14c1 100644 (file)
@@ -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.
index 0d13eda8bc7627690de0f3d67482baf1daf9b156..155ff1e4d6983f03b5cd1d35f269bf771018345d 100644 (file)
        [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>