aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
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 @@
12014-07-28 Eli Zaretskii <eliz@gnu.org> 12014-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
922014-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)