diff options
| author | Daniel Colascione | 2014-03-22 23:02:36 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-03-22 23:02:36 -0700 |
| commit | 10e00bd5b43c277ab59f336966a4a3ed35678d40 (patch) | |
| tree | 5c9f0b01344969ef4cab3bd3f347e7c59c6e3ade /test/ChangeLog | |
| parent | c6b0fbe7dba2ed10fa390a8772a2c2b5d6485b2a (diff) | |
| parent | 7eab98da1b67fb50195cfd0bfa20ddca75e67465 (diff) | |
| download | emacs-10e00bd5b43c277ab59f336966a4a3ed35678d40.tar.gz emacs-10e00bd5b43c277ab59f336966a4a3ed35678d40.zip | |
Merge from emacs-24; up to 2014-03-21T23:16:26Z!rms@gnu.org
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 183fb409f1f..1fe024a1286 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -3,6 +3,34 @@ | |||
| 3 | * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New | 3 | * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New |
| 4 | test: correct parsing of keyword arguments. | 4 | test: correct parsing of keyword arguments. |
| 5 | 5 | ||
| 6 | 2014-03-23 Dmitry Gutov <dgutov@yandex.ru> | ||
| 7 | |||
| 8 | * automated/package-test.el (package-test-describe-package): | ||
| 9 | Fix test failure in non-graphical mode. | ||
| 10 | |||
| 11 | 2014-03-22 Dmitry Gutov <dgutov@yandex.ru> | ||
| 12 | |||
| 13 | * automated/package-test.el (package-test-describe-package): | ||
| 14 | Check for the "Keywords: " line. | ||
| 15 | |||
| 16 | * automated/data/package/archive-contents: Include the :keywords | ||
| 17 | field in `simple-single' data form. | ||
| 18 | |||
| 19 | 2014-03-21 Dmitry Gutov <dgutov@yandex.ru> | ||
| 20 | |||
| 21 | * automated/package-test.el | ||
| 22 | (package-test-install-two-dependencies): New test (bug#16826). | ||
| 23 | |||
| 24 | * automated/data/package/simple-two-depend-1.1.el: New file. | ||
| 25 | |||
| 26 | * automated/data/package/archive-contents: | ||
| 27 | Add info about the new package. | ||
| 28 | |||
| 29 | 2014-03-23 Daniel Colascione <dancol@dancol.org> | ||
| 30 | |||
| 31 | * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New | ||
| 32 | test: correct parsing of keyword arguments. | ||
| 33 | |||
| 6 | 2014-03-07 Michael Albinus <michael.albinus@gmx.de> | 34 | 2014-03-07 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 35 | ||
| 8 | * automated/tramp-tests.el (tramp-copy-size-limit): Declare. | 36 | * automated/tramp-tests.el (tramp-copy-size-limit): Declare. |