aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b0f2177e547..0a637a011ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1252,6 +1252,13 @@ to override the default splitting mechanism of display-buffer.
1252*** If pop-up-frames has the value `graphic-only', display-buffer only 1252*** If pop-up-frames has the value `graphic-only', display-buffer only
1253makes a separate frame on graphic displays. 1253makes a separate frame on graphic displays.
1254 1254
1255** Ordering of recently selected windows and buffer list
1256
1257*** select-frame and set-frame-selected-window have new optional
1258argument NORECORD.
1259
1260*** New macro save-selected-window-norecord
1261
1255** Window parameters can now be defined. 1262** Window parameters can now be defined.
1256These are analogous to frame parameters, but are associated with 1263These are analogous to frame parameters, but are associated with
1257individual windows. 1264individual windows.