aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorGnus developers2012-11-02 23:37:02 +0000
committerKatsumi Yamaoka2012-11-02 23:37:02 +0000
commita71e2379a331e430f774fc16645f460f1de2b4a0 (patch)
treeead84ee93d53a139674be60ee09b2aa4f41e9347 /lisp/gnus/ChangeLog
parent00a3b041730e178fe68850b76ac4216af62ea606 (diff)
downloademacs-a71e2379a331e430f774fc16645f460f1de2b4a0.tar.gz
emacs-a71e2379a331e430f774fc16645f460f1de2b4a0.zip
Merge changes made in Gnus master
2012-10-05 Katsumi Yamaoka <yamaoka@jpl.org> * gnus.texi (Mail Source Specifiers): Document :leave keyword used for pop mail source. 2012-10-25 Tassilo Horn <tsdh@gnu.org> * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer by default. Patch provided by Stephen Eglen. 2012-10-05 Katsumi Yamaoka <yamaoka@jpl.org> New UIDL implementation. * mail-source.el (mail-sources, mail-source-keyword-map): Add :leave as a pop3 keyword. (mail-source-fetch-pop): Bind pop3-leave-mail-on-server. * pop3.el (pop3-leave-mail-on-server): Allow number. (pop3-uidl-file, pop3-uidl-file-backup): New user options. (pop3-movemail): Add UIDL support. (pop3-send-streaming-command): Take a list of mail numbers instead of the number of mails. (pop3-write-to-file): Add X-UIDL header. (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save) (pop3-uidl-add-xheader): New functions. * message.el (message-ignored-resent-headers): Add X-Content-Length and X-UIDL headers.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 8cb53de85fa..a2bb0a88baa 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,28 @@
12012-11-02 Tassilo Horn <tsdh@gnu.org>
2
3 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
4 by default. Patch provided by Stephen Eglen.
5
62012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 New UIDL implementation.
9
10 * mail-source.el (mail-sources, mail-source-keyword-map):
11 Add :leave as a pop3 keyword.
12 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
13
14 * pop3.el (pop3-leave-mail-on-server): Allow number.
15 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
16 (pop3-movemail): Add UIDL support.
17 (pop3-send-streaming-command): Take a list of mail numbers instead of
18 the number of mails.
19 (pop3-write-to-file): Add X-UIDL header.
20 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
21 (pop3-uidl-add-xheader): New functions.
22
23 * message.el (message-ignored-resent-headers):
24 Add X-Content-Length and X-UIDL headers.
25
12012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 262012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 27
3 * nndiary.el (nndiary-request-create-group-functions) 28 * nndiary.el (nndiary-request-create-group-functions)