From: yamaoka Date: Mon, 8 Jul 2002 22:43:42 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_8-00-quimby~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=04c3868b977d69ebb28f5448c7828b41b8c77c20;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad92912..4ce5439 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-08 Simon Josefsson + + * gnus-art.el (article-make-date-line): Fix string. From Henrik + Enberg. + 2002-07-08 Kai Gro,b_(Bjohann * gnus-art.el (article-unsplit-urls): Only display MIME when this diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index b9b77c7..d8a68bc 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2828,7 +2828,7 @@ should replace the \"Date:\" one, or should be added below it." ":" (format "%02d" (nth 1 dtime))))))) (error - (format "Date: %s (from Oort)" date)))) + (format "Date: %s (from T-gnus)" date)))) (defun article-date-local (&optional highlight) "Convert the current article date to the local timezone."