]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
authorGlenn Morris <rgm@gnu.org>
Sat, 17 Nov 2012 03:33:34 +0000 (19:33 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 Nov 2012 03:33:34 +0000 (19:33 -0800)
* etc/NEWS: Related markup.

doc/lispref/ChangeLog
doc/lispref/windows.texi
etc/NEWS

index 6726c6d2ad07c6de5464c03b0ed3a370883572ac..32aca367546e4816ab74973001f3c6891c6f3e7f 100644 (file)
@@ -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  <rudalics@gmx.at>
 
index 9a5c7f053e6e97e6fa00ccee6688bc46e8472117..439e807260f4a5347928c5becebba39a0a9258f8 100644 (file)
@@ -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
index d040ba7ddf81641665cb7998a06a6769c161b406..068fc5a809dcc37bc3a007db420eea27cdb123ed 100644 (file)
--- 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.
 +++