comparison lisp/gnus/ChangeLog @ 65388:45be648405bb

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-536 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 112-114) - Update from CVS 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam-report.el (spam-report-gmane): Make it work without X-Report-Spam header. Gmane now only provides Archived-At. This is only used if `spam-report-gmane-use-article-number' is nil. (spam-report-gmane-spam-header): Removed. Not used anymore. * lisp/gnus/nnweb.el (nnweb-google-wash-article): Print a message if article is not available. 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org> * lisp/gnus/gnus-art.el (gnus-mime-display-single): Decode text/* parts content before displaying. 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mml-smime.el: Remove defvar of gnus-extract-address-components. 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mm-view.el (mm-display-inline-fontify): Disable support modes.
author Miles Bader <miles@gnu.org>
date Fri, 09 Sep 2005 01:47:33 +0000
parents c71b1b2d2d04
children eb0fd19f4e01
comparison
equal deleted inserted replaced
65387:b08e4ec02015 65388:45be648405bb
1 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * spam-report.el (spam-report-gmane): Make it work without
4 X-Report-Spam header. Gmane now only provides Archived-At. This
5 is only used if `spam-report-gmane-use-article-number' is nil.
6 (spam-report-gmane-spam-header): Removed. Not used anymore.
7
8 * nnweb.el (nnweb-google-wash-article): Print a message if article
9 is not available.
10
11 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12
13 * gnus-art.el (gnus-mime-display-single): Decode text/* parts
14 content before displaying.
15
16 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19
20 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
21
22 * mm-view.el (mm-display-inline-fontify): Disable support modes.
23
1 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de> 24 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
2 25
3 * message.el (message-tab-body-function): Fixed mismatched custom 26 * message.el (message-tab-body-function): Fixed mismatched custom
4 type. 27 type.
5 28
6 * gnus.el (gnus-group-change-level-function): Ditto. 29 * gnus.el (gnus-group-change-level-function): Ditto.
7 30
8 * gnus-msg.el (gnus-outgoing-message-group): Ditto. 31 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9 32
10 * gnus-art.el (gnus-signature-limit) 33 * gnus-art.el (gnus-signature-limit)
11 (gnus-article-mime-part-function): Ditto. 34 (gnus-article-mime-part-function): Ditto.
12 35
13 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de> 36 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
234 (gnus-mime-delete-part): Ditto. 257 (gnus-mime-delete-part): Ditto.
235 (gnus-article-edit-exit): Ditto. 258 (gnus-article-edit-exit): Ditto.
236 259
237 * gnus-util.el (gnus-beginning-of-window): Remove. 260 * gnus-util.el (gnus-beginning-of-window): Remove.
238 (gnus-end-of-window): Remove. 261 (gnus-end-of-window): Remove.
239
240 * lpath.el: Don't bind scroll-margin.
241 262
242 2005-07-25 Simon Josefsson <jas@extundo.com> 263 2005-07-25 Simon Josefsson <jas@extundo.com>
243 264
244 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible 265 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
245 to have the url package without w3. Reported by Daiki Ueno 266 to have the url package without w3. Reported by Daiki Ueno