aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-09-08 19:21:12 -0700
committerGlenn Morris2010-09-08 19:21:12 -0700
commit8740c12d6914104519d75307f28d9517628cc9b4 (patch)
tree9feda769dd7f6acea53f5ae7e63b96ce4d2bc0f7
parentca0d44e4ec07c8df4fb6aacabed86eeed8816733 (diff)
downloademacs-8740c12d6914104519d75307f28d9517628cc9b4.tar.gz
emacs-8740c12d6914104519d75307f28d9517628cc9b4.zip
* etc/NEWS: Misc fixes for ImageMagick section.
-rw-r--r--etc/NEWS20
1 files changed, 8 insertions, 12 deletions
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
113top, left, right or bottom. The Options => Show/Hide menu has entries 113top, left, right or bottom. The Options => Show/Hide menu has entries
114for this. 114for this.
115 115
116** ImageMagick support 116** ImageMagick support.
117It is now possible to use the Imagemagick library to load many new 117It is now possible to use the Imagemagick library to load many new
118image formats in Emacs. 118image formats in Emacs. To enable this, use the configure option
119`--with-imagemagick'.
119 120
120To enable, use the following configure option: 121The new function `imagemagick-types' returns a list of image file
121--with-imagemagick 122extensions that your installation of ImageMagick supports. The
123function `imagemagick-register-types' enables ImageMagick support for
124these imaeg types, minus those listed in `imagemagick-types-inhibit'.
122 125
123The new function (imagemagick-types) returns a list of image file 126See the Emacs Lisp Reference Manual for more information.
124extensions that your installation of imagemagick supports.
125
126The function (imagemagick-register-types) will enable the imagemagick
127support for the extensions in imagemagick-types minus the types listed
128in imagemagick-types-inhibit.
129
130See the Emacs Manual for more information.
131 127
132** The colors for selected text (the region face) are taken from the GTK 128** The colors for selected text (the region face) are taken from the GTK
133theme when Emacs is built with GTK. 129theme when Emacs is built with GTK.