Mercurial > emacs
annotate lisp/gnus/ChangeLog @ 89184:88a9e962e183
(decode_coding_utf_8): Treat surrogates as invalid.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 09 Oct 2002 22:00:36 +0000 |
parents | 5d850a12b6f5 |
children | 9693e41cc2fd |
rev | line source |
---|---|
89179 | 1 2002-10-07 Dave Love <fx@gnu.org> |
2 | |
3 * qp.el (quoted-printable-encode-region): Go to start of range | |
4 before searching. | |
5 (quoted-printable-encode-region): Use multibyte-char-to-unibyte. | |
6 | |
89078 | 7 2002-09-05 Dave Love <fx@gnu.org> |
8 | |
89083 | 9 * qp.el (quoted-printable-decode-region): Use mm-insert-byte. |
10 | |
89078 | 11 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) |
89083 | 12 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. |
89078 | 13 (mm-find-mime-charset-region): Remove hack-charsets stuff. |
89083 | 14 (mm-insert-byte): New. |
89078 | 15 |
16 * rfc2047.el (message-posting-charset): defvar when compiling. | |
17 (rfc2047-header-encoding-alist): Add `address-mime' part. | |
18 (rfc2047-charset-encoding-alist): Use B for iso-8859-7. Doc fix. | |
19 (rfc2047-q-encoding-alist): Augment header list. | |
20 (rfc2047-encodable-p): Use mm-find-mime-charset-region. | |
21 (rfc2047-special-chars, rfc2047-non-special-chars): New. | |
22 (rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode): | |
23 Rewritten to avoid charset stuff and to take account of rfc2822 | |
24 tokens. | |
25 (rfc2047-encode-message-header): Don't include header name field | |
26 in encoding. Add `address-mime' case and bind | |
27 rfc2047-special-chars for `mime' case. | |
28 | |
89040 | 29 2002-08-21 Kenichi Handa <handa@etl.go.jp> |
30 | |
31 * qp.el (quoted-printable-decode-region): Insert bytes by | |
32 `insert-byte'. | |
33 | |
89001 | 34 2002-08-18 Dave Love <fx@gnu.org> |
35 | |
36 * rfc2047.el (rfc2047-encode): Fix last change. | |
37 | |
88943 | 38 2002-07-30 Dave Love <fx@gnu.org> |
39 | |
40 * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. | |
41 Doc fix. | |
42 | |
43 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind | |
44 coding-system-for-read. | |
45 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. | |
46 | |
88841 | 47 2002-07-09 Dave Love <fx@gnu.org> |
48 | |
49 * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset | |
50 part. | |
51 | |
88793 | 52 2002-06-26 Dave Love <fx@gnu.org> |
53 | |
54 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. | |
55 (rfc2047-dissect-region): Don't record charsets. | |
56 (rfc2047-encode): Remove arg CHARSET. | |
57 (rfc2047-encode-region): Change rfc2047-encode call. | |
58 | |
88791 | 59 2002-06-24 Dave Love <fx@gnu.org> |
60 | |
61 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) | |
62 (mm-disable-multibyte-mule4) | |
63 (mm-with-unibyte-current-buffer-mule4): Deleted. | |
64 | |
65 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | |
66 (gnus-summary-select-article, gnus-summary-edit-article): Use | |
67 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
68 | |
69 * message.el (message-forward-make-body): Use | |
70 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
71 | |
72 * qp.el (quoted-printable-encode-region): Avoid | |
73 find-charset-region. | |
74 | |
75 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | |
76 (mm-encode-body): Just call mm-encode-coding-region in encoding | |
77 case. | |
78 | |
88661 | 79 2002-05-27 Dave Love <fx@gnu.org> |
80 | |
81 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | |
82 coding system to emacs-mule. | |
83 | |
88516 | 84 2002-05-14 Dave Love <fx@gnu.org> |
85 | |
86 * mm-util.el (mm-mime-mule-charset-alist) | |
87 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | |
88 (mm-mime-charset, mm-find-mime-charset-region): Look for | |
89 `:mime-charset' property of coding systems before `mime-charset'. | |
90 | |
30994 | 91 ;; Local Variables: |
31717 | 92 ;; coding: iso-2022-7bit |
30994 | 93 ;; End: |
39627 | 94 |
88816
028259b11c0d
Truncate to reflect only the branch.
Dave Love <fx@gnu.org>
parents:
88793
diff
changeset
|
95 Copyright (C) 2002 Free Software Foundation, Inc. |
39627 | 96 Copying and distribution of this file, with or without modification, |
97 are permitted provided the copyright notice and this notice are preserved. |