diff options
| author | Paul Eggert | 2011-02-21 16:08:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 16:08:53 -0800 |
| commit | d47d631945f07360195c26452bd7d3f991d7e6c6 (patch) | |
| tree | e5cda0e80b7fa55f4a6cd607458dc90e2211342b /lib-src/ChangeLog | |
| parent | 9441f0e4fca691e4d2a2c7842373de8f29414b17 (diff) | |
| download | emacs-d47d631945f07360195c26452bd7d3f991d7e6c6.tar.gz emacs-d47d631945f07360195c26452bd7d3f991d7e6c6.zip | |
* Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 958539cc044..1d0f24212ad 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | * ebrowse.c (min, max): Define them by including <min-max.h> | 4 | * ebrowse.c (min, max): Define them by including <min-max.h> |
| 5 | instead of defining it ourselves. | 5 | instead of defining it ourselves. |
| 6 | * pop.c (min): Likewise. | 6 | * pop.c (min): Likewise. |
| 7 | * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h. | ||
| 7 | 8 | ||
| 8 | * movemail.c (popmail): Report fchown failure instead of ignoring it. | 9 | * movemail.c (popmail): Report fchown failure instead of ignoring it. |
| 9 | But if the file already has the right ownership, don't worry about it. | 10 | But if the file already has the right ownership, don't worry about it. |