Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 91594:f3e7a6827903
Remove incorrect entries from lisp/gnus/ChangeLog
These entries were in lisp/gnus/ChangeLog.unicode, but no corresponding code
changes occurred when merging the unicode branch to the trunk (perhaps those
changes were separately merged to the trunk prior to the unicode merge).
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1056
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 06 Feb 2008 22:53:44 +0000 |
parents | 5f89bbfccdc3 |
children | 10893c587e90 |
comparison
equal
deleted
inserted
replaced
91593:3081b8f848bc | 91594:f3e7a6827903 |
---|---|
12 | 12 |
13 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. | 13 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. |
14 | 14 |
15 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. | 15 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. |
16 | 16 |
17 2008-02-01 Kenichi Handa <handa@m17n.org> | |
18 | |
19 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Use correct | |
20 form for specifying a mode in the header line. | |
21 | |
22 2008-02-01 Miles Bader <miles@gnu.org> | 17 2008-02-01 Miles Bader <miles@gnu.org> |
23 | 18 |
24 * mml.el (mml-parse-1): Remove apparently vestigial use of | 19 * mml.el (mml-parse-1): Remove apparently vestigial use of |
25 `mm-hack-charsets'. | 20 `mm-hack-charsets'. |
26 * mm-bodies.el (mm-encode-body): Likewise. | 21 * mm-bodies.el (mm-encode-body): Likewise. |
27 | 22 |
28 2008-02-01 Kenichi Handa <handa@m17n.org> | 23 2008-02-01 Kenichi Handa <handa@m17n.org> |
29 | 24 |
30 * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte | |
31 with the arg `to'. | |
32 | |
33 2008-02-01 Kenichi Handa <handa@m17n.org> | |
34 | |
35 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from | 25 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from |
36 rfc2104-hexstring-to-bitstring and changed to return a byte list. | 26 rfc2104-hexstring-to-bitstring and changed to return a byte list. |
37 (rfc2104-hash): Convert the result of concat to unibyte string. | 27 (rfc2104-hash): Convert the result of concat to unibyte string. |
38 | 28 |
39 2008-02-01 Dave Love <fx@gnu.org> | 29 2008-02-01 Dave Love <fx@gnu.org> |
40 | 30 |
41 * mm-bodies.el (mm-encode-body): Doc fix. | |
42 | |
43 * qp.el (quoted-printable-encode-region): Fix non-Emacs 22 case. | |
44 | |
45 2008-02-01 Dave Love <fx@gnu.org> | |
46 | |
47 * qp.el (quoted-printable-encode-region): Fix non-multibyte search | |
48 for Emacs 22. | |
49 | |
50 2008-02-01 Dave Love <fx@gnu.org> | |
51 | |
52 * qp.el (quoted-printable-encode-region): Go to start of range | |
53 before searching. | |
54 (quoted-printable-encode-region): Use multibyte-char-to-unibyte. | |
55 | |
56 2008-02-01 Dave Love <fx@gnu.org> | |
57 | |
58 * qp.el (quoted-printable-decode-region): Use mm-insert-byte. | |
59 | |
60 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) | |
61 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. | |
62 (mm-find-mime-charset-region): Remove hack-charsets stuff. | |
63 (mm-insert-byte): New. | |
64 | |
65 * rfc2047.el (message-posting-charset): defvar when compiling. | |
66 (rfc2047-header-encoding-alist): Add `address-mime' part. | |
67 (rfc2047-charset-encoding-alist): Use B for iso-8859-7. Doc fix. | |
68 (rfc2047-q-encoding-alist): Augment header list. | |
69 (rfc2047-encodable-p): Use mm-find-mime-charset-region. | |
70 (rfc2047-special-chars, rfc2047-non-special-chars): New. | |
71 (rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode): | |
72 Rewritten to avoid charset stuff and to take account of rfc2822 | |
73 tokens. | |
74 (rfc2047-encode-message-header): Don't include header name field | |
75 in encoding. Add `address-mime' case and bind | |
76 rfc2047-special-chars for `mime' case. | |
77 | |
78 2008-02-01 Kenichi Handa <handa@etl.go.jp> | |
79 | |
80 * qp.el (quoted-printable-decode-region): Insert bytes by | |
81 `insert-byte'. | |
82 | |
83 2008-02-01 Dave Love <fx@gnu.org> | |
84 | |
85 * rfc2047.el (rfc2047-encode): Fix last change. | |
86 | |
87 2008-02-01 Dave Love <fx@gnu.org> | |
88 | |
89 * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. | |
90 Doc fix. | |
91 | |
92 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind | 31 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind |
93 coding-system-for-read. | 32 coding-system-for-read. |
94 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. | 33 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. |
95 | 34 |
96 2008-02-01 Dave Love <fx@gnu.org> | 35 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) |
97 | 36 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. |
98 * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset | 37 (mm-find-mime-charset-region): Remove hack-charsets stuff. |
99 part. | |
100 | |
101 2008-02-01 Dave Love <fx@gnu.org> | |
102 | |
103 * rfc2047.el (rfc2047-encodable-p): Avoid mm-find-charset-region. | |
104 (rfc2047-dissect-region): Don't record charsets. | |
105 (rfc2047-encode): Remove arg CHARSET. | |
106 (rfc2047-encode-region): Change rfc2047-encode call. | |
107 | |
108 2008-02-01 Dave Love <fx@gnu.org> | |
109 | |
110 * mm-util.el (mm-mule4-p, mm-enable-multibyte-mule4) | |
111 (mm-disable-multibyte-mule4) | |
112 (mm-with-unibyte-current-buffer-mule4): Deleted. | |
113 | |
114 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | |
115 (gnus-summary-select-article, gnus-summary-edit-article): Use | |
116 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
117 | |
118 * message.el (message-forward-make-body): Use | |
119 mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
120 | |
121 * qp.el (quoted-printable-encode-region): Avoid | |
122 find-charset-region. | |
123 | |
124 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | |
125 (mm-encode-body): Just call mm-encode-coding-region in encoding | |
126 case. | |
127 | |
128 2008-02-01 Dave Love <fx@gnu.org> | |
129 | |
130 * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | |
131 coding system to emacs-mule. | |
132 | |
133 2008-02-01 Dave Love <fx@gnu.org> | |
134 | |
135 * mm-util.el (mm-mime-mule-charset-alist) | |
136 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | |
137 (mm-mime-charset, mm-find-mime-charset-region): Look for | |
138 `:mime-charset' property of coding systems before `mime-charset'. | |
139 | 38 |
140 2008-01-24 Michael Sperber <sperber@deinprogramm.de> | 39 2008-01-24 Michael Sperber <sperber@deinprogramm.de> |
141 | 40 |
142 * mail-source.el (mail-sources): Add `group' choice. | 41 * mail-source.el (mail-sources): Add `group' choice. |
143 | 42 |