aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-02-27 22:30:48 -0800
committerGlenn Morris2013-02-27 22:30:48 -0800
commit929aeac608c271b2448dffec29aeea85c69d6bff (patch)
treed49650ea52e9c6f1bc89efae4937057dc9df6bcf /test/ChangeLog
parente7a1c32dda4ec7d937e9810b23584945286f2e25 (diff)
parentb6e99fe463fd9610eadd181e39aa4b4ba632eb61 (diff)
downloademacs-929aeac608c271b2448dffec29aeea85c69d6bff.tar.gz
emacs-929aeac608c271b2448dffec29aeea85c69d6bff.zip
Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.org
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.