Mercurial > emacs
annotate lisp/gnus/ChangeLog @ 89040:1a28ef0dd9f4
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 21 Aug 2002 02:30:11 +0000 |
parents | f595663c7323 |
children | 63d0bc85dea9 |
rev | line source |
---|---|
89040 | 1 2002-08-21 Kenichi Handa <handa@etl.go.jp> |
2 | |
3 * qp.el (quoted-printable-decode-region): Insert bytes by | |
4 `insert-byte'. | |
5 | |
89001 | 6 2002-08-18 Dave Love <fx@gnu.org> |
7 | |
8 * rfc2047.el (rfc2047-encode): Fix last change. | |
9 | |
88943 | 10 2002-07-30 Dave Love <fx@gnu.org> |
11 | |
12 * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. | |
13 Doc fix. | |
14 | |
15 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind | |
16 coding-system-for-read. | |
17 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. | |
18 | |
88841 | 19 2002-07-09 Dave Love <fx@gnu.org> |
20 | |
21 * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset | |
22 part. | |
23 | |
88793 | 24 2002-06-26 Dave Love <fx@gnu.org> |
25 | |
26 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. | |
27 (rfc2047-dissect-region): Don't record charsets. | |
28 (rfc2047-encode): Remove arg CHARSET. | |
29 (rfc2047-encode-region): Change rfc2047-encode call. | |
30 | |
88791 | 31 2002-06-24 Dave Love <fx@gnu.org> |
32 | |
33 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) | |
34 (mm-disable-multibyte-mule4) | |
35 (mm-with-unibyte-current-buffer-mule4): Deleted. | |
36 | |
37 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | |
38 (gnus-summary-select-article, gnus-summary-edit-article): Use | |
39 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
40 | |
41 * message.el (message-forward-make-body): Use | |
42 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
43 | |
44 * qp.el (quoted-printable-encode-region): Avoid | |
45 find-charset-region. | |
46 | |
47 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | |
48 (mm-encode-body): Just call mm-encode-coding-region in encoding | |
49 case. | |
50 | |
88661 | 51 2002-05-27 Dave Love <fx@gnu.org> |
52 | |
53 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | |
54 coding system to emacs-mule. | |
55 | |
88516 | 56 2002-05-14 Dave Love <fx@gnu.org> |
57 | |
58 * mm-util.el (mm-mime-mule-charset-alist) | |
59 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | |
60 (mm-mime-charset, mm-find-mime-charset-region): Look for | |
61 `:mime-charset' property of coding systems before `mime-charset'. | |
62 | |
30994 | 63 ;; Local Variables: |
31717 | 64 ;; coding: iso-2022-7bit |
30994 | 65 ;; End: |
39627 | 66 |
88816
028259b11c0d
Truncate to reflect only the branch.
Dave Love <fx@gnu.org>
parents:
88793
diff
changeset
|
67 Copyright (C) 2002 Free Software Foundation, Inc. |
39627 | 68 Copying and distribution of this file, with or without modification, |
69 are permitted provided the copyright notice and this notice are preserved. |