From 2ff35daeff931373b73954ea2536435511c77194 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 8 Feb 1999 12:08:13 +0000 Subject: [PATCH] * lisp/gnus.el (gnus-version-number): Update to 6.10.5. * lisp/gnus-sum.el (gnus-articles-to-read): If the number of unread articles is more than `gnus-large-newsgroup', use it in default instead of the maximum number. (gnus-mime-extract-multipart): New function; add it to the acting-condition for extracting mulitpart messages. (gnus-mime-extract-message/rfc822): New function; add it to the acting-condition for extracting message/rfc822 or message/news. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 591d032..bd8f9c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-02-08 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.5. + +1999-02-08 Masatoshi Tsuchiya + Katsumi Yamaoka , + Keiichi Suzuki + + * lisp/gnus-sum.el (gnus-articles-to-read): If the number of + unread articles is more than `gnus-large-newsgroup', use it in + default instead of the maximum number. + +1999-02-08 MORIOKA Tomohiko , + Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function; + add it to the acting-condition for extracting mulitpart messages. + (gnus-mime-extract-message/rfc822): New function; add it to the + acting-condition for extracting message/rfc822 or message/news. + 1999-02-08 Tsukamoto Tetsuo * README-offline.ja: Change for current version. -- 1.7.10.4