aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-14 15:36:53 +0200
committerLars Ingebrigtsen2018-04-14 15:36:53 +0200
commitc768fe1be0d68c182d037891e0946983e5fbe644 (patch)
tree576f777ed6d5e3f55bff9773deda9fc997616023 /etc
parent42141da5b0885b199636524c1e57f08ee1723aea (diff)
downloademacs-c768fe1be0d68c182d037891e0946983e5fbe644.tar.gz
emacs-c768fe1be0d68c182d037891e0946983e5fbe644.zip
Make image-mode respect `imagemagick-types-inhibit'
* lisp/image-mode.el (image--imagemagick-wanted-p): New function (bug#29584). (image-toggle-display-image): Use it to see whether we want to use imagemagick.
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 d29a513c70c..980a5b453a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -551,6 +551,13 @@ such decisions (if they are to be made at all) are left to
551higher-level functions. 551higher-level functions.
552 552
553 553
554** image-mode
555
556*** image-mode started using ImageMagick by default for all images
557some years back. It now respects `imagemagick-types-inhibit' as a way
558to disable that.
559
560
554+++ 561+++
555** The new function 'read-answer' accepts either long or short answers 562** The new function 'read-answer' accepts either long or short answers
556depending on the new customizable variable 'read-answer-short'. 563depending on the new customizable variable 'read-answer-short'.