diff options
| author | Kenichi Handa | 2014-07-02 00:34:58 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-02 00:34:58 +0900 |
| commit | 763a11d0d0dcf543e89a22c98f55ea07c40ceefa (patch) | |
| tree | 9ecaec1b8a509a799903926ecd961ab905a1b1bd /test/ChangeLog | |
| parent | 0782685d43f026b2366dbacbebc79021a9df50c6 (diff) | |
| parent | a519335cc3a00f3d4d8efac2c08d9b6b17c7fcf0 (diff) | |
| download | emacs-763a11d0d0dcf543e89a22c98f55ea07c40ceefa.tar.gz emacs-763a11d0d0dcf543e89a22c98f55ea07c40ceefa.zip | |
merge trunk
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 f67fad959fa..8c28eaf30dc 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,32 @@ | |||
| 1 | 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/subr-x-tests.el: New file. | ||
| 4 | |||
| 5 | 2014-06-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 6 | |||
| 7 | * automated/tramp-tests.el (tramp--instrument-test-case): | ||
| 8 | Print debug buffer in any case. | ||
| 9 | |||
| 10 | 2014-06-28 Leo Liu <sdl.web@gmail.com> | ||
| 11 | |||
| 12 | * automated/calc-tests.el: New file and add tests for math-bignum. | ||
| 13 | (Bug#17556) | ||
| 14 | |||
| 15 | 2014-06-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 16 | |||
| 17 | * automated/dbus-tests.el (dbus--test-register-service) | ||
| 18 | (dbus-test02-register-service-session): Replace `dbus-ping' calls | ||
| 19 | by `dbus-list-known-names'. (Bug#17858) | ||
| 20 | |||
| 1 | 2014-06-28 Glenn Morris <rgm@gnu.org> | 21 | 2014-06-28 Glenn Morris <rgm@gnu.org> |
| 2 | 22 | ||
| 23 | * automated/Makefile.in (GDB): New variable. | ||
| 24 | (emacs): Use $GDB. (Bug#15991) | ||
| 25 | |||
| 26 | * automated/Makefile.in (WRITE_LOG): New variable. | ||
| 27 | (%.log): Use WRITE_LOG. | ||
| 28 | (test_template): Disable logging. | ||
| 29 | |||
| 3 | * automated/Makefile.in (TESTS): New list of short PHONY aliases. | 30 | * automated/Makefile.in (TESTS): New list of short PHONY aliases. |
| 4 | (test_template): New definition. Apply to TESTS. | 31 | (test_template): New definition. Apply to TESTS. |
| 5 | 32 | ||