Synch with Oort Gnus.
authoryamaoka <yamaoka>
Mon, 8 Jul 2002 22:43:42 +0000 (22:43 +0000)
committeryamaoka <yamaoka>
Mon, 8 Jul 2002 22:43:42 +0000 (22:43 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index ad92912..4ce5439 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-08  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (article-make-date-line): Fix string.  From Henrik
+       Enberg.
+
 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus-art.el (article-unsplit-urls): Only display MIME when this
index b9b77c7..d8a68bc 100644 (file)
@@ -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."