diff options
| author | Martin Rudalics | 2016-10-17 09:59:20 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2016-10-17 09:59:20 +0200 |
| commit | 027c350e0cde1876f811b845cb10d3faa8f45665 (patch) | |
| tree | bb35e9893b3f3ee9c79bc212a842e5dd4ae11713 | |
| parent | be0c3814af555f6149ab030be23a32b447d485f4 (diff) | |
| download | emacs-027c350e0cde1876f811b845cb10d3faa8f45665.tar.gz emacs-027c350e0cde1876f811b845cb10d3faa8f45665.zip | |
; * etc/NEWS: Add note on atomic windows.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -630,6 +630,12 @@ changing and reversing the layout of side windows and returning the main | |||
| 630 | the section "Side Windows" in the Elisp manual. | 630 | the section "Side Windows" in the Elisp manual. |
| 631 | 631 | ||
| 632 | +++ | 632 | +++ |
| 633 | *** Support for atomic windows - rectangular compositions of windows | ||
| 634 | treated by `split-window', `delete-window' and `delete-other-windows' | ||
| 635 | like a single live window - is now official. For details consult the | ||
| 636 | section "Atomic Windows" in the Elisp manual. | ||
| 637 | |||
| 638 | +++ | ||
| 633 | *** New `display-buffer' alist entry `window-parameters' allows to | 639 | *** New `display-buffer' alist entry `window-parameters' allows to |
| 634 | assign window parameters to the window used for displaying the buffer. | 640 | assign window parameters to the window used for displaying the buffer. |
| 635 | 641 | ||