Mercurial > emacs
annotate lisp/gnus/ChangeLog @ 88816:028259b11c0d
Truncate to reflect only the branch.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 01 Jul 2002 17:37:27 +0000 |
parents | eb5c0cf53d72 |
children | 8d1b688eca17 |
rev | line source |
---|---|
88793 | 1 2002-06-26 Dave Love <fx@gnu.org> |
2 | |
3 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. | |
4 (rfc2047-dissect-region): Don't record charsets. | |
5 (rfc2047-encode): Remove arg CHARSET. | |
6 (rfc2047-encode-region): Change rfc2047-encode call. | |
7 | |
88791 | 8 2002-06-24 Dave Love <fx@gnu.org> |
9 | |
10 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) | |
11 (mm-disable-multibyte-mule4) | |
12 (mm-with-unibyte-current-buffer-mule4): Deleted. | |
13 | |
14 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | |
15 (gnus-summary-select-article, gnus-summary-edit-article): Use | |
16 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
17 | |
18 * message.el (message-forward-make-body): Use | |
19 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
20 | |
21 * qp.el (quoted-printable-encode-region): Avoid | |
22 find-charset-region. | |
23 | |
24 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | |
25 (mm-encode-body): Just call mm-encode-coding-region in encoding | |
26 case. | |
27 | |
88661 | 28 2002-05-27 Dave Love <fx@gnu.org> |
29 | |
30 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | |
31 coding system to emacs-mule. | |
32 | |
88516 | 33 2002-05-14 Dave Love <fx@gnu.org> |
34 | |
35 * mm-util.el (mm-mime-mule-charset-alist) | |
36 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | |
37 (mm-mime-charset, mm-find-mime-charset-region): Look for | |
38 `:mime-charset' property of coding systems before `mime-charset'. | |
39 | |
30994 | 40 ;; Local Variables: |
31717 | 41 ;; coding: iso-2022-7bit |
30994 | 42 ;; End: |
39627 | 43 |
88816
028259b11c0d
Truncate to reflect only the branch.
Dave Love <fx@gnu.org>
parents:
88793
diff
changeset
|
44 Copyright (C) 2002 Free Software Foundation, Inc. |
39627 | 45 Copying and distribution of this file, with or without modification, |
46 are permitted provided the copyright notice and this notice are preserved. |