diff options
| author | Juri Linkov | 2020-04-23 02:14:42 +0300 |
|---|---|---|
| committer | Juri Linkov | 2020-04-23 02:14:42 +0300 |
| commit | ba6104d1e8db4e8db2f12acaebf092ef579c6632 (patch) | |
| tree | cffae2df316f1f5469280410b0487e1dc1af5dc2 /etc | |
| parent | 400ff5cd195e81204edd9c69fa1b8bc3cb66b42d (diff) | |
| download | emacs-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/NEWS | 47 |
1 files changed, 26 insertions, 21 deletions
| @@ -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 |
| 867 | to allow controlling how the conversion to text is done. | 867 | to allow controlling how the conversion to text is done. |
| 868 | 868 | ||
| 869 | +++ | ||
| 870 | *** The prefix key 's' was changed to 'c' for slicing commands | ||
| 871 | to avoid conflicts with image-mode key 's'. The new key 'c' still | ||
| 872 | has good mnemonics of "cut", "clip", "crop". | ||
| 873 | |||
| 869 | ** Ido | 874 | ** Ido |
| 870 | 875 | ||
| 871 | --- | 876 | --- |
| @@ -3524,11 +3529,31 @@ functions. | |||
| 3524 | according to the orientation in the Exif data, if any. | 3529 | according to the orientation in the Exif data, if any. |
| 3525 | 3530 | ||
| 3526 | +++ | 3531 | +++ |
| 3532 | *** The command 'image-rotate' now accepts a prefix argument. | ||
| 3533 | With a prefix argument, 'image-rotate' now rotates the image at point | ||
| 3534 | 90 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. |
| 3528 | By default, the image will resize upon first display and whenever the | 3538 | By default, the image will resize upon first display and whenever the |
| 3529 | window's dimensions change. Two user options 'image-auto-resize' and | 3539 | window'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 |
| 3542 | prefix 's' contains the commands that can be used to fit the image to | ||
| 3543 | the window manually. | ||
| 3544 | |||
| 3545 | --- | ||
| 3546 | *** Some 'image-mode' variables are now buffer-local. | ||
| 3547 | The image parameters 'image-transform-rotation', | ||
| 3548 | 'image-transform-scale' and 'image-transform-resize' are now declared | ||
| 3549 | buffer-local, so each buffer could have its own values for these | ||
| 3550 | parameters. | ||
| 3551 | |||
| 3552 | +++ | ||
| 3553 | *** Three new 'image-mode' commands have been added: 'm', which marks | ||
| 3554 | the file in the dired buffer(s) for the directory the file is in; 'u', | ||
| 3555 | which unmarks the file; and 'w', which pushes the current buffer's file | ||
| 3556 | name 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'. | |||
| 3549 | some years back. It now respects 'imagemagick-types-inhibit' as a way | 3574 | some years back. It now respects 'imagemagick-types-inhibit' as a way |
| 3550 | to disable that. | 3575 | to disable that. |
| 3551 | 3576 | ||
| 3552 | --- | ||
| 3553 | *** Some 'image-mode' variables are now buffer-local. | ||
| 3554 | The image parameters 'image-transform-rotation', | ||
| 3555 | 'image-transform-scale' and 'image-transform-resize' are now declared | ||
| 3556 | buffer-local, so each buffer could have its own values for these | ||
| 3557 | parameters. | ||
| 3558 | |||
| 3559 | +++ | ||
| 3560 | *** Three new 'image-mode' commands have been added: 'm', which marks | ||
| 3561 | the file in the dired buffer(s) for the directory the file is in; 'u', | ||
| 3562 | which unmarks the file; and 'w', which pushes the current buffer's file | ||
| 3563 | name to the kill ring. | ||
| 3564 | |||
| 3565 | +++ | ||
| 3566 | *** The command 'image-rotate' now accepts a prefix argument. | ||
| 3567 | With a prefix argument, 'image-rotate' now rotates the image at point | ||
| 3568 | 90 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 | --- |