emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109926: Remove obsolete display-buff


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109926: Remove obsolete display-buffer-reuse-frames from manuals.
Date: Fri, 07 Sep 2012 18:27:11 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109926
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-09-07 18:27:11 +0800
message:
  Remove obsolete display-buffer-reuse-frames from manuals.
  
  * doc/emacs/windows.texi (Window Choice): Don't mention obsolete
  display-buffer-reuse-frames.
  
  * doc/lispref/windows.texi (Display Action Functions)
  (Choosing Window Options): Remove obsolete variable
  display-buffer-reuse-frames.
modified:
  doc/emacs/ChangeLog
  doc/emacs/windows.texi
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
  etc/NEWS
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-09-04 18:29:04 +0000
+++ b/doc/emacs/ChangeLog       2012-09-07 10:27:11 +0000
@@ -1,3 +1,8 @@
+2012-09-07  Chong Yidong  <address@hidden>
+
+       * windows.texi (Window Choice): Don't mention obsolete
+       display-buffer-reuse-frames.
+
 2012-09-04  Paul Eggert  <address@hidden>
 
        Give more-useful info on a fatal error (Bug#12328).

=== modified file 'doc/emacs/windows.texi'
--- a/doc/emacs/windows.texi    2012-05-27 01:25:06 +0000
+++ b/doc/emacs/windows.texi    2012-09-07 10:27:11 +0000
@@ -378,12 +378,10 @@
 expression to the list @code{same-window-regexps}.  By default, these
 variables are @code{nil}, so this step is skipped.
 
address@hidden display-buffer-reuse-frames
 @item
 Otherwise, if the buffer is already displayed in an existing window,
 ``reuse'' that window.  Normally, only windows on the selected frame
 are considered, but windows on other frames are also reusable if you
-change @code{display-buffer-reuse-frames} to @code{t}, or if you
 change @code{pop-up-frames} (see below) to @code{t}.
 
 @item

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-09-07 08:58:31 +0000
+++ b/doc/lispref/ChangeLog     2012-09-07 10:27:11 +0000
@@ -1,5 +1,9 @@
 2012-09-07  Chong Yidong  <address@hidden>
 
+       * windows.texi (Display Action Functions)
+       (Choosing Window Options): Remove obsolete variable
+       display-buffer-reuse-frames.
+
        * positions.texi (Narrowing): Document buffer-narrowed-p.
 
        * markers.texi (Moving Markers): Add xref to Point (Bug#7151).

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-09-02 04:47:28 +0000
+++ b/doc/lispref/windows.texi  2012-09-07 10:27:11 +0000
@@ -1728,8 +1728,7 @@
 @end itemize
 
 If @var{alist} contains no @code{reusable-frames} entry, this function
-normally searches just the selected frame; however, if either the
-variable @code{display-buffer-reuse-frames} or the variable
+normally searches just the selected frame; however, if the variable
 @code{pop-up-frames} is address@hidden, it searches all frames on the
 current terminal.  @xref{Choosing Window Options}.
 
@@ -1769,14 +1768,6 @@
 (@pxref{Choosing Window}) can be modified by a variety of user
 options.
 
address@hidden display-buffer-reuse-frames
-If the value of this variable is address@hidden, @code{display-buffer}
-may search all frames on the current terminal when looking for a
-window already displaying the specified buffer.  The default is
address@hidden  This variable is consulted by the action function
address@hidden (@pxref{Display Action Functions}).
address@hidden defopt
-
 @defopt pop-up-windows
 If the value of this variable is address@hidden, @code{display-buffer}
 is allowed to split an existing window to make a new window for

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-09-07 08:58:31 +0000
+++ b/etc/NEWS  2012-09-07 10:27:11 +0000
@@ -671,7 +671,7 @@
 *** The following variables are obsolete, as they can be replaced by
 appropriate entries in the `display-buffer-alist' function introduced
 in Emacs 24.1:
-
++++
 **** `display-buffer-reuse-frames'
 **** `special-display-regexps'
 **** `special-display-frame-alist'


reply via email to

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