summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-08 14:33:06 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-08 14:33:06 +0300
commit96714c106b7a3f86ca4c78052178a62d351f1751 (patch)
tree66d254ab2dd740eaefe65304bf13e0d3af8965d7 /etc
parent6a2863ca0167a1b4a431dfae3640c97a846d4826 (diff)
downloademacs-96714c106b7a3f86ca4c78052178a62d351f1751.tar.gz
Improve documentation of image-related commands
* lisp/image.el (image-map): Make it inherit from 'image-slice-map' instead of repeating the bindings. * doc/emacs/files.texi (Image Mode): Document the key bindings set by 'insert-image'. Add indexing. * doc/lispref/display.texi (Showing Images): Make the description of user commands more concise. Add index entries and cross-reference to the Emacs manual. * etc/NEWS: Rearrange entries relevant to image commands.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d0ae723587d..84dbb94a71a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,9 +222,9 @@ In previous Emacs versions, images have had the '+', '-' and 'r' keys
bound when point is over an image. In Emacs 29.1, additional commands
were added, and this made it more likely that users would trigger the
image commands by mistake. To avoid this, all image commands have
-moved to the 'i' keymap, so '+' is now 'i +', '-' is now 'i -', and
-'r' is now 'i r'. In addition, these commands are now repeating, so
-you can rotate an image twice by saying 'i r r', for instance.
+moved to the 'i' prefix keymap, so '+' is now 'i +', '-' is now 'i -',
+and 'r' is now 'i r'. In addition, these commands are now repeating,
+so, for example, you can rotate an image twice by typing 'i r r'.
+++
** Emacs now picks the correct coding-system for X input methods.
@@ -2629,11 +2629,6 @@ image formats saying how to edit it as text. The default is to show
this message for SVG and XPM.
+++
-*** New commands: 'image-flip-horizontally' and 'image-flip-vertically'.
-These commands horizontally and vertically flip the image under point,
-and are bound to 'i h' and 'i v', respectively.
-
-+++
*** New command 'image-transform-set-percent'.
It allows setting the image size to a percentage of its original size,
and is bound to 's p' in Image mode.
@@ -2649,6 +2644,19 @@ The old name was confusing, and is now an obsolete function alias.
** Images
+++
+** New commands 'image-crop' and 'image-cut'.
+These commands allow interactively cropping/cutting the image at
+point. The commands are bound to keys 'i c' and 'i x' (respectively)
+in the local keymap over images. They rely on external programs, by
+default "convert" from ImageMagick, to do the actual cropping/eliding
+of the image file.
+
++++
+*** New commands: 'image-flip-horizontally' and 'image-flip-vertically'.
+These commands horizontally and vertically flip the image under point,
+and are bound to 'i h' and 'i v', respectively.
+
++++
*** Users can now add special image conversion functions.
This is done via 'image-converter-add-handler'.
@@ -3243,14 +3251,6 @@ macro, which allows you to isolate package configuration in your init
file in a way that is declarative, tidy, and performance-oriented.
See the new Info manual "(use-package) Top" for more.
-+++
-** New commands 'image-crop' and 'image-cut'.
-These commands allow interactively cropping/cutting the image at
-point. The commands are bound to keys 'i c' and 'i x' (respectively)
-in the local keymap over images. They rely on external programs, by
-default "convert" from ImageMagick, to do the actual cropping/eliding
-of the image file.
-
---
** New package 'wallpaper'.
This package provides the command 'wallpaper-set', which sets the