Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 90224:2d92f5c9d6ae
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 514-518)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 104-105)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 26 Aug 2005 09:51:52 +0000 |
parents | edf295560b5a d2334ecd8eae |
children | a3716f7538f2 |
comparison
equal
deleted
inserted
replaced
90223:edf295560b5a | 90224:2d92f5c9d6ae |
---|---|
1 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | |
2 | |
3 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to | |
4 the end of the date treatments. | |
5 | |
6 2005-08-15 Simon Josefsson <jas@extundo.com> | |
7 | |
8 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has | |
9 it in url-handlers.el and XEmacs in url.el. Reported by Luca | |
10 Capello and Romain Francoise. | |
11 (pgg-fetch-key-function): Removed, not used? | |
12 (pgg-insert-url-with-w3): Require url, to get | |
13 url-insert-file-contents regardless of where it is defined. | |
14 | |
15 2005-08-08 Simon Josefsson <jas@extundo.com> | |
16 | |
17 * pgg.el: Autoload url-insert-file-contents instead of loading | |
18 w3/url. | |
19 (pgg-insert-url-with-w3): Don't load url here. | |
20 | |
21 2005-08-05 Daiki Ueno <ueno@unixuser.org> | |
22 | |
23 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. | |
24 | |
25 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2. | |
26 | |
27 2005-08-06 Romain Francoise <romain@orebokech.com> | |
28 | |
29 * message.el: Fix typo in docstring. | |
30 | |
1 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org> | 31 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 32 |
3 * mm-bodies.el (mm-encode-body): Use coding system rather than | 33 * mm-bodies.el (mm-encode-body): Use coding system rather than |
4 charset to encode text. | 34 charset to encode text. |
5 | 35 |
101 | 131 |
102 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default | 132 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default |
103 for text/rtf. Display default in prompt. Pass default for M-n. | 133 for text/rtf. Display default in prompt. Pass default for M-n. |
104 | 134 |
105 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer. | 135 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer. |
136 | |
137 2005-07-16 Romain Francoise <romain@orebokech.com> | |
138 | |
139 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date' | |
140 instead of `current-time-string' as the latter creates a time | |
141 string that is not RFC 2822 compliant (it lacks the zone). | |
106 | 142 |
107 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 143 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
108 | 144 |
109 * gnus-msg.el (gnus-button-mailto): Remove | 145 * gnus-msg.el (gnus-button-mailto): Remove |
110 save-selected-window-window hackery because it relies on | 146 save-selected-window-window hackery because it relies on |