[gnus git] branch tzz-auth-source-rewrite updated: =5= Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite ; mml2015.el (mml2015-signers): Minor doc fix. ; Cosmetic fix. ; message.el (message-bury): Don't pop up a new window when selected window is dedicated. ; gnus-sum: use read-directory-name
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2e087cb0e6a334fd151911b19ed234b88fb292fd (commit)
via 4cc72fadbbab87bbdf01d9a0131222ab8c5680df (commit)
via 8b26caef5976ea0d3142d026b93ea3333b263645 (commit)
via e3fc7cb33eb07dd3b48cfc72f0cada1f1edbcb85 (commit)
via cbe96287503450f41e0f5b26177d888545380d02 (commit)
from c4a74ee2bc07fff6cf78e75778c2e8e3f64e2207 (commit)
- Log -----------------------------------------------------------------
commit 2e087cb0e6a334fd151911b19ed234b88fb292fd
Merge: c4a74ee 4cc72fa
Author: Ted Zlatanov <[email protected]>
Date: Sat Feb 12 06:45:50 2011 -0600
Merge branch 'master' of https://git.gnus.org/gnus into tzz-auth-source-rewrite
Conflicts:
lisp/ChangeLog
diff --cc lisp/ChangeLog
index ab3d157,74411f5..ed68f13
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,30 -1,12 +1,39 @@@
+ 2011-02-10 Stefan Monnier <[email protected]>
+
+ * message.el (message-bury): Don't pop up a new window when selected
+ window is dedicated.
+
+ 2011-02-10 Antoine Levitt <[email protected]> (tiny change)
+
+ * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
+
+2011-02-10 Teodor Zlatanov <[email protected]>
+
+ * sieve-manage.el: Autoload `auth-source-search'.
+ (sieve-sasl-auth): Use it.
+
+2011-02-09 Teodor Zlatanov <[email protected]>
+
+ * nnimap.el: Autoload `auth-source-forget+'.
+ (nnimap-open-connection-1): Use it if the connection fails.
+
+ * auth-source.el: Require `password-cache'.
+ (auth-source-hide-passwords, auth-source-cache): Remove and mark
+ obsolete.
+ (auth-source-magic): Marker for `password-cache' keys.
+ (auth-source-do-cache): Update docstring.
+ (auth-source-search): Use and check cache.
+ (auth-source-forget-all-cached, auth-source-remember)
+ (auth-source-recall, auth-source-forget, auth-source-forget+)
+ (auth-source-specmatchp): Caching support functions.
+ (auth-source-forget-user-or-password, auth-source-forget-all-cached):
+ Remove and obsolete.
+ (auth-source-user-or-password): Remove caching to further discourage
+ using it. Always hide passwords.
+
+ * password-cache.el (password-cache-remove): Accept secrets that are
+ not strings.
+
2011-02-09 Lars Ingebrigtsen <[email protected]>
* nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
-----------------------------------------------------------------------
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 | 17 +++++++++++++----
lisp/gnus-sum.el | 6 +++---
lisp/message.el | 10 +++++-----
lisp/mml2015.el | 2 +-
4 files changed, 22 insertions(+), 13 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