[gnus git] branch master updated: n0-15-27-g04c1fb9 =1= (gnus-update-marks): Revert intersection change, which made marks not propagate, again.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 04c1fb9a055fa825b0178bfa4ab190e6e5c573b8 (commit)
from d1ab5358b3fac6fd9885eb03a3a8d7e2602f3bd1 (commit)
- Log -----------------------------------------------------------------
commit 04c1fb9a055fa825b0178bfa4ab190e6e5c573b8
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Mar 30 21:48:39 2011 +0200
(gnus-update-marks): Revert intersection change, which made marks not propagate, again.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 98d06b3..8a77f8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-30 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-update-marks): Revert intersection change, which
+ made marks not propagate, again.
+
2011-03-30 Chong Yidong <[email protected]>
* proto-stream.el (open-protocol-stream): Bring back `network' type.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 91dc6fb..10aa4e1 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -6072,14 +6072,10 @@ If SELECT-ARTICLES, only select those articles from GROUP."
;; didn't actually get any headers for.
(existing (gnus-compress-sequence gnus-newsgroup-articles))
(del
- (gnus-sorted-range-intersection
- existing
- (gnus-remove-from-range (gnus-copy-sequence old) list)))
+ (gnus-remove-from-range (gnus-copy-sequence old) list))
(add
- (gnus-sorted-range-intersection
- existing
(gnus-remove-from-range
- (gnus-copy-sequence list) old))))
+ (gnus-copy-sequence list) old)))
(when add
(push (list add 'add (list (cdr type))) delta-marks))
(when del
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-sum.el | 10 +++-------
2 files changed, 8 insertions(+), 7 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