diff options
| author | Jason Rumney | 2003-02-02 00:19:39 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-02-02 00:19:39 +0000 |
| commit | 3b7db26894cae539a84a2182fc75b1244e0932ed (patch) | |
| tree | 46299afbefdd9367e9fab2d23a310313ed750b2c | |
| parent | 752ead61a64ed2af576e7c521cc2ff3f01ca097a (diff) | |
| download | emacs-3b7db26894cae539a84a2182fc75b1244e0932ed.tar.gz emacs-3b7db26894cae539a84a2182fc75b1244e0932ed.zip | |
Updated image support on MS Windows
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -928,13 +928,13 @@ the cursor, for example screen magnifiers and text to speech programs. | |||
| 928 | See the Emacs 21.1 NEWS entry for tooltips for details. | 928 | See the Emacs 21.1 NEWS entry for tooltips for details. |
| 929 | 929 | ||
| 930 | --- | 930 | --- |
| 931 | ** Some images are now supported on MS Windows. | 931 | ** Images are now supported on MS Windows. |
| 932 | PBM and XBM images are supported, PNG is supported if the libpng and | 932 | PBM and XBM images are supported out of the box. Other image formats |
| 933 | zlib headers were available when Emacs was built, and libpng and zlib | 933 | depend on external libraries. All of these libraries have been ported |
| 934 | DLLs are available at run-time. Likewise, JPEG is supported if the | 934 | to Windows, and can be found in both source and binary form at |
| 935 | jpeg headers were available when Emacs was built, and jpeg.dll is | 935 | http://gnuwin32.sourceforge.net/. Note that libpng also depends on |
| 936 | available at run-time. Other formats which require external | 936 | zlib, and tiff depends on the version of jpeg that it was compiled |
| 937 | libraries may be similarly supported in future. | 937 | against. |
| 938 | 938 | ||
| 939 | --- | 939 | --- |
| 940 | ** Sound is now supported on MS Windows. | 940 | ** Sound is now supported on MS Windows. |