aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-10 15:45:37 +1100
committerLars Ingebrigtsen2016-02-11 14:07:55 +1100
commit363e7097b65eaf8474ea40d9665c25ed71f6ae5c (patch)
tree8799c07b2cfeacc5f89531cf4e1a19f0fe7fb506
parent48b19a4494b1fbe2001d773a2a2c9ede5a557e00 (diff)
downloademacs-363e7097b65eaf8474ea40d9665c25ed71f6ae5c.tar.gz
emacs-363e7097b65eaf8474ea40d9665c25ed71f6ae5c.zip
Document EXIF image rotation
* doc/lispref/display.texi (ImageMagick Images): Mention EXIF rotation.
-rw-r--r--doc/lispref/display.texi4
-rw-r--r--etc/NEWS4
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 26f3de40e91..608ce0ef8c7 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5213,7 +5213,9 @@ when the image does not have an associated file name, to provide a
5213hint to ImageMagick to help it detect the image type. 5213hint to ImageMagick to help it detect the image type.
5214 5214
5215@item :rotation @var{angle} 5215@item :rotation @var{angle}
5216Specifies a rotation angle in degrees. 5216Specifies a rotation angle in degrees. If no rotation is explicitly
5217specified, and the @acronym{EXIF} headers specify a rotation, the
5218rotation from the @acronym{EXIF} headers are used instead.
5217 5219
5218@item :index @var{frame} 5220@item :index @var{frame}
5219@c Doesn't work: http://debbugs.gnu.org/7978 5221@c Doesn't work: http://debbugs.gnu.org/7978
diff --git a/etc/NEWS b/etc/NEWS
index 957b0c24791..37eb2bcf42b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -718,6 +718,10 @@ text in the region. The search engine to use for this is specified by
718the customizable variable `eww-search-prefix'. 718the customizable variable `eww-search-prefix'.
719 719
720+++ 720+++
721*** Images that have rotation specified in the EXIF headers are now
722automatically rotated (if displayed as ImageMagick images).
723
724+++
721*** Query-replace history is enhanced. 725*** Query-replace history is enhanced.
722When query-replace reads the FROM string from the minibuffer, typing 726When query-replace reads the FROM string from the minibuffer, typing
723`M-p' will now show previous replacements as "FROM SEP TO", where FROM 727`M-p' will now show previous replacements as "FROM SEP TO", where FROM