aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f1281c8ed72..fbd27021b5c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,22 @@
12013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
4 (python-tests-with-temp-file): New macro.
5 (python-tests-shell-interpreter): New var.
6 (python-shell-get-process-name-1)
7 (python-shell-internal-get-process-name-1)
8 (python-shell-parse-command-1)
9 (python-shell-calculate-process-environment-1)
10 (python-shell-calculate-process-environment-2)
11 (python-shell-calculate-process-environment-3)
12 (python-shell-calculate-exec-path-1)
13 (python-shell-calculate-exec-path-2)
14 (python-shell-make-comint-1)
15 (python-shell-make-comint-2)
16 (python-shell-get-process-1)
17 (python-shell-get-or-create-process-1)
18 (python-shell-internal-get-or-create-process-1): New tests.
19
12013-02-21 Fabián Ezequiel Gallina <fgallina@cuca> 202013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2 21
3 * automated/python-tests.el: New file. 22 * automated/python-tests.el: New file.