2001-01-12 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 12 Jan 2001 19:04:49 +0000 (19:04 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 12 Jan 2001 19:04:49 +0000 (19:04 +0000)
* gnus-art.el (article-make-date-line): 11th.

lisp/ChangeLog
lisp/gnus-art.el

index ce1b845..750ac2e 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (article-make-date-line): 11th.
+
 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mml2015.el (mml2015-gpg-encrypt): Remove CR.
index 699361b..3fac696 100644 (file)
@@ -2259,6 +2259,7 @@ should replace the \"Date:\" one, or should be added below it."
         (number-to-string (nth 3 dtime))
         (let ((digit (% (nth 3 dtime) 10)))
           (cond
+           ((memq (nth 3 dtime) '(11 12)) "th")
            ((= digit 1) "st")
            ((= digit 2) "nd")
            ((= digit 3) "rd")