* gnus-util.el (gnus-user-date-format-alist): Typo.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 15 Jan 2002 16:50:16 +0000 (16:50 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 15 Jan 2002 16:50:16 +0000 (16:50 +0000)
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>

lisp/ChangeLog
lisp/gnus-util.el

index 869aee0..574842a 100644 (file)
@@ -1,8 +1,13 @@
+2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-util.el (gnus-user-date-format-alist): Typo.
+       From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
+
 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-        * nneething.el (nneething-request-article): Set
-        `nnmail-file-coding-system' to `binary' locally, in order to
-        read files without any conversion.
+       * nneething.el (nneething-request-article): Set
+       `nnmail-file-coding-system' to `binary' locally, in order to read
+       files without any conversion.
 
 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index a6b53db..92a1af9 100644 (file)
     (604800 . "%a %k:%M")                   ;;that's one week
     ((gnus-seconds-month) . "%a %d")
     ((gnus-seconds-year) . "%b %d")
-    (t . "%b %m '%y"))                      ;;this one is used when no other does match
+    (t . "%b %d '%y"))                      ;;this one is used when no
+                                           ;;other does match
   "Alist of time in seconds and format specification used to display dates not older.
 The first element must be a number or a function returning a
 number. The second element is a format-specification as described in