# HG changeset patch # User Jason Rumney # Date 1044145179 0 # Node ID ca56eac8c6582e37b0ec6adb9d8b238cfada27d6 # Parent f728725eb539c5db5178b2315d2a572270a46b2f Updated image support on MS Windows diff -r f728725eb539 -r ca56eac8c658 etc/NEWS --- a/etc/NEWS Sun Feb 02 00:14:19 2003 +0000 +++ b/etc/NEWS Sun Feb 02 00:19:39 2003 +0000 @@ -928,13 +928,13 @@ See the Emacs 21.1 NEWS entry for tooltips for details. --- -** Some images are now supported on MS Windows. -PBM and XBM images are supported, PNG is supported if the libpng and -zlib headers were available when Emacs was built, and libpng and zlib -DLLs are available at run-time. Likewise, JPEG is supported if the -jpeg headers were available when Emacs was built, and jpeg.dll is -available at run-time. Other formats which require external -libraries may be similarly supported in future. +** Images are now supported on MS Windows. +PBM and XBM images are supported out of the box. Other image formats +depend on external libraries. All of these libraries have been ported +to Windows, and can be found in both source and binary form at +http://gnuwin32.sourceforge.net/. Note that libpng also depends on +zlib, and tiff depends on the version of jpeg that it was compiled +against. --- ** Sound is now supported on MS Windows.