Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 94369:86c0a3e7c039
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1128
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 26 Apr 2008 04:29:42 +0000 |
parents | 2005e38cd431 |
children | 760ef541936c |
comparison
equal
deleted
inserted
replaced
94368:e77a6227476d | 94369:86c0a3e7c039 |
---|---|
1 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com> | |
2 | |
3 * mail-source.el: Load auth-source.el. | |
4 (mail-source-bind): Add comments. Call auth-source-user-or-password to | |
5 get user name or password, if auth-sources is set up. | |
6 | |
7 * gnus-registry.el (gnus-registry-split-strategy): New variable for | |
8 strategy of splitting with parent. | |
9 (gnus-registry-split-fancy-with-parent) | |
10 (gnus-registry-post-process-groups): Use it and fix prior | |
11 bug (returning a list as the split result). | |
12 | |
13 * auth-source.el (auth-sources): Remove server parameter. | |
14 (auth-source-pick, auth-source-user-or-password) | |
15 (auth-source-user-or-password-imap) | |
16 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) | |
17 (auth-source-user-or-password-sftp) | |
18 (auth-source-user-or-password-smtp): Remove server parameter. | |
19 | |
1 2008-04-25 Juanma Barranquero <lekktu@gmail.com> | 20 2008-04-25 Juanma Barranquero <lekktu@gmail.com> |
2 | 21 |
3 * smime.el (smime-sign-region, smime-encrypt-region) | 22 * smime.el (smime-sign-region, smime-encrypt-region) |
4 (smime-decrypt-region): | 23 (smime-decrypt-region): |
5 Remove redundant calls to `generate-new-buffer-name'. | 24 Remove redundant calls to `generate-new-buffer-name'. |
25 | |
26 2008-04-24 Luca Capello <luca@pca.it> (tiny change) | |
27 | |
28 * mm-encode.el (mm-safer-encoding): Add optional argument `type'. | |
29 Don't use QP for message/rfc822. | |
30 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding. | |
6 | 31 |
7 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> | 32 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca> |
8 | 33 |
9 * sieve-manage.el (sieve-string-bytes): Remove. | 34 * sieve-manage.el (sieve-string-bytes): Remove. |
10 (sieve-manage-putscript): Use length instead: `string-bytes' gives the | 35 (sieve-manage-putscript): Use length instead: `string-bytes' gives the |