diff options
| author | Glenn Morris | 2012-02-06 23:43:54 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-06 23:43:54 -0800 |
| commit | bba26374d0465e50338493a43eaa35312f8612d2 (patch) | |
| tree | 8bb2a7ab5c78ade929a4f9b5c49ecaad4c8a22f7 | |
| parent | 93137f94d8ae3632af0be31fd95b665ceb5a1245 (diff) | |
| download | emacs-bba26374d0465e50338493a43eaa35312f8612d2.tar.gz emacs-bba26374d0465e50338493a43eaa35312f8612d2.zip | |
NEWS markup for ImageMagick.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1381,12 +1381,14 @@ is being animated. | |||
| 1381 | *** `image-extension-data' has been renamed to `image-metadata'. | 1381 | *** `image-extension-data' has been renamed to `image-metadata'. |
| 1382 | The old name is an obsolete alias to the new one. | 1382 | The old name is an obsolete alias to the new one. |
| 1383 | 1383 | ||
| 1384 | +++ | ||
| 1384 | *** Emacs can be compiled with ImageMagick support. | 1385 | *** Emacs can be compiled with ImageMagick support. |
| 1385 | This feature is not available for the Nextstep or MS ports. | 1386 | This feature is not available for the Nextstep or MS ports. |
| 1386 | Then the function `imagemagick-types' returns a list of image file | 1387 | Then the function `imagemagick-types' returns a list of image file |
| 1387 | extensions that your installation of ImageMagick supports. The | 1388 | extensions that your installation of ImageMagick supports. The |
| 1388 | function `imagemagick-register-types' enables ImageMagick support for | 1389 | function `imagemagick-register-types' enables ImageMagick support for |
| 1389 | these image types, minus those listed in `imagemagick-types-inhibit'. | 1390 | these image types, minus those listed in `imagemagick-types-inhibit'. |
| 1391 | Visiting one of these file types will then use Image mode. | ||
| 1390 | 1392 | ||
| 1391 | ** XML and HTML parsing | 1393 | ** XML and HTML parsing |
| 1392 | If Emacs is compiled with libxml2 support, there are two new functions: | 1394 | If Emacs is compiled with libxml2 support, there are two new functions: |