# HG changeset patch # User Dave Love # Date 974485383 0 # Node ID d8c8c119da4db1412eb81bff0ae55b622fcf31cc # Parent 93288a69f66fe850faa04513d5ea7f21bb42858a *** empty log message *** diff -r 93288a69f66f -r d8c8c119da4d lisp/gnus/ChangeLog --- 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 + + * 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 + + * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous + prefetch. + +2000-11-17 ShengHuo ZHU + + * 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 * uudecode.el (uudecode-insert-char): Fix bogus feature test.