From 2279276c8415433b73d6ac62df9319fbcc097746 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 16 Nov 2012 19:33:34 -0800 Subject: [PATCH] * frames.texi (Display Action Functions): Mention pop-up-frame-parameters. * etc/NEWS: Related markup. --- doc/lispref/ChangeLog | 1 + doc/lispref/windows.texi | 4 +++- etc/NEWS | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6726c6d2ad0..32aca367546 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -5,6 +5,7 @@ * frames.texi (Size and Position): Add fit-frame-to-buffer command. * windows.texi (Resizing Windows): Add fit-frame-to-buffer option. (Window Sizes): Add vindex for window-min-height, window-min-width. + (Display Action Functions): Mention pop-up-frame-parameters. 2012-11-16 Martin Rudalics diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 9a5c7f053e6..439e807260f 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -1932,7 +1932,9 @@ entry (@pxref{Choosing Window Options}), raises that frame if necessary. This function creates a new frame, and displays the buffer in that frame's window. It actually performs the frame creation by calling the function specified in @code{pop-up-frame-function} -(@pxref{Choosing Window Options}). +(@pxref{Choosing Window Options}). If @var{alist} contains a +@code{pop-up-frame-parameters} entry, the associated value +is added to the newly created frame's parameters. @end defun @defun display-buffer-pop-up-window buffer alist diff --git a/etc/NEWS b/etc/NEWS index d040ba7ddf8..068fc5a809d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -868,11 +868,11 @@ window's point when switching buffers. +++ *** New display action functions `display-buffer-below-selected', and `display-buffer-in-previous-window'. - ++++ *** New display action alist entry `inhibit-switch-frame', if non-nil, tells display action functions to avoid changing which frame is selected. - ++++ *** New display action alist entry `pop-up-frame-parameters', if non-nil, specifies frame parameters to give any newly-created frame. +++ -- 2.11.4.GIT