diff options
| author | Lars Ingebrigtsen | 2016-02-11 14:05:02 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-11 14:05:48 +1100 |
| commit | afe7d1f72f78cfd8ce4b6fec6b0be49f49751fd2 (patch) | |
| tree | c008bd873eca90436ba09414b84b2dfe1e64f146 | |
| parent | c6f377cbae09a77d4f77e092d29bf611a3a37ff3 (diff) | |
| download | emacs-afe7d1f72f78cfd8ce4b6fec6b0be49f49751fd2.tar.gz emacs-afe7d1f72f78cfd8ce4b6fec6b0be49f49751fd2.zip | |
Revert "Document EXIF image rotation"
This reverts commit 10b8ed27ec91ff52f93eb0297dcc3abb214931aa.
This change does not work on Fedora, for instance.
| -rw-r--r-- | doc/lispref/display.texi | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 1ba91235759..323895927a9 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5205,9 +5205,7 @@ when the image does not have an associated file name, to provide a | |||
| 5205 | hint to ImageMagick to help it detect the image type. | 5205 | hint to ImageMagick to help it detect the image type. |
| 5206 | 5206 | ||
| 5207 | @item :rotation @var{angle} | 5207 | @item :rotation @var{angle} |
| 5208 | Specifies a rotation angle in degrees. If no rotation is explicitly | 5208 | Specifies a rotation angle in degrees. |
| 5209 | specified, and the @acronym{EXIF} headers specify a rotation, the | ||
| 5210 | rotation from the @acronym{EXIF} headers are used instead. | ||
| 5211 | 5209 | ||
| 5212 | @item :index @var{frame} | 5210 | @item :index @var{frame} |
| 5213 | @c Doesn't work: http://debbugs.gnu.org/7978 | 5211 | @c Doesn't work: http://debbugs.gnu.org/7978 |
| @@ -634,10 +634,6 @@ text in the region. The search engine to use for this is specified by | |||
| 634 | the customizable variable `eww-search-prefix'. | 634 | the customizable variable `eww-search-prefix'. |
| 635 | 635 | ||
| 636 | +++ | 636 | +++ |
| 637 | *** Images that have rotation specified in the EXIF headers are now | ||
| 638 | automatically rotated (if displayed as ImageMagick images). | ||
| 639 | |||
| 640 | +++ | ||
| 641 | *** Query-replace history is enhanced. | 637 | *** Query-replace history is enhanced. |
| 642 | When query-replace reads the FROM string from the minibuffer, typing | 638 | When query-replace reads the FROM string from the minibuffer, typing |
| 643 | `M-p' will now show previous replacements as "FROM SEP TO", where FROM | 639 | `M-p' will now show previous replacements as "FROM SEP TO", where FROM |