diff options
| author | Joakim Verona | 2013-09-10 23:52:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-10 23:52:26 +0200 |
| commit | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (patch) | |
| tree | e5078c5545c777e21944a9ee4199a6f2c6d25ca9 /test/ChangeLog | |
| parent | 92aeabcc8a007f521a664e3aee092eb80ad0f49a (diff) | |
| download | emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.tar.gz emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.zip | |
merge upstream
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 969bc3c4939..7b39097d3b5 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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 | |||
| 1 | 2013-08-21 David Engster <deng@randomsample.de> | 12 | 2013-08-21 David Engster <deng@randomsample.de> |
| 2 | 13 | ||
| 3 | * automated/eieio-tests.el, automated/eieio-test-persist.el: | 14 | * automated/eieio-tests.el, automated/eieio-test-persist.el: |