diff options
| author | Paul Eggert | 2011-02-21 14:31:55 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-21 14:31:55 -0800 |
| commit | f0939c31a6f4f7afec3adf3f31817f998af6e667 (patch) | |
| tree | c02c6733800f65c5c648ae3e9d35427ee4d87509 /lib-src/ChangeLog | |
| parent | 4df52042a5a9489d8974d7c1d0c7b862a7ca1703 (diff) | |
| download | emacs-f0939c31a6f4f7afec3adf3f31817f998af6e667.tar.gz emacs-f0939c31a6f4f7afec3adf3f31817f998af6e667.zip | |
* movemail.c (popmail): Report fchown failure instead of ignoring it.
But if the file already has the right ownership, don't worry about it.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d865754cb40..e0a175e8167 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * movemail.c (popmail): Report fchown failure instead of ignoring it. | ||
| 4 | But if the file already has the right ownership, don't worry about it. | ||
| 5 | |||
| 3 | * make-docfile.c (input_buffer): Rename variables to avoid shadowing. | 6 | * make-docfile.c (input_buffer): Rename variables to avoid shadowing. |
| 4 | 7 | ||
| 5 | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. | 8 | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. |