aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorGnus developers2011-02-16 23:12:47 +0000
committerKatsumi Yamaoka2011-02-16 23:12:47 +0000
commit584c9d3fd0784fac55fe46d98ccefa5eb461fed8 (patch)
tree9b5bff8a80af3fe9a1234f37e2ab6526d226e8f6 /lisp/gnus/ChangeLog
parentaac7a93503c664ba0d117a904597ecf21b0f0c2f (diff)
downloademacs-584c9d3fd0784fac55fe46d98ccefa5eb461fed8.tar.gz
emacs-584c9d3fd0784fac55fe46d98ccefa5eb461fed8.zip
Merge changes made in Gnus trunk.
gnus-sum.el (gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn't get updated. auth-source.el (auth-source-netrc-create): Return a synthetic search result when the user doesn't want to write to the file. (auth-source-netrc-search): Expect a synthetic result and proceed accordingly. (auth-source-cache-expiry): New variable to override `password-cache-expiry'. (auth-source-remember): Use it. nnimap.el (nnimap-credentials): Remove the `inhibit-create' parameter. Create entry if necessary by using :create t. (nnimap-open-connection-1): Don't pass `inhibit-create'.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 91ba9e5a359..5891d4b6193 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,22 @@
12011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4 nil means that nnimap doesn't get updated.
5
62011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * auth-source.el (auth-source-netrc-create): Return a synthetic search
9 result when the user doesn't want to write to the file.
10 (auth-source-netrc-search): Expect a synthetic result and proceed
11 accordingly.
12 (auth-source-cache-expiry): New variable to override
13 `password-cache-expiry'.
14 (auth-source-remember): Use it.
15
16 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
17 parameter. Create entry if necessary by using :create t.
18 (nnimap-open-connection-1): Don't pass `inhibit-create'.
19
12011-02-15 Teodor Zlatanov <tzz@lifelogs.com> 202011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2 21
3 * auth-source.el (auth-source-debug): Enable by default and don't 22 * auth-source.el (auth-source-debug): Enable by default and don't