aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-11-16 10:47:14 -0300
committerFabián Ezequiel Gallina2014-11-16 10:47:14 -0300
commit6f167f95dc9dae8fc8533ee4d9a497c4f08021b2 (patch)
tree1a6369c5f85eb12ffad8a286d063eb31709d5204 /test/ChangeLog
parent2444ac6de86b318763f0cc8b1de5fb757cb09170 (diff)
downloademacs-6f167f95dc9dae8fc8533ee4d9a497c4f08021b2.tar.gz
emacs-6f167f95dc9dae8fc8533ee4d9a497c4f08021b2.zip
* lisp/progmodes/python.el (python-shell-calculate-command): Rename
from python-shell-parse-command. Cleanup. (run-python, run-python-internal): Use it. (python-shell-calculate-pythonpath): Rename from python-new-pythonpath. (python-shell-calculate-process-environment): Use it. (python-shell-calculate-exec-path): Add comment. * test/automated/python-tests.el (python-shell-calculate-process-environment-2): Fix test. (python-shell-calculate-process-environment-1) (python-shell-calculate-process-environment-3): Cleanup.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a09c6f78fc7..e0e04bc262c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,12 @@
12014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org> 12014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 2
3 * automated/python-tests.el
4 (python-shell-calculate-process-environment-2): Fix test.
5 (python-shell-calculate-process-environment-1)
6 (python-shell-calculate-process-environment-3): Cleanup.
7
82014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
9
3 * automated/python-tests.el (python-indent-dedenters-8): New test 10 * automated/python-tests.el (python-indent-dedenters-8): New test
4 for Bug#18432. 11 for Bug#18432.
5 12