[gnus git] branch master updated: m0-5-102-g82cfe57 =1= Add change log entries for Dave Abrahams' 2012-08-29 changes
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 82cfe575fea4d5604f6c6cf84af0379d5df51fb7 (commit)
from bf846caae21141704ed81d6c2e6db7c53f157606 (commit)
- Log -----------------------------------------------------------------
commit 82cfe575fea4d5604f6c6cf84af0379d5df51fb7
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Aug 31 04:37:47 2012 +0000
Add change log entries for Dave Abrahams' 2012-08-29 changes
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 <[email protected]>
+
+ * 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 <[email protected]>
* gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
-----------------------------------------------------------------------
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 | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 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