From 717a1362e3827ab9254ad853849e0c04f02c6336 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 1 Oct 2011 18:16:24 -0400 Subject: [PATCH] Fix manual description of display-buffer-pop-up-window. Also, tweaks to NEWS. * doc/lispref/windows.texi (Display Action Functions): Fix description of display-buffer-pop-up-window. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/windows.texi | 6 +++--- etc/NEWS | 18 +++++++++++------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7755fd65bff..27c2597c6a3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -3,6 +3,8 @@ * windows.texi (Textual Scrolling): Document scroll-up-command, scroll-down-command, scroll-error-top-bottom, and the scroll-command symbol property. + (Display Action Functions): Fix description of + display-buffer-pop-up-window. 2011-09-28 Juanma Barranquero diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 2ba52ef8b59..bffea19210c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2351,9 +2351,9 @@ frame's window. @end defun @defun display-buffer-pop-up-window buffer alist -This function tries to display @var{buffer} by splitting the selected -window. It uses @code{split-window-sensibly} as a subroutine -(@pxref{Choosing Window Options}). +This function tries to display @var{buffer} by splitting the largest +or least recently-used window. It uses @code{split-window-sensibly} +as a subroutine (@pxref{Choosing Window Options}). @end defun @defun display-buffer-use-some-window buffer alist diff --git a/etc/NEWS b/etc/NEWS index ae2f137e1f9..4a3667a2138 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -397,7 +397,7 @@ instead of `switch-to-buffer' when selecting an item in the Buffers menu. modulo restrictions like window minimum sizes and fixed-size windows. *** The behavior of `display-buffer' is now customizable in detail. - ++++ **** New option `display-buffer-base-action' specifies a list of user-determined display "actions" (functions and optional arguments for choosing the displaying window). @@ -405,6 +405,7 @@ for choosing the displaying window). This takes precedence over the default display action, which is specified by `display-buffer-fallback-action'. ++++ **** New option `display-buffer-alist' maps buffer name regexps to display actions, taking precedence over `display-buffer-base-action'. @@ -544,10 +545,6 @@ To inhibit this, change `x-select-enable-clipboard-manager' to nil. the lines in the current rectangle. With a prefix argument, this prompts for a number to count from and for a format string. -** The command shell prompts for the shell path name, when the default -directory is a remote file name and neither environment variable -$ESHELL nor variable `explicit-shell-file-name' is set. - +++ ** The default value of redisplay-dont-change is now t This makes Emacs feel more responsive to editing commands that arrive @@ -725,8 +722,15 @@ more variants, including Mercury, and a lot more. *** The command `rmail-epa-decrypt' decrypts OpenPGP data in the Rmail incoming message. -** shell-mode can track your cwd by reading it from your prompt. -Just set shell-dir-cookie-re to an appropriate regexp. +** Shell mode + +*** The `shell' command prompts for the shell path name if the default +directory is a remote file name and neither the environment variable +$ESHELL nor the variable `explicit-shell-file-name' is set. + +*** New variable `shell-dir-cookie-re'. +If set to an appropriate regexp, Shell mode can track your cwd by +reading it from your prompt. --- ** SQL Mode enhancements. -- 2.39.2