summaryrefslogtreecommitdiffstatsabout
authorKatsumi Yamaoka <yamaoka@jpl.org>2012-08-31 04:37:47 (GMT)
committer Katsumi Yamaoka <yamaoka@jpl.org>2012-08-31 04:37:47 (GMT)
commit82cfe575fea4d5604f6c6cf84af0379d5df51fb7 (patch) (side-by-side diff)
treee51f3c064f248c160151beff7d634ee0507f2cae
parentbf846caae21141704ed81d6c2e6db7c53f157606 (diff)
downloadgnus-82cfe575fea4d5604f6c6cf84af0379d5df51fb7.zip
Add change log entries for Dave Abrahams' 2012-08-29 changes
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34b43cc..44adea5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
+2012-08-31 Dave Abrahams <dave@boostpro.com>
+
+ * auth-source.el (auth-sources): Fix macos keychain access.
+
+ * gnus-int.el (gnus-request-head): When gnus-override-method is set,
+ allow the backend `request-head' function to determine the group
+ name on its own.
+ (gnus-request-expire-articles): Filter out negative article numbers
+ during expiry (Bug#11980).
+
+ * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
+ O(N^2) to O(N). This makes warping into huge groups tolerable.
+
+ * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
+ you've found the article when you haven't.
+
+ * nnimap.el (nnimap-find-article-by-message-id): Revert 2012-06-19
+ change: "Add recent argument" by Julien Danjou
+
2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.