diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index f3d14786bd9..7b39097d3b5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,7 +1,51 @@ | |||
| 1 | 2013-09-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (setwins): Avoid leading space in $wins. | ||
| 4 | Otherwise the sed command used by eg compile-main ends up | ||
| 5 | containing "/*.el". (Bug#15170) | ||
| 6 | |||
| 7 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 10 | for portability to hosts where /bin/sh has problems. | ||
| 11 | |||
| 12 | 2013-08-21 David Engster <deng@randomsample.de> | ||
| 13 | |||
| 14 | * automated/eieio-tests.el, automated/eieio-test-persist.el: | ||
| 15 | * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET | ||
| 16 | upstream. Changed to use ERT. | ||
| 17 | |||
| 18 | 2013-08-14 Daniel Hackney <dan@haxney.org> | ||
| 19 | |||
| 20 | * package-test.el: Remove tar-package-building functions. Tar file | ||
| 21 | used for testing is included in the repository. | ||
| 22 | (package-test-install-texinfo, package-test-cleanup-built-files): | ||
| 23 | Remove. | ||
| 24 | |||
| 25 | 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 26 | |||
| 27 | * automated/python-tests.el (python-imenu-create-index-4) | ||
| 28 | (python-imenu-create-flat-index-2): New tests. | ||
| 29 | |||
| 30 | 2013-08-05 Glenn Morris <rgm@gnu.org> | ||
| 31 | |||
| 32 | * automated/mule-util.el: New file, with tests extracted from | ||
| 33 | lisp/international/mule-util.el. | ||
| 34 | |||
| 35 | 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 36 | |||
| 37 | * automated/advice-tests.el (advice-tests-nadvice): Test removal | ||
| 38 | before definition. | ||
| 39 | (advice-tests-macroaliases): New test. | ||
| 40 | |||
| 1 | 2013-08-04 Glenn Morris <rgm@gnu.org> | 41 | 2013-08-04 Glenn Morris <rgm@gnu.org> |
| 2 | 42 | ||
| 43 | * automated/ert-tests.el: Disable failing test that no-one seems | ||
| 44 | to know how to fix. (Bug#13064) | ||
| 45 | |||
| 3 | * automated/icalendar-tests.el (icalendar-tests--test-export) | 46 | * automated/icalendar-tests.el (icalendar-tests--test-export) |
| 4 | (icalendar-tests--test-import): Try more precise TZ specification. | 47 | (icalendar-tests--test-import): Try more precise TZ specification. |
| 48 | Remove debug messages. | ||
| 5 | 49 | ||
| 6 | 2013-08-03 Glenn Morris <rgm@gnu.org> | 50 | 2013-08-03 Glenn Morris <rgm@gnu.org> |
| 7 | 51 | ||