comparison lisp/gnus/ChangeLog @ 69247:6580c61aced7

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-134 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 43-48) - Munge arch explicit ids in etc/images to match Emacs - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 03 Mar 2006 07:45:27 +0000
parents 477ba8c8d22c
children 55d8c694b9cf 5754737d1e04
comparison
equal deleted inserted replaced
69246:6e1a513dfa3b 69247:6580c61aced7
1 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mm-decode.el (mm-get-part): Don't use
4 mm-with-unibyte-current-buffer.
5
6 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7 characters 160 through 255 in Emacs 23.
8
9 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12 message/* containing non-ASCII text properly.
13
14 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15
16 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17
18 2006-02-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
19
20 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
21
22 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
23
24 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
25 nov.php.
26
27 2006-02-28 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
28
29 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
30 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
31 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
32 output on the server side.
33 (nnweb-google-create-mapping): Update regexps and add some
34 progress indication.
35
36 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
37
38 * message.el (message-user-fqdn): Remove useless * in doc string.
39
40 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
41 unnecessary interaction when sending queued mails. Reported by
42 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
43
44 2006-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
47 Merge of 2006-02-20 change from the trunk.
48
49 2006-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
50
51 * dns.el (query-dns): Protect more against buggy tcp output.
52 Merge of 2006-02-20 change from the trunk.
53
1 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de> 54 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2 55
3 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if 56 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4 first or last are nil. 57 first or last are nil.
5 58