changeset 99258:84b8aa5bf9a5

Move window parameters entry to Lisp changes.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 30 Oct 2008 18:01:47 +0000
parents 1fbe0f0007b7
children 707622c101fc
files etc/NEWS
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 30 17:03:30 2008 +0000
+++ b/etc/NEWS	Thu Oct 30 18:01:47 2008 +0000
@@ -470,8 +470,6 @@
 *** 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 @@
 *** 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