changeset 33576:d8c8c119da4d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 17 Nov 2000 18:23:03 +0000
parents 93288a69f66f
children 7b19aea98ebe
files lisp/gnus/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Fri Nov 17 18:22:19 2000 +0000
+++ b/lisp/gnus/ChangeLog	Fri Nov 17 18:23:03 2000 +0000
@@ -1,3 +1,21 @@
+2000-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* nntp.el (nntp-open-telnet): Wait for the telnet prompt before
+	sending a command; allow the rtelnet prompt as well.
+
+2000-11-17  Simon Josefsson  <simon@josefsson.org>
+
+	* nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
+	prefetch.
+
+2000-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+	* nntp.el (nntp-decode-text): Delete bogus status lines.
+	(nntp-open-connection): Kill process buffer when quit.
+	(nntp-connection-timeout): Add a note. SIGALRM is ignored in both
+	FSF Emacs 20 and XEmacs 21.
+	(nntp-retrieve-data): Don't ignore quit.
+
 2000-11-17  Dave Love  <fx@gnu.org>
 
 	* uudecode.el (uudecode-insert-char): Fix bogus feature test.