diff options
author | Glenn Morris <rgm@gnu.org> | 2020-04-25 07:50:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-04-25 07:50:21 -0700 |
commit | 519567878fa32715aa377d1fa23240f09ce291f6 (patch) | |
tree | 6024af0ac41fca6aa73cebd84352860a864dae7e /etc/NEWS.27 | |
parent | f7748ad682abca5968ce24ed488ba56d2e48ef8a (diff) | |
parent | 45a64c97c74c34d3d2e912a670b30aa10dbf439c (diff) | |
download | emacs-519567878fa32715aa377d1fa23240f09ce291f6.tar.gz |
Merge from origin/emacs-27
45a64c97c7 (origin/emacs-27) Clarify semantics of trace-function CONT...
821760fdc4 Don't let a code literal get modified in mml parsing (Bug#...
74a92be16d * lisp/simple.el (kill-ring-save): Doc fix. (Bug#40797)
3d0e859692 Minor doc clarification regarding fringe bitmaps
4d86c7f822 Fix documentation of fringe bitmaps
a76af88dd8 Tweak mutability doc a bit more
f7e488d206 Calc: fix autoload errors (bug#40800)
369761b36d ; * src/xdisp.c: Improve the introductory commentary.
a92ca1f177 Improve indexing of ELisp manual
5a25d17760 * lisp/image-mode.el (image-transform-resize): Remove FIXM...
37ebec3a95 Improve the default value of 'doc-view-ghostscript-program'.
ba6104d1e8 Change doc-view-mode-map prefix key 's' to 'c'.
400ff5cd19 Improve wording about constants
d2836fe71b Improve the default value of 'doc-view-ghostscript-program'.
fc55f65305 Minor improvements in documentation of the last change
a64da75961 Add image-auto-resize defcustoms to image-mode.el
692ad40539 Improve the documentation of tab-bar and tab-line
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r-- | etc/NEWS.27 | 64 |
1 files changed, 40 insertions, 24 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 091c831e9d6..1eb391f1350 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 @@ -866,6 +866,11 @@ its functions. *** A new user option 'doc-view-pdftotext-program-args' has been added to allow controlling how the conversion to text is done. ++++ +*** The prefix key 's' was changed to 'c' for slicing commands +to avoid conflicts with image-mode key 's'. The new key 'c' still +has good mnemonics of "cut", "clip", "crop". + ** Ido --- @@ -2720,8 +2725,8 @@ left to higher-level functions. +++ *** Tab Bar mode The new command 'tab-bar-mode' enables the tab bar at the top of each -frame, where you can use tabs to switch between named persistent -window configurations. +frame (including TTY frames), where you can use tabs to switch between +named persistent window configurations. The 'C-x t' sequence is the new prefix key for tab-related commands: 'C-x t 2' creates a new tab; 'C-x t 0' deletes the current tab; @@ -2738,6 +2743,11 @@ when its value is "on", "yes" or "1". The user option 'tab-bar-position' specifies where to show the tab bar. +Tab-related commands can be used even without the tab bar when +'tab-bar-mode' is disabled by a nil value of the user option +'tab-bar-show'. Without the tab bar you can switch between tabs +using completion on tab names, or using 'tab-switcher'. + Read the new Info node "(emacs) Tab Bars" for full description of all related features. @@ -2752,6 +2762,9 @@ a repeat count. Clicking on the plus icon adds a new buffer to the window-local tab line of buffers. Using the mouse wheel on the tab line scrolls tabs. +Read the new Info node "(emacs) Tab Line" for full description +of all related features. + +++ ** fileloop.el lets one setup multifile operations like search&replace. @@ -3515,9 +3528,32 @@ functions. *** 'image-mode' now uses this library to automatically rotate images according to the orientation in the Exif data, if any. ++++ +*** The command 'image-rotate' now accepts a prefix argument. +With a prefix argument, 'image-rotate' now rotates the image at point +90 degrees counter-clockwise, instead of the default clockwise. + ++++ *** In 'image-mode' the image is resized automatically to fit in window. -The image will resize upon first display and whenever the window's -dimensions change. +By default, the image will resize upon first display and whenever the +window's dimensions change. Two user options 'image-auto-resize' and +'image-auto-resize-on-window-resize' control the resizing behavior +(including the possibility to disable auto-resizing). A new key +prefix 's' contains the commands that can be used to fit the image to +the window manually. + +--- +*** Some 'image-mode' variables are now buffer-local. +The image parameters 'image-transform-rotation', +'image-transform-scale' and 'image-transform-resize' are now declared +buffer-local, so each buffer could have its own values for these +parameters. + ++++ +*** Three new 'image-mode' commands have been added: 'm', which marks +the file in the dired buffer(s) for the directory the file is in; 'u', +which unmarks the file; and 'w', which pushes the current buffer's file +name to the kill ring. --- *** New library image-converter. @@ -3538,26 +3574,6 @@ These now default to using 'image-mode'. some years back. It now respects 'imagemagick-types-inhibit' as a way to disable that. ---- -*** Some 'image-mode' variables are now buffer-local. -The image parameters 'image-transform-rotation', -'image-transform-scale' and 'image-transform-resize' are now declared -buffer-local, so each buffer could have its own values for these -parameters. - -+++ -*** Three new 'image-mode' commands have been added: 'm', which marks -the file in the dired buffer(s) for the directory the file is in; 'u', -which unmarks the file; and 'w', which pushes the current buffer's file -name to the kill ring. - -+++ -*** The command 'image-rotate' now accepts a prefix argument. -With a prefix argument, 'image-rotate' now rotates the image at point -90 degrees counter-clockwise, instead of the default clockwise. - -*** 'image-mode' has a new key prefix 's' for transformation commands. - ** Modules --- |