Mercurial > emacs
changeset 49566:ca56eac8c658
Updated image support on MS Windows
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 02 Feb 2003 00:19:39 +0000 |
parents | f728725eb539 |
children | 8f5cfbb41433 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.