comparison lisp/gnus/ChangeLog @ 70265:76465e48c749

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-252 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 96-97) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 29 Apr 2006 03:51:50 +0000
parents 322c5c5027dc
children f5a6154fa9f2
comparison
equal deleted inserted replaced
70264:6afc1230a3e3 70265:76465e48c749
1 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * lpath.el: Don't fbind string-as-multibyte for XEmacs.
4
5 * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6 (pgg-gpg-process-region): Revert.
7
8 * pgg-pgp.el (pgg-pgp-process-region): Revert.
9 (pgg-pgp-lookup-key): Revert.
10
11 * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12 (pgg-pgp5-lookup-key): Revert.
13
14 * pgg.el (pgg-fetch-key): Revert.
15
16 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17
18 * lpath.el: Fbind make-network-process for both Emacs and XEmacs;
19 fbind string-as-multibyte for XEmacs.
20
21 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
22 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
23 (mml1991-pgg-encrypt): Ditto.
24
25 * pgg-gpg.el (pgg-string-to-multibyte): New function.
26 (pgg-gpg-process-region): Make sure pgg-output-buffer is always
27 a multibyte buffer.
28
29 * pgg-pgp.el (pgg-pgp-process-region): Ditto.
30 (pgg-pgp-lookup-key): Ditto.
31
32 * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
33 (pgg-pgp5-lookup-key): Ditto.
34
35 * pgg.el (pgg-fetch-key): Ditto.
36
1 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de> 37 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
2 38
3 * deuglify.el (gnus-outlook-deuglify-unwrap-min) 39 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4 (gnus-outlook-deuglify-unwrap-max): Remove autoload. 40 (gnus-outlook-deuglify-unwrap-max): Remove autoload.
5 41
18 54
19 * mml.el (mml-mode, mml-dnd-protocol-alist) 55 * mml.el (mml-mode, mml-dnd-protocol-alist)
20 (mml-dnd-attach-options, mml-dnd-attach-file) 56 (mml-dnd-attach-options, mml-dnd-attach-file)
21 (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync 57 (mml-attach-file, mml-attach-buffer, mml-attach-external): Sync
22 DND support and use of message-in-body-p from the trunk. 58 DND support and use of message-in-body-p from the trunk.
59
60 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
61
62 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
63 binding pgg-* variables; reimplement the section which prevents
64 MIME header from being signed.
65 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
66 pgg-text-mode; remove a blank line at the top of body.
67
68 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
69 lines at the top of body; use gnus-newsgroup-charset if there's no
70 Charset header.
23 71
24 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 72 2006-04-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
25 73
26 * nnweb.el (nnweb-google-wash-article): Sync up to new Google 74 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
27 HTML. 75 HTML.