From: yamaoka Date: Fri, 26 Mar 1999 07:18:02 +0000 (+0000) Subject: * lisp/gnus.el (gnus-revision-number): Increment to 06. X-Git-Tag: t-gnus-6_10_062-06 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=63b4acc87dfa9e08265bdda601897d4f01613f83;p=elisp%2Fgnus.git- * lisp/gnus.el (gnus-revision-number): Increment to 06. * lisp/pop3.el (pop3-munge-message-separator): If a retrieved message has a illegal date field, use `(current-time)' instead. * lisp/message.el (message-send): Kill `message-encoding-buffer' after sending. (message-maybe-encode): Inherit the buffer local variable `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'. --- diff --git a/ChangeLog b/ChangeLog index 3299241..ae80d71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +1999-03-26 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 06. + + * lisp/pop3.el (pop3-munge-message-separator): If a retrieved + message has a illegal date field, use `(current-time)' instead. + +1999-03-25 Katsumi Yamaoka + + * lisp/message.el (message-send): Kill `message-encoding-buffer' + after sending. + +1999-03-25 Katsumi Yamaoka + + * lisp/message.el (message-maybe-encode): Inherit the buffer local + variable `mime-edit-pgp-processing' and call + `mime-edit-pgp-enclose-buffer'. + 1999-03-24 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 05.