diff options
| author | Michael Albinus | 2014-06-22 11:20:38 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-06-22 11:20:38 +0200 |
| commit | 6692a64cc4c6929175c1d55a826ca35d1db3e652 (patch) | |
| tree | d99072aa0a97fa6df1265791ff2f78486ec9bd5f /lisp/ChangeLog | |
| parent | 2a9a5ea855a7344a52bd8368e545de7d7b5763e3 (diff) | |
| download | emacs-6692a64cc4c6929175c1d55a826ca35d1db3e652.tar.gz emacs-6692a64cc4c6929175c1d55a826ca35d1db3e652.zip | |
* net/tramp-adb.el (tramp-adb-handle-process-file):
* net/tramp-sh.el (tramp-sh-handle-process-file):
* net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
the output buffer when DISPLAY is non-nil.
Fixes: debbugs:17815
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88a85c3bda6..e0aaa182785 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-adb.el (tramp-adb-handle-process-file): | ||
| 4 | * net/tramp-sh.el (tramp-sh-handle-process-file): | ||
| 5 | * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise | ||
| 6 | the output buffer when DISPLAY is non-nil. (Bug#17815) | ||
| 7 | |||
| 1 | 2014-06-21 Glenn Morris <rgm@gnu.org> | 8 | 2014-06-21 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * play/landmark.el (landmark-move-down, landmark-move-up): | 10 | * play/landmark.el (landmark-move-down, landmark-move-up): |