diff options
| author | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
| commit | adf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch) | |
| tree | a5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /test/ChangeLog | |
| parent | 63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff) | |
| parent | 38726039b77db432989fed106c88e9f1aa463281 (diff) | |
| download | emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip | |
Merge from mainline.
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 | ||