aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2010-07-06 13:50:35 +0200
committerAndreas Schwab2010-07-06 13:50:35 +0200
commit1725ae554e4d8cd696c9413b63629bf374c362a3 (patch)
tree1df1c2af0546357b9fdaebf2b0720e19f29f4a91 /lib-src/ChangeLog
parente2ad23ef3f72a4d8169648592740143770c2323e (diff)
downloademacs-1725ae554e4d8cd696c9413b63629bf374c362a3.tar.gz
emacs-1725ae554e4d8cd696c9413b63629bf374c362a3.zip
Clean up movemail source
* movemail.c: Add MAIL_USE_POP around prototypes. Include <string.h> if HAVE_STRING_H. (strerror): Only declare if !HAVE_STRERROR. (fatal): Make static. (error): Likewise. (pfatal_with_name): Likewise. (pfatal_and_delete). Likewise. (concat): Likewise. (xmalloc): Likewise. (popmail): Likewise. (pop_retr): Likewise. (mbx_write): Likewise. (mbx_delimit_begin): Likewise. (mbx_delimit_end): Likewise.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fcdc00993ef..f79fc20f108 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,6 +1,19 @@
12010-07-06 Andreas Schwab <schwab@linux-m68k.org> 12010-07-06 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * movemail.c: Add MAIL_USE_POP around prototypes. 3 * movemail.c: Add MAIL_USE_POP around prototypes.
4 Include <string.h> if HAVE_STRING_H.
5 (strerror): Only declare if !HAVE_STRERROR.
6 (fatal): Make static.
7 (error): Likewise.
8 (pfatal_with_name): Likewise.
9 (pfatal_and_delete). Likewise.
10 (concat): Likewise.
11 (xmalloc): Likewise.
12 (popmail): Likewise.
13 (pop_retr): Likewise.
14 (mbx_write): Likewise.
15 (mbx_delimit_begin): Likewise.
16 (mbx_delimit_end): Likewise.
4 17
52010-07-04 Dan Nicolaescu <dann@ics.uci.edu> 182010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6 19