diff options
| author | Eli Zaretskii | 2012-11-13 16:17:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-13 16:17:18 +0200 |
| commit | 3c4ca7155293ffc2d04708007131bcbc882d8913 (patch) | |
| tree | 61787be8cd43b6fb3d5159852fbd186eea404de7 /lisp/gnus/ChangeLog | |
| parent | 5ade42a5114255c43117065494b96d480c1e1588 (diff) | |
| parent | c708524567662c8911c5ab2695acc7bda0383705 (diff) | |
| download | emacs-3c4ca7155293ffc2d04708007131bcbc882d8913.tar.gz emacs-3c4ca7155293ffc2d04708007131bcbc882d8913.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 8cb53de85fa..5f635e59cdf 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-article-browse-html-parts): Always replace charset | ||
| 4 | in meta tag with the one the part specifies in its header. | ||
| 5 | |||
| 6 | 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> | ||
| 7 | |||
| 8 | * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer | ||
| 9 | by default. | ||
| 10 | |||
| 11 | 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 12 | |||
| 13 | New UIDL implementation. | ||
| 14 | |||
| 15 | * mail-source.el (mail-sources, mail-source-keyword-map): | ||
| 16 | Add :leave as a pop3 keyword. | ||
| 17 | (mail-source-fetch-pop): Bind pop3-leave-mail-on-server. | ||
| 18 | |||
| 19 | * pop3.el (pop3-leave-mail-on-server): Allow number. | ||
| 20 | (pop3-uidl-file, pop3-uidl-file-backup): New user options. | ||
| 21 | (pop3-movemail): Add UIDL support. | ||
| 22 | (pop3-send-streaming-command): Take a list of mail numbers instead of | ||
| 23 | the number of mails. | ||
| 24 | (pop3-write-to-file): Add X-UIDL header. | ||
| 25 | (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save) | ||
| 26 | (pop3-uidl-add-xheader): New functions. | ||
| 27 | |||
| 28 | * message.el (message-ignored-resent-headers): | ||
| 29 | Add X-Content-Length and X-UIDL headers. | ||
| 30 | |||
| 1 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 31 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 32 | ||
| 3 | * nndiary.el (nndiary-request-create-group-functions) | 33 | * nndiary.el (nndiary-request-create-group-functions) |