diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 61ab8b6595a..66535ac42a3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2015-01-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el (python-indent-pep8-1) | ||
| 4 | (python-indent-pep8-2, python-indent-pep8-3) | ||
| 5 | (python-indent-after-comment-1, python-indent-after-comment-2) | ||
| 6 | (python-indent-inside-paren-1, python-indent-inside-paren-2) | ||
| 7 | (python-indent-after-block-1, python-indent-after-block-2) | ||
| 8 | (python-indent-after-backslash-1, python-indent-after-backslash-2) | ||
| 9 | (python-indent-after-backslash-3, python-indent-block-enders-1) | ||
| 10 | (python-indent-block-enders-2, python-indent-block-enders-3) | ||
| 11 | (python-indent-block-enders-4, python-indent-block-enders-5) | ||
| 12 | (python-indent-dedenters-1, python-indent-dedenters-2) | ||
| 13 | (python-indent-dedenters-3, python-indent-dedenters-4) | ||
| 14 | (python-indent-dedenters-5, python-indent-dedenters-6) | ||
| 15 | (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests. | ||
| 16 | (python-indent-base-case, python-indent-after-block-3) | ||
| 17 | (python-indent-after-backslash-5, python-indent-inside-paren-3) | ||
| 18 | (python-indent-inside-paren-4, python-indent-inside-paren-5) | ||
| 19 | (python-indent-inside-paren-6, python-indent-inside-string-1) | ||
| 20 | (python-indent-inside-string-2, python-indent-inside-string-3) | ||
| 21 | (python-indent-dedent-line-backspace-1): New Tests. | ||
| 22 | |||
| 23 | 2015-01-24 Glenn Morris <rgm@gnu.org> | ||
| 24 | |||
| 25 | * automated/regexp-tests.el: Require regexp-opt, which is | ||
| 26 | not preloaded --without-x. | ||
| 27 | |||
| 1 | 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca> | 28 | 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 29 | ||
| 3 | * automated/cl-generic-tests.el: Try and make sure cl-lib is not | 30 | * automated/cl-generic-tests.el: Try and make sure cl-lib is not |