From: Karl Fogel Date: Thu, 25 Dec 2014 19:28:51 +0000 (-0600) Subject: * etc/NEWS: Mention new buffer display behavior for `shell'. X-Git-Tag: emacs-25.0.90~2634^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac549019742bac11c249814d7744670a56671f97;p=emacs.git * etc/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. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 10ebff117da..814b94dde08 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,9 @@ +2014-12-25 Karl Fogel + + * 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 * NEWS: Mention `let-alist. diff --git a/etc/NEWS b/etc/NEWS index 14a91768680..16aa297aed0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -187,6 +187,14 @@ Unicode standards. * 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