diff options
| author | Paul Eggert | 2011-02-20 02:53:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-20 02:53:22 -0800 |
| commit | cfd812fa0392942aaaa496fa0b8592a9357669b8 (patch) | |
| tree | c6ac7f2b18466c702a5a3fd3c2f7dac57b95963d /src/ChangeLog | |
| parent | 5fa4ac767c6aaf9203d2ec6ff2f90a061b401930 (diff) | |
| download | emacs-cfd812fa0392942aaaa496fa0b8592a9357669b8.tar.gz emacs-cfd812fa0392942aaaa496fa0b8592a9357669b8.zip | |
Import filemode module from gnulib.
* Makefile.in (base_obj): Remove filemode.o, as it's now in ../lib.
* deps.mk (dired.o): Depend on ../lib/filemode.h, too.
(filemode.o): Remove; this is now in ../lib.
* dired.c: Include <filemode.h>.
(filemodestring): Remove now-redundant decl.
* config.in: Regenerate.
2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54d912cc15d..880fb10e85a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Import filemode module from gnulib. | ||
| 4 | * Makefile.in (base_obj): Remove filemode.o, as it's now in ../lib. | ||
| 5 | * deps.mk (dired.o): Depend on ../lib/filemode.h, too. | ||
| 6 | (filemode.o): Remove; this is now in ../lib. | ||
| 7 | * dired.c: Include <filemode.h>. | ||
| 8 | (filemodestring): Remove now-redundant decl. | ||
| 9 | * config.in: Regenerate. | ||
| 10 | |||
| 11 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 3 | Import crypto/md5 and stdint modules from gnulib. | 13 | Import crypto/md5 and stdint modules from gnulib. |
| 4 | * Makefile.in (base_obj): Remove md5.o, since this file | 14 | * Makefile.in (base_obj): Remove md5.o, since this file |
| 5 | is in lib now. | 15 | is in lib now. |