Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 68940:808f636eb13e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-93
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 30-34)
- Merge from emacs--devo--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 17 Feb 2006 00:24:04 +0000 |
parents | b2331da25bb1 |
children | 5e2a9bb28073 |
comparison
equal
deleted
inserted
replaced
68939:2eed293b58ff | 68940:808f636eb13e |
---|---|
4 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring. | 4 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring. |
5 | 5 |
6 2006-02-14 Chong Yidong <cyd@stupidchicken.com> | 6 2006-02-14 Chong Yidong <cyd@stupidchicken.com> |
7 | 7 |
8 * gnus-cus.el: Revert 2005-10-17 change. | 8 * gnus-cus.el: Revert 2005-10-17 change. |
9 | |
10 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org> | |
11 | |
12 * gnus-art.el (article-strip-banner): Use | |
13 gnus-extract-address-components instead of | |
14 mail-header-parse-addresses to make it work with non-ASCII text. | |
15 | |
16 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter | |
17 values which are surrounded with \"...\"; make it never cause a | |
18 Lisp error; give up parsing of parameters if it failed in | |
19 extracting type. | |
20 | |
21 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org> | |
22 | |
23 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of | |
24 make-temp-file; make it work with Emacs 20 and XEmacs as well. | |
25 | |
26 * mm-decode.el (mm-display-external): Use the 3rd arg of | |
27 mm-make-temp-file. | |
28 (mm-create-image-xemacs): Ditto. | |
29 | |
30 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org> | |
31 | |
32 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head | |
33 with message-narrow-to-headers. | |
34 (gnus-draft-setup): Narrow to header to run message-fetch-field. | |
35 (gnus-draft-check-draft-articles): New function. | |
36 (gnus-draft-edit-message, gnus-draft-send-message): Use it. | |
37 | |
38 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org> | |
39 | |
40 * nnoo.el (nnoo-declare): Don't generate duplicate entries when | |
41 re-loading nn* modules. | |
9 | 42 |
10 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de> | 43 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de> |
11 | 44 |
12 * gnus.el: Remove bogus comment. | 45 * gnus.el: Remove bogus comment. |
13 | 46 |