aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2014-03-18 08:07:01 -0400
committerRichard M. Stallman2014-03-18 08:07:01 -0400
commit11eff3aedbbf64bfe015406dd7478afb266ab2d0 (patch)
tree0e590c70b16e0c6e2dde540b56e748f2aafceb72 /lisp/ChangeLog
parent28a51720306b74f16ffcddd49ea50556d31235d2 (diff)
downloademacs-11eff3aedbbf64bfe015406dd7478afb266ab2d0.tar.gz
emacs-11eff3aedbbf64bfe015406dd7478afb266ab2d0.zip
Ensure dired-display-file displays it in other window.
* dired.el (dired-display-file): Force use of other window.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e6155d7237a..9bf92ae1b58 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,10 @@
7 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html) 7 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
8 (comment-start-skip): Update the docstring. 8 (comment-start-skip): Update the docstring.
9 9
102014-03-18 Richard Stallman <rms@gnu.org>
11
12 * dired.el (dired-display-file): Force use of other window.
13
102014-03-18 Daniel Colascione <dancol@dancol.org> 142014-03-18 Daniel Colascione <dancol@dancol.org>
11 15
12 * startup.el (tty-handle-args): Remove debug message from 2007. 16 * startup.el (tty-handle-args): Remove debug message from 2007.
@@ -1600,6 +1604,7 @@
1600 * net/shr.el (shr-tag-img): Prefer the title over the alt text 1604 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1601 (bug#16537). 1605 (bug#16537).
1602 1606
1607>>>>>>> MERGE-SOURCE
16032014-01-24 Juanma Barranquero <lekktu@gmail.com> 16082014-01-24 Juanma Barranquero <lekktu@gmail.com>
1604 1609
1605 * net/eww.el (eww-download-callback): 1610 * net/eww.el (eww-download-callback):