]> git.eshelyaron.com Git - emacs.git/commitdiff
Move window parameters entry to Lisp changes.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 30 Oct 2008 18:01:47 +0000 (18:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 30 Oct 2008 18:01:47 +0000 (18:01 +0000)
etc/NEWS

index ea605162b8a14b893dc55776139b48433c41b385..69768a46290ea4f7be65746a4f8d50b2b2bdf17f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -470,8 +470,6 @@ vertically and horizontally.
 *** pop-to-buffer now always sets input focus when the popped-to window
 is on a different frame.
 
-*** New functions window-parameters, window-parameter, set-window-parameter.
-
 ** Miscellaneous changes:
 +++
 *** C-l is bound to the new command recenter-top-bottom, rather than recenter.
@@ -1253,6 +1251,13 @@ to override the default splitting mechanism of display-buffer.
 *** If pop-up-frames has the value `graphic-only', display-buffer only
 makes a separate frame on graphic displays.
 
+** Window parameters can now be defined.
+These are analogous to frame parameters, but are associated with
+individual windows.
+
+*** The new functions window-parameters, window-parameter, and
+set-window-parameter are used to query and set window parameters.
+
 ** Minibuffer and completion changes
 +++
 *** A list of default values can be specified for the DEFAULT argument of