aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-04-23 02:14:42 +0300
committerJuri Linkov2020-04-23 02:14:42 +0300
commitba6104d1e8db4e8db2f12acaebf092ef579c6632 (patch)
treecffae2df316f1f5469280410b0487e1dc1af5dc2 /etc
parent400ff5cd195e81204edd9c69fa1b8bc3cb66b42d (diff)
downloademacs-ba6104d1e8db4e8db2f12acaebf092ef579c6632.tar.gz
emacs-ba6104d1e8db4e8db2f12acaebf092ef579c6632.zip
Change doc-view-mode-map prefix key 's' to 'c'.
* doc/emacs/misc.texi (DocView Slicing): Change prefix key 's' to 'c'. * lisp/doc-view.el (doc-view-mode-map): Change prefix key 's' to 'c'. * lisp/image-mode.el (image-mode-map): Add image-transform-set-scale to menu. * doc/emacs/files.texi (Image Mode): Describe commands image-transform-fit-both, image-transform-set-scale, image-transform-reset. * etc/NEWS: Rearrange image sections. https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg01315.html
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS47
1 files changed, 26 insertions, 21 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 65ac6d2a2f3..1eb391f1350 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -866,6 +866,11 @@ its functions.
866*** A new user option 'doc-view-pdftotext-program-args' has been added 866*** A new user option 'doc-view-pdftotext-program-args' has been added
867to allow controlling how the conversion to text is done. 867to allow controlling how the conversion to text is done.
868 868
869+++
870*** The prefix key 's' was changed to 'c' for slicing commands
871to avoid conflicts with image-mode key 's'. The new key 'c' still
872has good mnemonics of "cut", "clip", "crop".
873
869** Ido 874** Ido
870 875
871--- 876---
@@ -3524,11 +3529,31 @@ functions.
3524according to the orientation in the Exif data, if any. 3529according to the orientation in the Exif data, if any.
3525 3530
3526+++ 3531+++
3532*** The command 'image-rotate' now accepts a prefix argument.
3533With a prefix argument, 'image-rotate' now rotates the image at point
353490 degrees counter-clockwise, instead of the default clockwise.
3535
3536+++
3527*** In 'image-mode' the image is resized automatically to fit in window. 3537*** In 'image-mode' the image is resized automatically to fit in window.
3528By default, the image will resize upon first display and whenever the 3538By default, the image will resize upon first display and whenever the
3529window's dimensions change. Two user options 'image-auto-resize' and 3539window's dimensions change. Two user options 'image-auto-resize' and
3530'image-auto-resize-on-window-resize' control the resizing behavior 3540'image-auto-resize-on-window-resize' control the resizing behavior
3531(including the possibility to disable auto-resizing). 3541(including the possibility to disable auto-resizing). A new key
3542prefix 's' contains the commands that can be used to fit the image to
3543the window manually.
3544
3545---
3546*** Some 'image-mode' variables are now buffer-local.
3547The image parameters 'image-transform-rotation',
3548'image-transform-scale' and 'image-transform-resize' are now declared
3549buffer-local, so each buffer could have its own values for these
3550parameters.
3551
3552+++
3553*** Three new 'image-mode' commands have been added: 'm', which marks
3554the file in the dired buffer(s) for the directory the file is in; 'u',
3555which unmarks the file; and 'w', which pushes the current buffer's file
3556name to the kill ring.
3532 3557
3533--- 3558---
3534*** New library image-converter. 3559*** New library image-converter.
@@ -3549,26 +3574,6 @@ These now default to using 'image-mode'.
3549some years back. It now respects 'imagemagick-types-inhibit' as a way 3574some years back. It now respects 'imagemagick-types-inhibit' as a way
3550to disable that. 3575to disable that.
3551 3576
3552---
3553*** Some 'image-mode' variables are now buffer-local.
3554The image parameters 'image-transform-rotation',
3555'image-transform-scale' and 'image-transform-resize' are now declared
3556buffer-local, so each buffer could have its own values for these
3557parameters.
3558
3559+++
3560*** Three new 'image-mode' commands have been added: 'm', which marks
3561the file in the dired buffer(s) for the directory the file is in; 'u',
3562which unmarks the file; and 'w', which pushes the current buffer's file
3563name to the kill ring.
3564
3565+++
3566*** The command 'image-rotate' now accepts a prefix argument.
3567With a prefix argument, 'image-rotate' now rotates the image at point
356890 degrees counter-clockwise, instead of the default clockwise.
3569
3570*** 'image-mode' has a new key prefix 's' for transformation commands.
3571
3572** Modules 3577** Modules
3573 3578
3574--- 3579---