aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 323895927a9..1ba91235759 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5205,7 +5205,9 @@ when the image does not have an associated file name, to provide a
5205hint to ImageMagick to help it detect the image type. 5205hint to ImageMagick to help it detect the image type.
5206 5206
5207@item :rotation @var{angle} 5207@item :rotation @var{angle}
5208Specifies a rotation angle in degrees. 5208Specifies a rotation angle in degrees. If no rotation is explicitly
5209specified, and the @acronym{EXIF} headers specify a rotation, the
5210rotation from the @acronym{EXIF} headers are used instead.
5209 5211
5210@item :index @var{frame} 5212@item :index @var{frame}
5211@c Doesn't work: http://debbugs.gnu.org/7978 5213@c Doesn't work: http://debbugs.gnu.org/7978
diff --git a/etc/NEWS b/etc/NEWS
index 70f9476e71e..c1338680541 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -634,6 +634,10 @@ text in the region. The search engine to use for this is specified by
634the customizable variable `eww-search-prefix'. 634the customizable variable `eww-search-prefix'.
635 635
636+++ 636+++
637*** Images that have rotation specified in the EXIF headers are now
638automatically rotated (if displayed as ImageMagick images).
639
640+++
637*** Query-replace history is enhanced. 641*** Query-replace history is enhanced.
638When query-replace reads the FROM string from the minibuffer, typing 642When query-replace reads the FROM string from the minibuffer, typing
639`M-p' will now show previous replacements as "FROM SEP TO", where FROM 643`M-p' will now show previous replacements as "FROM SEP TO", where FROM