1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
Commit graph

5 commits

Author SHA1 Message Date
Stefan Kangas
702cb123fa ; Fix typos 2025-02-22 14:48:29 +01:00
Pranshu Sharma
efd4fb51ec Do not rotate dedicated windows
* lisp/window-x.el (rotate-windows): Do not rotate windows
dedicated to their buffers.
2025-01-17 16:35:43 +01:00
Pranshu Sharma
7648faedd3 Add new option 'rotate-windows-change-selected'
* lisp/window-x.el: Fix header information.
(rotate-windows-change-selected): New option.
(rotate-window-layout-counterclockwise)
(rotate-window-layout-clockwise): Fix doc-strings.
(rotate-windows): Handle 'rotate-windows-change-selected'.
2025-01-12 18:45:30 +01:00
Eshel Yaron
7dcc7605d5
; Touch-ups for new window-x.el
Discussion:
https://lists.gnu.org/archive/html/emacs-devel/2025-01/msg00322.html

* lisp/window-x.el: Autoload commands, provide feature.
(window-tree-normal-sizes): Improve docstring.
(window--window-to-transpose): Remove.
(window--rotate-interactive-arg): New function.
(rotate-window-layout-anticlockwise): Rename to...
(rotate-window-layout-counterclockwise): ...this.
(rotate-window-layout-clockwise)
(flip-window-layout-horizontally)
(flip-window-layout-vertically, transpose-window-layout)
(rotate-windows-back, rotate-windows, window--transpose)
(window--transpose-1): Cosmetics.
2025-01-12 12:02:32 +01:00
Pranshu Sharma
d1e6379d6a Add new file window-x.el
* lisp/window-x.el: New file.
* etc/NEWS: Mention new commands to modify window layout.
2025-01-10 16:07:30 +01:00