From: Eli Zaretskii Date: Tue, 13 Sep 2022 15:58:21 +0000 (+0300) Subject: ; * etc/NEWS: More detail about 'image-crop' and 'image-elide'. X-Git-Tag: emacs-29.0.90~1856^2~550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35d597348cca9159fefeb1adddebf7d1a146f47b;p=emacs.git ; * etc/NEWS: More detail about 'image-crop' and 'image-elide'. --- diff --git a/etc/NEWS b/etc/NEWS index 726c78afbfa..5416aa80660 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2431,10 +2431,11 @@ The old name is still available as an obsolete function alias. +++ ** New commands 'image-crop' and 'image-elide'. -These commands allow interactively cropping/eliding the image under -point. These commands are bound to 'c' and 'e' (respectively) in the -local keymap over images. They rely on external programs to do the -actual cropping/eliding of the image file. +These commands allow interactively cropping/eliding the image at +point. The commands are bound to keys 'c' and 'e' (respectively) in +the local keymap over images. They rely on external programs, by +default 'convert' from ImageMagick and 'exiftool', to do the actual +cropping/eliding of the image file. +++ ** New package 'oclosure'.