]> code.delx.au - gnu-emacs/commitdiff
* etc/NEWS: Mention new buffer display behavior for `shell'.
authorKarl Fogel <kfogel@red-bean.com>
Thu, 25 Dec 2014 19:28:51 +0000 (13:28 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Thu, 25 Dec 2014 19:28:51 +0000 (13:28 -0600)
This follows up to Sam Steingold's change of 2014-12-23
in ../lisp/shell.el, in git commit e55a467ec0f758c311d3.

etc/ChangeLog
etc/NEWS

index 10ebff117dae98c52ea24f43140a74955ea56430..814b94dde0891519400ca67f39dbf6e753f6e7fc 100644 (file)
@@ -1,3 +1,9 @@
+2014-12-25  Karl Fogel  <kfogel@red-bean.com>
+
+       * NEWS: Mention new buffer display behavior for `shell'.
+       This follows up to Sam Steingold's change of 2014-12-23
+       in ../lisp/shell.el, in git commit e55a467ec0f758c311d3.
+
 2014-12-15  Artur Malabarba <bruce.connor.am@gmail.com>
 
        * NEWS: Mention `let-alist.
index 14a91768680f9dba3cca1ab959ffb7761ed1357b..16aa297aed0eaba357cc7e970a2c9bb385b9bf5a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -187,6 +187,14 @@ Unicode standards.
 
 \f
 * Changes in Specialized Modes and Packages in Emacs 25.1
+** Shell
+
+When you invoke `shell' interactively, the *shell* buffer will now
+display in a new window.  However, you can customize this behavior via
+the new `shell-display-buffer-actions' variable.  For example, to get
+the old behavior -- *shell* buffer displays in current window -- use
+(setq shell-display-buffer-actions '(display-buffer-same-window)).
+
 ** ido
 *** New command `ido-bury-buffer-at-head' bound to C-S-b
 Bury the buffer at the head of `ido-matches', analogous to how C-k