aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-07-21 02:03:08 -0400
committerGlenn Morris2014-07-21 02:03:08 -0400
commit190644a0115a592f237b5f7c91f0f96e82edb864 (patch)
treed3a5848df4a3f2fe4e67be8032c9195db0df4985 /test/ChangeLog
parent4d6abf2449a4c4da10949b50510b90d6d019ae7c (diff)
parentef3b7194838482c4bcb55beb951f3a8e2e0f44ac (diff)
downloademacs-190644a0115a592f237b5f7c91f0f96e82edb864.tar.gz
emacs-190644a0115a592f237b5f7c91f0f96e82edb864.zip
Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.org
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog36
1 files changed, 35 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index dca2f7e14fe..c66ea1c739f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,37 @@
12014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * automated/python-tests.el:
4 (python-util-clone-local-variables-1): Fix test.
5
6 * automated/python-tests.el (python-shell-make-comint-1):
7 (python-shell-make-comint-2): Fix indentation.
8 (python-shell-make-comint-3)
9 (python-shell-make-comint-4): New tests.
10 (python-shell-get-or-create-process-1): Fix test.
11 (python-shell-get-or-create-process-2)
12 (python-shell-get-or-create-process-3): New tests.
13 (python-shell-internal-get-or-create-process-1): Fix test.
14 (python-shell-prompt-detect-1): New test.
15 (python-shell-prompt-detect-2): New test. (Bug#17370)
16 (python-shell-prompt-detect-3)
17 (python-shell-prompt-detect-4)
18 (python-shell-prompt-detect-5)
19 (python-shell-prompt-detect-6)
20 (python-shell-prompt-validate-regexps-1)
21 (python-shell-prompt-validate-regexps-2)
22 (python-shell-prompt-validate-regexps-3)
23 (python-shell-prompt-validate-regexps-4)
24 (python-shell-prompt-validate-regexps-5)
25 (python-shell-prompt-validate-regexps-6)
26 (python-shell-prompt-validate-regexps-7)
27 (python-shell-prompt-set-calculated-regexps-1)
28 (python-shell-prompt-set-calculated-regexps-2)
29 (python-shell-prompt-set-calculated-regexps-3)
30 (python-shell-prompt-set-calculated-regexps-4)
31 (python-shell-prompt-set-calculated-regexps-5)
32 (python-shell-prompt-set-calculated-regexps-6)
33 (python-util-valid-regexp-p-1): New tests.
34
12014-07-21 Stefan Monnier <monnier@iro.umontreal.ca> 352014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 36
3 * automated/advice-tests.el (advice-test-call-interactively): Make sure 37 * automated/advice-tests.el (advice-test-call-interactively): Make sure
@@ -48,7 +82,7 @@
48 82
49 * automated/python-tests.el (python-tests-self-insert): New function. 83 * automated/python-tests.el (python-tests-self-insert): New function.
50 (python-triple-quote-pairing): Use it. 84 (python-triple-quote-pairing): Use it.
51 (python-util-forward-comment-1): New test. (Bug#17658) 85 (python-parens-electric-indent-1): New test. (Bug#17658)
52 86
532014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> 872014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
54 88