From: Glenn Morris Date: Thu, 9 Sep 2010 02:21:12 +0000 (-0700) Subject: * etc/NEWS: Misc fixes for ImageMagick section. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8740c12d6914104519d75307f28d9517628cc9b4;p=emacs.git * etc/NEWS: Misc fixes for ImageMagick section. --- diff --git a/etc/NEWS b/etc/NEWS index 72075945f62..cb246a54adb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -113,21 +113,17 @@ The frame-parameter tool-bar-position controls this. It takes the values 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. +image formats in Emacs. To enable this, use the configure option +`--with-imagemagick'. -To enable, use the following configure option: ---with-imagemagick +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 new function (imagemagick-types) returns a list of image file -extensions that your installation of imagemagick supports. - -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.