From 04c3868b977d69ebb28f5448c7828b41b8c77c20 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 8 Jul 2002 22:43:42 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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." -- 1.7.10.4