diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 7d33014f75c..2ea325432d0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,72 @@ | |||
| 1 | 2014-12-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/let-alist.el: Load dependency. | ||
| 4 | |||
| 5 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 6 | |||
| 7 | * automated/python-tests.el | ||
| 8 | (python-shell-completion-native-interpreter-disabled-p-1): New | ||
| 9 | test. | ||
| 10 | |||
| 11 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 12 | |||
| 13 | * automated/python-tests.el (python-shell-get-or-create-process-1) | ||
| 14 | (python-shell-get-or-create-process-2) | ||
| 15 | (python-shell-get-or-create-process-3): Remove tests. | ||
| 16 | |||
| 17 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 18 | |||
| 19 | (python-shell-buffer-substring-9): New test. | ||
| 20 | |||
| 21 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 22 | |||
| 23 | * automated/python-tests.el (python-shell-buffer-substring-1) | ||
| 24 | (python-shell-buffer-substring-2, python-shell-buffer-substring-3) | ||
| 25 | (python-shell-buffer-substring-4, python-shell-buffer-substring-5) | ||
| 26 | (python-shell-buffer-substring-6, python-shell-buffer-substring-7) | ||
| 27 | (python-shell-buffer-substring-8) | ||
| 28 | (python-info-encoding-from-cookie-1) | ||
| 29 | (python-info-encoding-from-cookie-2) | ||
| 30 | (python-info-encoding-from-cookie-3) | ||
| 31 | (python-info-encoding-from-cookie-4) | ||
| 32 | (python-info-encoding-from-cookie-5) | ||
| 33 | (python-info-encoding-from-cookie-6) | ||
| 34 | (python-info-encoding-from-cookie-7, python-info-encoding-1) | ||
| 35 | (python-info-encoding-2): New tests. | ||
| 36 | |||
| 37 | 2014-12-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 38 | |||
| 39 | * automated/tramp-tests.el (tramp-test17-insert-directory): Do not | ||
| 40 | expect a given order of "." and "..". | ||
| 41 | |||
| 42 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 43 | |||
| 44 | * automated/python-tests.el (python-indent-electric-colon-2) | ||
| 45 | (python-indent-electric-colon-3): New tests. | ||
| 46 | |||
| 47 | 2014-12-27 João Távora <joaotavora@gmail.com> | ||
| 48 | |||
| 49 | * automated/electric-tests.el (autowrapping-7): Tests for | ||
| 50 | tex-mode. | ||
| 51 | |||
| 52 | 2014-12-27 Glenn Morris <rgm@gnu.org> | ||
| 53 | |||
| 54 | * automated/flymake/warnpred/test.pl: Tweak format, since the | ||
| 55 | previous one seems to have stopped giving a warning with perl 5.20.1. | ||
| 56 | |||
| 57 | 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 58 | |||
| 59 | * automated/python-tests.el (python-shell-get-process-name-1) | ||
| 60 | (python-shell-internal-get-process-name-1): Cleanup. | ||
| 61 | (python-shell-get-process-name-2) | ||
| 62 | (python-shell-internal-get-process-name-2): New tests. | ||
| 63 | (python-shell-calculate-command-1) | ||
| 64 | (python-shell-calculate-process-environment-3) | ||
| 65 | (python-shell-calculate-exec-path-2, python-shell-make-comint-1) | ||
| 66 | (python-shell-make-comint-2, python-shell-make-comint-4) | ||
| 67 | (python-shell-get-process-1, python-util-clone-local-variables-1): | ||
| 68 | Replace obsolete function and variable references with current. | ||
| 69 | |||
| 1 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> | 70 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | 71 | ||
| 3 | * automated/let-alist.el: require `cl-lib' | 72 | * automated/let-alist.el: require `cl-lib' |