aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2016-10-17 09:59:20 +0200
committerMartin Rudalics2016-10-17 09:59:20 +0200
commit027c350e0cde1876f811b845cb10d3faa8f45665 (patch)
treebb35e9893b3f3ee9c79bc212a842e5dd4ae11713
parentbe0c3814af555f6149ab030be23a32b447d485f4 (diff)
downloademacs-027c350e0cde1876f811b845cb10d3faa8f45665.tar.gz
emacs-027c350e0cde1876f811b845cb10d3faa8f45665.zip
; * etc/NEWS: Add note on atomic windows.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 45d4e505647..1fd2a00b3f9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -630,6 +630,12 @@ changing and reversing the layout of side windows and returning the main
630the section "Side Windows" in the Elisp manual. 630the section "Side Windows" in the Elisp manual.
631 631
632+++ 632+++
633*** Support for atomic windows - rectangular compositions of windows
634treated by `split-window', `delete-window' and `delete-other-windows'
635like a single live window - is now official. For details consult the
636section "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
634assign window parameters to the window used for displaying the buffer. 640assign window parameters to the window used for displaying the buffer.
635 641