diff options
| author | Emilio C. Lopes | 2014-07-28 21:08:43 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-07-28 21:08:43 +0200 |
| commit | 81abec91eed06fd2d2d37388bba2fb451991abcd (patch) | |
| tree | cc7d51797becf5d1d250a9bb73aff468fcf02994 /lisp/ChangeLog | |
| parent | 5dc4b8ca3d925213465ae5440ff48fcd999ccc3a (diff) | |
| download | emacs-81abec91eed06fd2d2d37388bba2fb451991abcd.tar.gz emacs-81abec91eed06fd2d2d37388bba2fb451991abcd.zip | |
* net/tramp-sh.el (tramp-get-remote-python): Also search for
executables named "python2" or "python3".
(tramp-get-remote-uid-with-python): Use parentheses around
arguments to `print' to make it compatible with Python 3.
(tramp-get-remote-gid-with-python): Ditto.
Fixes: debbugs:18118
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d00a180e9c..776c6600694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,12 @@ | |||
| 1 | 2014-07-28 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-07-28 Emilio C. Lopes <eclig@gmx.net> |
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-get-remote-python): Also search for | ||
| 4 | executables named "python2" or "python3". | ||
| 5 | (tramp-get-remote-uid-with-python): Use parentheses around | ||
| 6 | arguments to `print' to make it compatible with Python 3. | ||
| 7 | (tramp-get-remote-gid-with-python): Ditto. (Bug#18118) | ||
| 8 | |||
| 9 | 22014-07-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | 10 | ||
| 3 | * window.el (window--pixel-to-total): Use FRAME's root window, not | 11 | * window.el (window--pixel-to-total): Use FRAME's root window, not |
| 4 | that of the selected frame. (Bug#18112, Bug#16674) | 12 | that of the selected frame. (Bug#18112, Bug#16674) |