X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=d46acbf2d104773641ec5cc3bc663770d3679bc5;hp=5264b18328b2bd89350a15889a0547adb138fe3c;hb=8743c3f2d76053d56c565302a3c70282e45887be;hpb=d0f361c94a94807cd8747231233241562e94e0d6 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5264b1832..d46acbf2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2000-09-29 Simon Josefsson + + * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous + prefetch. + +2000-08-09 10:21:20 Katsumi Yamaoka + + * nntp.el (nntp-open-telnet): Wait for the telnet prompt before + sending a command; allow the rtelnet prompt as well. + +2000-09-29 Simon Josefsson + + * message.el (message-send): Make sure error is signalled if no + send method is specified. + +2000-09-29 Florian Weimer + + * qp.el (quoted-printable-encode-region): Wrap with + `mm-with-unibyte-current-buffer'. + 2000-09-29 12:12:49 ShengHuo ZHU * gnus-agent.el (gnus-agent-fetch-group-1): Reimplement Mike