diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 109 |
1 files changed, 108 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b66c2925287..43648ad1bb1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,110 @@ | |||
| 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * indent/octave.m: Fix encoding error in comment. Add coding tag. | ||
| 4 | |||
| 5 | 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 6 | |||
| 7 | * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix. | ||
| 8 | (python-tests-with-temp-file): New macro. | ||
| 9 | (python-tests-shell-interpreter): New var. | ||
| 10 | (python-shell-get-process-name-1) | ||
| 11 | (python-shell-internal-get-process-name-1) | ||
| 12 | (python-shell-parse-command-1) | ||
| 13 | (python-shell-calculate-process-environment-1) | ||
| 14 | (python-shell-calculate-process-environment-2) | ||
| 15 | (python-shell-calculate-process-environment-3) | ||
| 16 | (python-shell-calculate-exec-path-1) | ||
| 17 | (python-shell-calculate-exec-path-2) | ||
| 18 | (python-shell-make-comint-1) | ||
| 19 | (python-shell-make-comint-2) | ||
| 20 | (python-shell-get-process-1) | ||
| 21 | (python-shell-get-or-create-process-1) | ||
| 22 | (python-shell-internal-get-or-create-process-1): New tests. | ||
| 23 | |||
| 24 | 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 25 | |||
| 26 | * automated/python-tests.el: New file. | ||
| 27 | |||
| 28 | 2013-02-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 29 | |||
| 30 | * automated/ruby-mode-tests.el | ||
| 31 | (ruby-move-to-block-skips-percent-literal): Add depth-affecting | ||
| 32 | bits inside the examples. | ||
| 33 | (ruby-move-to-block-skips-heredoc): New test. | ||
| 34 | (ruby-add-log-current-method-after-inner-class): Lower | ||
| 35 | expectations: move point inside a method, initially. | ||
| 36 | |||
| 37 | 2013-02-13 Dmitry Gutov <dgutov@yandex.ru> | ||
| 38 | |||
| 39 | * automated/ruby-mode-tests.el | ||
| 40 | (ruby-move-to-block-skips-percent-literal): New test. | ||
| 41 | |||
| 42 | 2013-02-04 Chong Yidong <cyd@gnu.org> | ||
| 43 | |||
| 44 | * automated/thingatpt.el: New file. | ||
| 45 | |||
| 46 | 2013-02-03 Chong Yidong <cyd@gnu.org> | ||
| 47 | |||
| 48 | * automated/files.el (file-test--do-local-variables-test): Avoid | ||
| 49 | compilation warning message. | ||
| 50 | |||
| 51 | 2013-01-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 52 | |||
| 53 | * automated/ruby-mode-tests.el | ||
| 54 | (ruby-indent-spread-args-in-parens): New test. | ||
| 55 | * automated/ruby-mode-tests.el (ruby-block-test-example): | ||
| 56 | Break indentation of the do block opener and add a line inside it. | ||
| 57 | * automated/ruby-mode-tests.el (works-on-do, ok-with-three): | ||
| 58 | Adjust line numbers. | ||
| 59 | |||
| 60 | 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 61 | |||
| 62 | * automated/advice-tests.el: Split up. Add advice-test-preactivate. | ||
| 63 | |||
| 64 | 2013-01-14 Glenn Morris <rgm@gnu.org> | ||
| 65 | |||
| 66 | * automated/compile-tests.el (compile-tests--test-regexps-data): | ||
| 67 | Fix interpretation of gnu line.col1-col2 format. (Bug#13335) | ||
| 68 | |||
| 69 | 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at> | ||
| 70 | |||
| 71 | * automated/man-tests.el: New file. | ||
| 72 | |||
| 73 | 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com> | ||
| 74 | |||
| 75 | * automated/undo-tests.el (undo-test0): Adjust error to code change. | ||
| 76 | |||
| 77 | 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> | ||
| 78 | |||
| 79 | * automated/undo-tests.el: New file. | ||
| 80 | |||
| 81 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 82 | |||
| 83 | * automated/ruby-mode-tests.el | ||
| 84 | (ruby-indent-after-block-in-continued-expression): New test. | ||
| 85 | |||
| 86 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 87 | |||
| 88 | * automated/ruby-mode-tests.el | ||
| 89 | Rename one interpolation test; add three more. | ||
| 90 | (ruby-with-temp-buffer): New macro, use it where appropriate. | ||
| 91 | (ruby-add-log-current-method-examples): Use "_" for target point. | ||
| 92 | Add four new tests for ruby-add-log-current-method. | ||
| 93 | |||
| 94 | 2012-12-11 Glenn Morris <rgm@gnu.org> | ||
| 95 | |||
| 96 | * automated/f90.el (f90-test-bug13138): New test. | ||
| 97 | |||
| 98 | 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | ||
| 99 | |||
| 100 | * automated/inotify-test.el: New test. | ||
| 101 | |||
| 102 | 2012-12-02 Chong Yidong <cyd@gnu.org> | ||
| 103 | |||
| 104 | * automated/ruby-mode-tests.el | ||
| 105 | (ruby-add-log-current-method-examples): Don't use loop macro, to | ||
| 106 | allow automated testing to work. | ||
| 107 | |||
| 1 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> | 108 | 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 109 | ||
| 3 | * automated/advice-tests.el (advice-tests--data): Remove. | 110 | * automated/advice-tests.el (advice-tests--data): Remove. |
| @@ -557,7 +664,7 @@ | |||
| 557 | ;; coding: utf-8 | 664 | ;; coding: utf-8 |
| 558 | ;; End: | 665 | ;; End: |
| 559 | 666 | ||
| 560 | Copyright (C) 2008-2012 Free Software Foundation, Inc. | 667 | Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 561 | 668 | ||
| 562 | This file is part of GNU Emacs. | 669 | This file is part of GNU Emacs. |
| 563 | 670 | ||