Mercurial > emacs
changeset 49452:03cbfc1fde6b
Added note about PNG support on Windows.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 21:09:28 +0000 |
parents | c4911d7933ae |
children | 3e12c527a80a |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 25 21:04:41 2003 +0000 +++ b/etc/NEWS Sat Jan 25 21:09:28 2003 +0000 @@ -927,8 +927,10 @@ --- ** Some images are now supported on MS Windows. -PBM and XBM images are supported, other formats which require external -libraries may be supported in future. +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. Other formats which require +external libraries may be similarly supported in future. --- ** Sound is now supported on MS Windows.