emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ac54901: * etc/NEWS: Mention new buffer display beh


From: Karl Fogel
Subject: [Emacs-diffs] master ac54901: * etc/NEWS: Mention new buffer display behavior for `shell'.
Date: Thu, 25 Dec 2014 19:28:56 +0000

branch: master
commit ac549019742bac11c249814d7744670a56671f97
Author: Karl Fogel <address@hidden>
Commit: Karl Fogel <address@hidden>

    * 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.
---
 etc/ChangeLog |    6 ++++++
 etc/NEWS      |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index 10ebff1..814b94d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-25  Karl Fogel  <address@hidden>
+
+       * 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 <address@hidden>
 
        * NEWS: Mention `let-alist.
diff --git a/etc/NEWS b/etc/NEWS
index 14a9176..16aa297 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



reply via email to

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