From: Lars Magne Ingebrigtsen Date: Sat, 10 Sep 2011 20:04:30 +0000 (+0200) Subject: Remove usages of `gnus-recent-mark' and friends, which are no longer used. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=0d5e6c123a87f1b6863d1990ef257bf8a676c3bf;p=gnus Remove usages of `gnus-recent-mark' and friends, which are no longer used. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71a77df38..e304ae5c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-09-10 Lars Magne Ingebrigtsen + * gnus-sum.el (gnus-newsgroup-recent): Removed. + * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed. (gnus-lrm-string-p): Include RLM and PDF, too. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index bb8c719a4..239247e55 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -1499,9 +1499,6 @@ the type of the variable (string, integer, character, etc).") (defvar gnus-newsgroup-forwarded nil "List of articles that have been forwarded in the current newsgroup.") -(defvar gnus-newsgroup-recent nil - "List of articles that have are recent in the current newsgroup.") - (defvar gnus-newsgroup-expirable nil "Sorted list of articles in the current newsgroup that can be expired.") @@ -1578,7 +1575,6 @@ This list will always be a subset of gnus-newsgroup-undownloaded.") gnus-newsgroup-saved gnus-newsgroup-replied gnus-newsgroup-forwarded - gnus-newsgroup-recent gnus-newsgroup-expirable gnus-newsgroup-killed gnus-newsgroup-unseen @@ -3743,8 +3739,6 @@ buffer that was in action when the last article was fetched." gnus-forwarded-mark) ((memq gnus-tmp-current gnus-newsgroup-saved) gnus-saved-mark) - ((memq gnus-tmp-number gnus-newsgroup-recent) - gnus-recent-mark) ((memq gnus-tmp-number gnus-newsgroup-unseen) gnus-unseen-mark) (t gnus-no-mark))) @@ -5395,8 +5389,6 @@ or a straight list of headers." gnus-forwarded-mark) ((memq number gnus-newsgroup-saved) gnus-saved-mark) - ((memq number gnus-newsgroup-recent) - gnus-recent-mark) ((memq number gnus-newsgroup-unseen) gnus-unseen-mark) (t gnus-no-mark)) @@ -5807,8 +5799,6 @@ If SELECT-ARTICLES, only select those articles from GROUP." (memq article gnus-newsgroup-forwarded)) ((eq type 'seen) (not (memq article gnus-newsgroup-unseen))) - ((eq type 'recent) - (memq article gnus-newsgroup-recent)) (t t)))) (defun gnus-articles-to-read (group &optional read-all) @@ -10985,8 +10975,6 @@ If NO-EXPIRE, auto-expiry will be inhibited." gnus-forwarded-mark) ((memq article gnus-newsgroup-saved) gnus-saved-mark) - ((memq article gnus-newsgroup-recent) - gnus-recent-mark) ((memq article gnus-newsgroup-unseen) gnus-unseen-mark) (t gnus-no-mark)) diff --git a/texi/ChangeLog b/texi/ChangeLog index 1e4aba22e..44a57d381 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-09-10 Lars Magne Ingebrigtsen + + * gnus.texi: Remove mentions of `recent', which are now obsolete. + 2011-07-05 Lars Magne Ingebrigtsen * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks. diff --git a/texi/gnus.texi b/texi/gnus.texi index ceeb0a6a4..307c5c380 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2983,7 +2983,7 @@ The available operators are @code{not}, @code{and} and @code{or}. Predicates include @code{tick}, @code{unsend}, @code{undownload}, @code{unread}, @code{dormant}, @code{expire}, @code{reply}, @code{killed}, @code{bookmark}, @code{score}, @code{save}, -@code{cache}, @code{forward}, @code{unseen} and @code{recent}. +@code{cache}, @code{forward}, and @code{unseen}. @end table @@ -6164,19 +6164,10 @@ Articles ``saved'' (in some manner or other; not necessarily religiously) are marked with an @samp{S} in the second column (@code{gnus-saved-mark}). -@item -@vindex gnus-recent-mark -Articles that according to the server haven't been shown to the user -before are marked with a @samp{N} in the second column -(@code{gnus-recent-mark}). Note that not all servers support this -mark, in which case it simply never appears. Compare with -@code{gnus-unseen-mark}. - @item @vindex gnus-unseen-mark Articles that haven't been seen before in Gnus by the user are marked with a @samp{.} in the second column (@code{gnus-unseen-mark}). -Compare with @code{gnus-recent-mark}. @item @vindex gnus-downloaded-mark @@ -27992,10 +27983,6 @@ If the new option @code{gnus-summary-display-while-building} is non-@code{nil}, the summary buffer is shown and updated as it's being built. -@item -The new @code{recent} mark @samp{.} indicates newly arrived messages (as -opposed to old but unread messages). - @item Gnus supports RFC 2369 mailing list headers, and adds a number of related commands in mailing list groups. @xref{Mailing List}. @@ -29572,9 +29559,9 @@ propagate the mark information to the server. marks (preserving all marks not mentioned). @var{mark} is a list of marks; where each mark is a symbol. Currently used marks are @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed}, -@code{dormant}, @code{save}, @code{download}, @code{unsend}, -@code{forward} and @code{recent}, but your back end should, if -possible, not limit itself to these. +@code{dormant}, @code{save}, @code{download}, @code{unsend}, and +@code{forward}, but your back end should, if possible, not limit +itself to these. Given contradictory actions, the last action in the list should be the effective one. That is, if your action contains a request to add the