emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110894: * frames.texi (Display Ac


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110894: * frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
Date: Fri, 16 Nov 2012 19:33:34 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110894
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-11-16 19:33:34 -0800
message:
  * frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
  
  * etc/NEWS: Related markup.
modified:
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
  etc/NEWS
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-11-17 02:29:58 +0000
+++ b/doc/lispref/ChangeLog     2012-11-17 03:33:34 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-11-17 01:33:26 +0000
+++ b/doc/lispref/windows.texi  2012-11-17 03:33:34 +0000
@@ -1932,7 +1932,9 @@
 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
address@hidden entry, the associated value
+is added to the newly created frame's parameters.
 @end defun
 
 @defun display-buffer-pop-up-window buffer alist

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-11-17 02:29:58 +0000
+++ b/etc/NEWS  2012-11-17 03:33:34 +0000
@@ -868,11 +868,11 @@
 +++
 *** 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.
 +++


reply via email to

[Prev in Thread] Current Thread [Next in Thread]