diff options
author | Karl Fogel <kfogel@red-bean.com> | 2014-12-25 13:28:51 -0600 |
---|---|---|
committer | Karl Fogel <kfogel@red-bean.com> | 2014-12-25 13:28:51 -0600 |
commit | ac549019742bac11c249814d7744670a56671f97 (patch) | |
tree | 32bd5ae972a0920a7f8cb7ba8390f650c28441cf /etc | |
parent | 000bc54951fc2c8f502176755fca53ca2b8aa9a4 (diff) | |
download | emacs-ac549019742bac11c249814d7744670a56671f97.tar.gz |
* 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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 6 | ||||
-rw-r--r-- | etc/NEWS | 8 |
2 files changed, 14 insertions, 0 deletions
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 <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. @@ -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 |