[gnus git] branch master updated: n0-13-24-gc784b74
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c784b746e930bc6c5eb809cc4954adbbb524ceed (commit)
from 3b86f04662f7d14cbe76025bb9c67a56cafa67c5 (commit)
- Log -----------------------------------------------------------------
commit c784b746e930bc6c5eb809cc4954adbbb524ceed
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 23 00:18:07 2011 -0800
(gnus-user-date-format-alist): Renamed back again from -summary- since it's a user-visible variable.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b14a5f..1d0cb7d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-02-23 Lars Ingebrigtsen <[email protected]>
+ * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
+ -summary- since it's a user-visible variable.
+
* nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
first time you use the new Gnus.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 2d78a56..d3d96ba 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -3853,7 +3853,7 @@ This function is intended to be used in
((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
(t (format "%dM" (/ c (* 1024.0 1024)))))))
-(defcustom gnus-summary-user-date-format-alist
+(defcustom gnus-user-date-format-alist
'(((gnus-seconds-today) . "Today, %H:%M")
((+ 86400 (gnus-seconds-today)) . "Yesterday, %H:%M")
(604800 . "%A %H:%M") ; That's one week
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/gnus-sum.el | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project