aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f8907d3b1e..f656fb96431 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -175,9 +175,11 @@ Use `C-h C-\' (`describe-input-method') instead.
175+++ 175+++
176*** ImageMagick images now support the :max-width and :max-height keywords. 176*** ImageMagick images now support the :max-width and :max-height keywords.
177 177
178*** Some data types aren't auto-detected by ImageMagick. 178+++
179Adding :format to `create-image' may help if the content type is in 179*** When using `create-image' with image data, you can pass a :format
180the new variable `image-format-suffixes'. 180attribute (via the property-list argument) in order to help
181ImageMagick detect the image type. The value should be a MIME
182content-type that is found in the new variable `image-format-suffixes'.
181 183
182** Frame and window changes 184** Frame and window changes
183 185