Mercurial > emacs
comparison etc/NEWS @ 110283:1021c96a663e
* etc/NEWS: Misc fixes for ImageMagick section.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 08 Sep 2010 19:21:12 -0700 |
parents | c9b982e5aefd |
children | 9e6d02d51b19 |
comparison
equal
deleted
inserted
replaced
110282:88587ab3d9f9 | 110283:1021c96a663e |
---|---|
111 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. | 111 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. |
112 The frame-parameter tool-bar-position controls this. It takes the values | 112 The frame-parameter tool-bar-position controls this. It takes the values |
113 top, left, right or bottom. The Options => Show/Hide menu has entries | 113 top, left, right or bottom. The Options => Show/Hide menu has entries |
114 for this. | 114 for this. |
115 | 115 |
116 ** ImageMagick support | 116 ** ImageMagick support. |
117 It is now possible to use the Imagemagick library to load many new | 117 It is now possible to use the Imagemagick library to load many new |
118 image formats in Emacs. | 118 image formats in Emacs. To enable this, use the configure option |
119 | 119 `--with-imagemagick'. |
120 To enable, use the following configure option: | 120 |
121 --with-imagemagick | 121 The new function `imagemagick-types' returns a list of image file |
122 | 122 extensions that your installation of ImageMagick supports. The |
123 The new function (imagemagick-types) returns a list of image file | 123 function `imagemagick-register-types' enables ImageMagick support for |
124 extensions that your installation of imagemagick supports. | 124 these imaeg types, minus those listed in `imagemagick-types-inhibit'. |
125 | 125 |
126 The function (imagemagick-register-types) will enable the imagemagick | 126 See the Emacs Lisp Reference Manual for more information. |
127 support for the extensions in imagemagick-types minus the types listed | |
128 in imagemagick-types-inhibit. | |
129 | |
130 See 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 |
133 theme when Emacs is built with GTK. | 129 theme when Emacs is built with GTK. |
134 | 130 |
135 ** Emacs uses GTK tooltips by default if built with GTK. You can turn that | 131 ** Emacs uses GTK tooltips by default if built with GTK. You can turn that |