diff options
| author | Glenn Morris | 2014-03-22 15:52:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-22 15:52:47 -0700 |
| commit | 7cd431112c589aa20289a8c94544ccf5d3c688d5 (patch) | |
| tree | 26418daa3060e0263b39d47c75d64e5dd9273c7b /lib-src/ChangeLog | |
| parent | f9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c (diff) | |
| download | emacs-7cd431112c589aa20289a8c94544ccf5d3c688d5.tar.gz emacs-7cd431112c589aa20289a8c94544ccf5d3c688d5.zip | |
Remove lib-src/test-distrib.c and related
The class of problems that this was designed to detect, namely .elc
files getting corrupted by being passed around by email via uuencode
or somesuch, has not been a relevant concern for many years.
* lib-src/test-distrib.c, lib-src/testfile: Remove.
* lib-src/Makefile.in (DONT_INSTALL): Remove test-distrib.
(test-distrib${EXEEXT}): Remove rule.
* make-dist: Do not distribute lib-src/testfile.
* admin/quick-install-emacs (AVOID): Remove testfile and test-distrib.
* INSTALL, etc/PROBLEMS, admin/notes/unicode:
Remove references to test-distrib and testfile.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7e7f6bf3771..c55a6553bb0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-03-22 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (DONT_INSTALL): Remove test-distrib. | ||
| 4 | (test-distrib${EXEEXT}): Remove rule. | ||
| 5 | |||
| 6 | * test-distrib.c, testfile: Remove. | ||
| 7 | |||
| 1 | 2014-03-10 Juanma Barranquero <lekktu@gmail.com> | 8 | 2014-03-10 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * emacsclient.c (main): #ifdef out previous change on Windows. | 10 | * emacsclient.c (main): #ifdef out previous change on Windows. |