Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 91505:24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 04 Feb 2008 09:38:39 +0000 |
parents | 0e2ade584fbb |
children | ab078721fd90 |
comparison
equal
deleted
inserted
replaced
91504:e14128ea1f6f | 91505:24e0f42ae574 |
---|---|
1 2008-02-02 Zhang Wei <id.brep@gmail.com> | 1 2008-02-01 Zhang Wei <id.brep@gmail.com> |
2 | 2 |
3 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. | 3 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. |
4 | 4 |
5 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. | 5 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. |
6 | 6 |
7 2008-02-02 Kenichi Handa <handa@m17n.org> | 7 2008-02-01 Kenichi Handa <handa@m17n.org> |
8 | 8 |
9 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Use correct | 9 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Use correct |
10 form for specifying a mode in the header line. | 10 form for specifying a mode in the header line. |
11 | 11 |
12 2008-02-02 Miles Bader <miles@gnu.org> | 12 2008-02-01 Miles Bader <miles@gnu.org> |
13 | 13 |
14 * mml.el (mml-parse-1): Remove apparently vestigial use of | 14 * mml.el (mml-parse-1): Remove apparently vestigial use of |
15 `mm-hack-charsets'. | 15 `mm-hack-charsets'. |
16 * mm-bodies.el (mm-encode-body): Likewise. | 16 * mm-bodies.el (mm-encode-body): Likewise. |
17 | 17 |
18 2008-02-02 Kenichi Handa <handa@m17n.org> | 18 2008-02-01 Kenichi Handa <handa@m17n.org> |
19 | 19 |
20 * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte | 20 * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte |
21 with the arg `to'. | 21 with the arg `to'. |
22 | 22 |
23 2008-02-02 Kenichi Handa <handa@m17n.org> | 23 2008-02-01 Kenichi Handa <handa@m17n.org> |
24 | 24 |
25 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from | 25 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from |
26 rfc2104-hexstring-to-bitstring and changed to return a byte list. | 26 rfc2104-hexstring-to-bitstring and changed to return a byte list. |
27 (rfc2104-hash): Convert the result of concat to unibyte string. | 27 (rfc2104-hash): Convert the result of concat to unibyte string. |
28 | 28 |
29 2008-02-02 Dave Love <fx@gnu.org> | 29 2008-02-01 Dave Love <fx@gnu.org> |
30 | 30 |
31 * mm-bodies.el (mm-encode-body): Doc fix. | 31 * mm-bodies.el (mm-encode-body): Doc fix. |
32 | 32 |
33 * qp.el (quoted-printable-encode-region): Fix non-Emacs 22 case. | 33 * qp.el (quoted-printable-encode-region): Fix non-Emacs 22 case. |
34 | 34 |
35 2008-02-02 Dave Love <fx@gnu.org> | 35 2008-02-01 Dave Love <fx@gnu.org> |
36 | 36 |
37 * qp.el (quoted-printable-encode-region): Fix non-multibyte search | 37 * qp.el (quoted-printable-encode-region): Fix non-multibyte search |
38 for Emacs 22. | 38 for Emacs 22. |
39 | 39 |
40 2008-02-02 Dave Love <fx@gnu.org> | 40 2008-02-01 Dave Love <fx@gnu.org> |
41 | 41 |
42 * qp.el (quoted-printable-encode-region): Go to start of range | 42 * qp.el (quoted-printable-encode-region): Go to start of range |
43 before searching. | 43 before searching. |
44 (quoted-printable-encode-region): Use multibyte-char-to-unibyte. | 44 (quoted-printable-encode-region): Use multibyte-char-to-unibyte. |
45 | 45 |
46 2008-02-02 Dave Love <fx@gnu.org> | 46 2008-02-01 Dave Love <fx@gnu.org> |
47 | 47 |
48 * qp.el (quoted-printable-decode-region): Use mm-insert-byte. | 48 * qp.el (quoted-printable-decode-region): Use mm-insert-byte. |
49 | 49 |
50 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) | 50 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) |
51 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. | 51 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. |
63 tokens. | 63 tokens. |
64 (rfc2047-encode-message-header): Don't include header name field | 64 (rfc2047-encode-message-header): Don't include header name field |
65 in encoding. Add `address-mime' case and bind | 65 in encoding. Add `address-mime' case and bind |
66 rfc2047-special-chars for `mime' case. | 66 rfc2047-special-chars for `mime' case. |
67 | 67 |
68 2008-02-02 Kenichi Handa <handa@etl.go.jp> | 68 2008-02-01 Kenichi Handa <handa@etl.go.jp> |
69 | 69 |
70 * qp.el (quoted-printable-decode-region): Insert bytes by | 70 * qp.el (quoted-printable-decode-region): Insert bytes by |
71 `insert-byte'. | 71 `insert-byte'. |
72 | 72 |
73 2008-02-02 Dave Love <fx@gnu.org> | 73 2008-02-01 Dave Love <fx@gnu.org> |
74 | 74 |
75 * rfc2047.el (rfc2047-encode): Fix last change. | 75 * rfc2047.el (rfc2047-encode): Fix last change. |
76 | 76 |
77 2008-02-02 Dave Love <fx@gnu.org> | 77 2008-02-01 Dave Love <fx@gnu.org> |
78 | 78 |
79 * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. | 79 * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. |
80 Doc fix. | 80 Doc fix. |
81 | 81 |
82 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind | 82 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind |
83 coding-system-for-read. | 83 coding-system-for-read. |
84 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. | 84 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. |
85 | 85 |
86 2008-02-02 Dave Love <fx@gnu.org> | 86 2008-02-01 Dave Love <fx@gnu.org> |
87 | 87 |
88 * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset | 88 * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset |
89 part. | 89 part. |
90 | 90 |
91 2008-02-02 Dave Love <fx@gnu.org> | 91 2008-02-01 Dave Love <fx@gnu.org> |
92 | 92 |
93 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. | 93 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. |
94 (rfc2047-dissect-region): Don't record charsets. | 94 (rfc2047-dissect-region): Don't record charsets. |
95 (rfc2047-encode): Remove arg CHARSET. | 95 (rfc2047-encode): Remove arg CHARSET. |
96 (rfc2047-encode-region): Change rfc2047-encode call. | 96 (rfc2047-encode-region): Change rfc2047-encode call. |
97 | 97 |
98 2008-02-02 Dave Love <fx@gnu.org> | 98 2008-02-01 Dave Love <fx@gnu.org> |
99 | 99 |
100 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) | 100 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) |
101 (mm-disable-multibyte-mule4) | 101 (mm-disable-multibyte-mule4) |
102 (mm-with-unibyte-current-buffer-mule4): Deleted. | 102 (mm-with-unibyte-current-buffer-mule4): Deleted. |
103 | 103 |
113 | 113 |
114 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | 114 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. |
115 (mm-encode-body): Just call mm-encode-coding-region in encoding | 115 (mm-encode-body): Just call mm-encode-coding-region in encoding |
116 case. | 116 case. |
117 | 117 |
118 2008-02-02 Dave Love <fx@gnu.org> | 118 2008-02-01 Dave Love <fx@gnu.org> |
119 | 119 |
120 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | 120 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs |
121 coding system to emacs-mule. | 121 coding system to emacs-mule. |
122 | 122 |
123 2008-02-02 Dave Love <fx@gnu.org> | 123 2008-02-01 Dave Love <fx@gnu.org> |
124 | 124 |
125 * mm-util.el (mm-mime-mule-charset-alist) | 125 * mm-util.el (mm-mime-mule-charset-alist) |
126 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | 126 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) |
127 (mm-mime-charset, mm-find-mime-charset-region): Look for | 127 (mm-mime-charset, mm-find-mime-charset-region): Look for |
128 `:mime-charset' property of coding systems before `mime-charset'. | 128 `:mime-charset' property of coding systems before `mime-charset'. |