aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-10 23:09:04 +0000
committerGerd Moellmann1999-10-10 23:09:04 +0000
commitb358f91c169048fc9d6b749e4cebcc8477f19d7d (patch)
treefa2a5dcb1fa03ab36a2ca76f06675b8d92208f5b /lib-src/ChangeLog
parent99b62845fee55bd8e745a1fcbe6a843572ef3ef4 (diff)
downloademacs-b358f91c169048fc9d6b749e4cebcc8477f19d7d.tar.gz
emacs-b358f91c169048fc9d6b749e4cebcc8477f19d7d.zip
Use "pop3" as the POP service name on all platforms,
instead of using "pop" on Unix and "pop3" on Windows NT. "pop3" has been the standard service name since RFC 1340 was published in July 1992, so I think it's safe to start using it by default.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f036480180e..51a5c307e47 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
11999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2
3 * pop.c: Use "pop3" as the POP service name on all platforms,
4 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
5 has been the standard service name since RFC 1340 was published in
6 July 1992, so I think it's safe to start using it by default.
7
11999-09-27 Dave Love <fx@gnu.org> 81999-09-27 Dave Love <fx@gnu.org>
2 9
3 * make-docfile.c (scan_lisp_file): Fix typo causing infloop. 10 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.