* gnus-sum.el (gnus-user-date): Renamed back from gnus-summary-user-date since user...
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Feb 2011 16:43:11 +0000 (08:43 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 4 Feb 2011 16:43:11 +0000 (08:43 -0800)
lisp/ChangeLog
lisp/gnus-sum.el

index cf5d98c..24cf7dd 100644 (file)
@@ -1,5 +1,8 @@
 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
 
 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-user-date): Renamed back from
+       gnus-summary-user-date since user code refers to it.
+
        * shr.el (shr-render-td): Store the actual background colour used.
 
        * message.el (message-setup-1): Don't bind the constant
        * shr.el (shr-render-td): Store the actual background colour used.
 
        * message.el (message-setup-1): Don't bind the constant
index c40fcc7..8221667 100644 (file)
@@ -1395,7 +1395,7 @@ the normal Gnus MIME machinery."
     (?u gnus-tmp-user-defined ?s)
     (?P (gnus-pick-line-number) ?d)
     (?B gnus-tmp-thread-tree-header-string ?s)
     (?u gnus-tmp-user-defined ?s)
     (?P (gnus-pick-line-number) ?d)
     (?B gnus-tmp-thread-tree-header-string ?s)
-    (user-date (gnus-summary-user-date
+    (user-date (gnus-user-date
                ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
   "An alist of format specifications that can appear in summary lines.
 These are paired with what variables they correspond with, along with
                ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
   "An alist of format specifications that can appear in summary lines.
 These are paired with what variables they correspond with, along with
@@ -3882,7 +3882,7 @@ respectively."
 (make-obsolete-variable 'gnus-user-date-format-alist
                         'gnus-summary-user-date-format-alist "24.1")
 
 (make-obsolete-variable 'gnus-user-date-format-alist
                         'gnus-summary-user-date-format-alist "24.1")
 
-(defun gnus-summary-user-date (messy-date)
+(defun gnus-user-date (messy-date)
   "Format the messy-date according to `gnus-summary-user-date-format-alist'.
 Returns \"  ?  \" if there's bad input or if another error occurs.
 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
   "Format the messy-date according to `gnus-summary-user-date-format-alist'.
 Returns \"  ?  \" if there's bad input or if another error occurs.
 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."