Mercurial > emacs
comparison etc/NEWS @ 109873:fa7968a7972f
documentation changes
author | Joakim <joakim@localhost.localdomain> |
---|---|
date | Wed, 18 Aug 2010 12:35:23 +0200 |
parents | acc05fd0631b |
children | 832428782d9f |
comparison
equal
deleted
inserted
replaced
109872:45bb792f536e | 109873:fa7968a7972f |
---|---|
106 | 106 |
107 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. | 107 ** GTK tool bars can be placed on the left/right or top/bottom of the frame. |
108 The frame-parameter tool-bar-position controls this. It takes the values | 108 The frame-parameter tool-bar-position controls this. It takes the values |
109 top, left, right or bottom. The Options => Show/Hide menu has entries | 109 top, left, right or bottom. The Options => Show/Hide menu has entries |
110 for this. | 110 for this. |
111 | |
112 ** ImageMagick support | |
113 It is now possible to use the Imagemagick library to load many new | |
114 image formats in Emacs. | |
115 | |
116 To enable, use the following configure option: | |
117 --with-imagemagick | |
118 | |
119 The new function (imagemagick-types) returns a list of image file | |
120 extensions that your installation of imagemagick supports. | |
121 | |
122 The function (imagemagick-register-types) will enable the imagemagick | |
123 support for the extensions in imagemagick-types minus the types listed | |
124 in imagemagick-types-inhibit. | |
125 | |
126 See the Emacs Manual for more information. | |
111 | 127 |
112 ** 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 |
113 theme when Emacs is built with GTK. | 129 theme when Emacs is built with GTK. |
114 | 130 |
115 ** 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 |