[gnus git] branch tzz-auth-source-rewrite updated: =10= Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite ; message: make message-options a local variable ; Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite ; (nnimap-update-info): Simplify split history test. ; (nnimap-update-info): Fix macrology bug-out. ; (nnimap-process-quirk): Renamed function to avoid collision. ; (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL characters. ; (nnimap-update-info): Clean up slightly. ; (nnimap-update-info): Tell Gnus whether there are any \Recent messages. ; * nnimap.el (nnimap-update-info): Refactor slightly.
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d79ddad8e47423c8c5acf5c7bfa95476cd89dfbe (commit)
via 2407f9c65bd0148548e749d66414ce2f79300751 (commit)
via f2f89859da2e61b351f8c39aa6c7ebad60e8e3bd (commit)
via fb8f2a30fdfc3d563268d94b5bc12faa34d2aa76 (commit)
via 77b51da138680394f8cb5cef724e9af0cc78ba3d (commit)
via 6c7c716a21493485a47f4ca081c01c3c4c1ee5fc (commit)
via 328bdcc7ef80844d091a42062f46952b8458367f (commit)
via 530c9fe9d00f3eb2e8ab4fee30d7161fd3fbb78d (commit)
via 53a8390260d9772fb881cde237fab69ccfc80c88 (commit)
via 765dbe6a3dfd742b7c874f2de416848bd8772c9b (commit)
from 060d648dcb691ba9f4620e320b1cb8409c060fad (commit)
- Log -----------------------------------------------------------------
commit d79ddad8e47423c8c5acf5c7bfa95476cd89dfbe
Merge: f2f8985 2407f9c
Author: Ted Zlatanov <[email protected]>
Date: Tue Feb 8 14:09:36 2011 -0600
Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
Conflicts:
lisp/ChangeLog
diff --cc lisp/ChangeLog
index 1b445f0,19370f2..4e449a1
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,17 -1,7 +1,21 @@@
+ 2011-02-08 Julien Danjou <[email protected]>
+
+ * message.el (message-options): Make message-options a local variable.
+
+2011-02-07 Teodor Zlatanov <[email protected]>
+
+ * auth-source.el (auth-source-secrets-search)
+ (auth-source-user-or-password): Use `append' instead of `nconc'.
+ (auth-source-user-or-password): Build return list better and protect
+ against nil :secret.
+
+2011-02-06 Michael Albinus <[email protected]>
+
+ * auth-source.el (top): Require 'eieio unconditionally. Autoload
+ `secrets-get-attributes' instead of `secrets-get-attribute'.
+ (auth-source-secrets-search): Limit search when `max' is greater than
+ number of results.
+
2011-02-07 Lars Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-update-info): Refactor slightly.
commit f2f89859da2e61b351f8c39aa6c7ebad60e8e3bd
Merge: 060d648 fb8f2a3
Author: Ted Zlatanov <[email protected]>
Date: Mon Feb 7 14:35:10 2011 -0600
Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
Conflicts:
lisp/ChangeLog
diff --cc lisp/ChangeLog
index 93c41b6,37b0707..1b445f0
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,17 -1,14 +1,28 @@@
+2011-02-07 Teodor Zlatanov <[email protected]>
+
+ * auth-source.el (auth-source-secrets-search)
+ (auth-source-user-or-password): Use `append' instead of `nconc'.
+ (auth-source-user-or-password): Build return list better and protect
+ against nil :secret.
+
+2011-02-06 Michael Albinus <[email protected]>
+
+ * auth-source.el (top): Require 'eieio unconditionally. Autoload
+ `secrets-get-attributes' instead of `secrets-get-attribute'.
+ (auth-source-secrets-search): Limit search when `max' is greater than
+ number of results.
+
+ 2011-02-07 Lars Ingebrigtsen <[email protected]>
+
+ * nnimap.el (nnimap-update-info): Refactor slightly.
+ (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
+ (nnimap-update-info): Clean up slightly.
+ (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
+ characters.
+ (nnimap-process-quirk): Renamed function to avoid collision.
+ (nnimap-update-info): Fix macrology bug-out.
+ (nnimap-update-info): Simplify split history test.
+
2011-02-06 Lars Ingebrigtsen <[email protected]>
* nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
-----------------------------------------------------------------------
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 | 15 +++++++++
lisp/message.el | 1 +
lisp/nnimap.el | 87 +++++++++++++++++++++++++++++++++++++-----------------
3 files changed, 75 insertions(+), 28 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, tzz-auth-source-rewrite has been updated
hooks/post-receive
--
Gnus Project