# HG changeset patch # User Glenn Morris # Date 1283998872 25200 # Node ID 1021c96a663ec2028771a73dd526292632574748 # Parent 88587ab3d9f9968e1f6f58d1398b2b3f99dbb415 * etc/NEWS: Misc fixes for ImageMagick section. diff -r 88587ab3d9f9 -r 1021c96a663e etc/NEWS --- a/etc/NEWS Wed Sep 08 19:18:38 2010 -0700 +++ b/etc/NEWS Wed Sep 08 19:21:12 2010 -0700 @@ -113,21 +113,17 @@ top, left, right or bottom. The Options => Show/Hide menu has entries for this. -** ImageMagick support +** ImageMagick support. It is now possible to use the Imagemagick library to load many new -image formats in Emacs. - -To enable, use the following configure option: ---with-imagemagick +image formats in Emacs. To enable this, use the configure option +`--with-imagemagick'. -The new function (imagemagick-types) returns a list of image file -extensions that your installation of imagemagick supports. +The new function `imagemagick-types' returns a list of image file +extensions that your installation of ImageMagick supports. The +function `imagemagick-register-types' enables ImageMagick support for +these imaeg types, minus those listed in `imagemagick-types-inhibit'. -The function (imagemagick-register-types) will enable the imagemagick -support for the extensions in imagemagick-types minus the types listed -in imagemagick-types-inhibit. - -See the Emacs Manual for more information. +See the Emacs Lisp Reference Manual for more information. ** The colors for selected text (the region face) are taken from the GTK theme when Emacs is built with GTK.