aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-05-29 17:59:33 +0200
committerLars Ingebrigtsen2016-05-29 17:59:33 +0200
commitb7735ab0419de3eb16560bdbab01edadecfc353e (patch)
tree1f5f6f3acd5fcde47325501abe68902222d24f90 /etc
parent78d3f5494b3b35b96289f8dd7a6bcb0c67228584 (diff)
downloademacs-b7735ab0419de3eb16560bdbab01edadecfc353e.tar.gz
emacs-b7735ab0419de3eb16560bdbab01edadecfc353e.zip
Allow preserving EXIF rotations when sending HTML messages
* lisp/gnus/mml.el (mml--possibly-alter-image): Allow image rotation if you have exiftool installed and the image format supports it. (mml-expand-html-into-multipart-related): Use it. (mml-buffer-substring-no-properties-except-some): Renamed and copy display properties, too.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b2e42e3f91b..185b1a4f644 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -276,6 +276,13 @@ for the ChangeLog file, if none already exists. Customize
276built-in IDNA support now). 276built-in IDNA support now).
277 277
278--- 278---
279*** When sending HTML messages with embedded images, and you have
280exiftool installed, and you rotate images with EXIF data (i.e.,
281JPEGs), the rotational information will be inserted into the outgoing
282image in the message. (The original image will not have its
283orientation affected.)
284
285---
279*** The 'message-valid-fqdn-regexp' variable has been removed, since 286*** The 'message-valid-fqdn-regexp' variable has been removed, since
280there are now top-level domains added all the time. Message will no 287there are now top-level domains added all the time. Message will no
281longer warn about sending emails to top-level domains it hasn't heard 288longer warn about sending emails to top-level domains it hasn't heard