From: yamaoka Date: Mon, 1 Feb 1999 04:47:12 +0000 (+0000) Subject: * lisp/nndoc.el (nndoc-mime-parts-type-p): Strip leading white space from the X-Git-Tag: pgnus-ichikawa-199902011900~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d70bb4c09c9d08081b13e5c6348109e9ccf2f7bf;p=elisp%2Fgnus.git- * lisp/nndoc.el (nndoc-mime-parts-type-p): Strip leading white space from the matching pattern. --- diff --git a/ChangeLog b/ChangeLog index c325222..189af40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-02-01 Katsumi Yamaoka + * lisp/nndoc.el (nndoc-mime-parts-type-p): Strip leading white + space from the matching pattern. + +1999-02-01 Katsumi Yamaoka + * lisp/gnus-sum.el (gnus-nov-parse-extra): Abolished. (gnus-nov-parse-line): Use `char-after' instead of `following-char' ; use `nnheader-nov-parse-extra' instead of `gnus-nov-parse-extra'.