diff options
| author | Richard M. Stallman | 2014-03-18 08:07:01 -0400 |
|---|---|---|
| committer | Richard M. Stallman | 2014-03-18 08:07:01 -0400 |
| commit | 11eff3aedbbf64bfe015406dd7478afb266ab2d0 (patch) | |
| tree | 0e590c70b16e0c6e2dde540b56e748f2aafceb72 /lisp/ChangeLog | |
| parent | 28a51720306b74f16ffcddd49ea50556d31235d2 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 | ||
| 10 | 2014-03-18 Richard Stallman <rms@gnu.org> | ||
| 11 | |||
| 12 | * dired.el (dired-display-file): Force use of other window. | ||
| 13 | |||
| 10 | 2014-03-18 Daniel Colascione <dancol@dancol.org> | 14 | 2014-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 | ||
| 1603 | 2014-01-24 Juanma Barranquero <lekktu@gmail.com> | 1608 | 2014-01-24 Juanma Barranquero <lekktu@gmail.com> |
| 1604 | 1609 | ||
| 1605 | * net/eww.el (eww-download-callback): | 1610 | * net/eww.el (eww-download-callback): |