+2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-sum.el (gnus-update-marks): Revert intersection change, which
+ made marks not propagate, again.
+
2011-03-30 Chong Yidong <cyd@stupidchicken.com>
* proto-stream.el (open-protocol-stream): Bring back `network' type.
;; 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-remove-from-range
+ (gnus-copy-sequence list) old)))
(when add
(push (list add 'add (list (cdr type))) delta-marks))
(when del