Sync up with gnus-5_8_3.
[elisp/gnus.git-] / ChangeLog
1 2000-01-12  Keiichi Suzuki  <keiichi@nanap.org>
2
3         * Nana-gnus: Version 7.1.0.4 (This is alpha status.)
4         See announcement of 7.1.0.3.
5
6         Only fixed a bug.
7
8         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.4.
9
10         * lisp/gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Do not
11         decode extra header field.
12
13 2000-01-05  Keiichi Suzuki  <keiichi@nanap.org>
14
15         * Nana-gnus: Version 7.1.0.3 (This is alpha status.)
16         I tested only `nntp',`nnml (with pop3)' backend and `Message'
17         mode.
18
19         You can use ``extruct current entity''.  But can not use ``follow
20         current entity''.
21
22         * lisp/gnus-art.el (gnus-article-header-presentation-method): New
23         function.
24         (mime-header-presentation-method-alist): Add
25         `gnus-article-header-presentation-method'.
26         (gnus-mime-preview-quitting-method): New function.
27         (mime-preview-quitting-method-alist): Add
28         `gnus-mime-preview-quitting-method'.
29         (gnus-following-method): New function.
30         (mime-preview-following-method-alist): Add
31         `gnus-following-method'.
32
33         * lisp/mmgnus.el (mmgnus-entity-body): New function.
34         (mime-entity-content): Use `mmgnus-entity-body'.
35         (mime-insert-entity-content): New method.
36         (mime-write-entity-content): Likewise.
37         (mime-insert-entity): Likewise.
38         (mime-write-entity): Likewise.
39         (mime-write-entity-body): Likewise.
40
41         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.3.
42
43 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
44
45         * lisp/gnus-art.el (gnus-mime-display-part-with-mime-view): Bind
46         `mime-display-text/plain-hook' for `gnus-treat-article'.
47
48 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
49
50         * Nana-gnus: Version 7.1.0.2 (This is very alpha status.)
51         See announcement of 7.1.0.0.
52
53         You can use both MIME-View mode and Gnus native viewer from this
54         version.   If you would like to use MIME-View mode, set
55         `gnus-mime-display-part-with-mime-view' to
56         `gnus-mime-display-part-function' by default.  Otherwise, set
57         `gnus-mime-display-part-with-Gnus'.
58
59         * lisp/mmgnus.el (TopLevel): Require `mime' and `eword-deocode'
60         instead of `mmbuffer'.
61         (mmgnus-entity): Rename from `mime-gnus-handle-entity' and use
62         `mime-entity' as parent class.  Add slot `body' and `header'.
63         (mmgnus-visible-field-p): New function. (copy from
64         `mime-visible-field-p' in FLIM's mmbuffer.el)
65         (mmgnus-insert-header-from-string): New function.
66         (mime-insert-header): Define new method.
67         (mime-entity-content): Likewise.
68         (mime-gnus-entity): Use `mmgnus-entity' as parent class.
69
70         * lisp/mm-view.el (mm-inline-message): Set parent to the child.
71
72         * lisp/mm-decode.el: Rename `mime-gnus-handle-*' to `mmgnus-*'.
73         (mm-handle-body): Rename from `mm-handle-buffer'.
74         (mm-handle-set-body): Rename from `mm-handle-set-buffer'.
75         (mm-make-handle): New argument `parent' and `header'.  If encoding
76         is `nil', do not convert to string.
77         (mm-dissect-buffer-header): Rename argument `parent' to
78         `handle'.  Set raw header string to header slot of `mmgnus-entity'.
79         (mm-dissect-buffer): Rename argument `parent' to `handle'.  When
80         use `MIME-View' mode as viewer, parse `message/*' part.
81         (mm-dissect-singlepart): Use `mm-handle-set-body' and
82         `mm-handle-body'.
83         (mm-dissect-message): New function.
84         (mm-dissect-multipart): Rename argument `parent' to `handle'.
85         (mm-dissect-multipart): Set node ID for each parts.
86         (mm-destroy-part): Use `mm-handle-body' and `mm-handle-set-body'.
87         (mm-insert-part): Likewise.
88
89         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.2.
90
91         * lisp/gnus-art.el (gnus-insert-mime-button): Rename
92         `mm-handle-buffer' to `mm-handle-body'.
93         (gnus-article-decode-hook): Do not decode message header.
94         (gnus-mime-display-part-function): New variable
95         `gnus-mime-display-part-function'.
96         (gnus-display-mime): Use `gnus-mime-display-part-function'.
97         (gnus-mime-display-part-with-mime-view): New function for
98         `gnus-mime-display-part-function'.
99         (gnus-mime-display-part-with-Gnus): Likewise.
100
101 1999-12-25  Keiichi Suzuki  <keiichi@nanap.org>
102
103         * lisp/mm-decode.el (mm-dissect-buffer-header): Correspondence
104         with FLIM.
105
106         * lisp/gnus-art.el (gnus-article-decode-hook): Do not decode
107         message body.
108         (gnus-mime-view-all-parts): If single part message and only
109         remove part in `mm-display-part', then retry display this part.
110         (gnus-display-mime): Even if single part message, display message
111         body by handle.
112
113 1999-12-24  Keiichi Suzuki  <keiichi@nanap.org>
114
115         * Nana-gnus: Version 7.1.0.1 (This is very alpha status.)
116         See announcement of 7.1.0.0.
117
118         * lisp/nnheader.el (make-full-mail-header): If field decoder does
119         not found, then do not decode field body.
120
121         * lisp/mm-mailcap.el (mm-mailcap-mime-info): If `string' is
122         invalid content type format, use `string' as major content type.
123
124         * lisp/mm-decode.el (mm-dissect-buffer): Use `result' instead of
125         `parent'.
126
127         * lisp/gnus-art.el (gnus-mime-view-all-parts): Correspondence with
128         FLIM.
129
130         * lisp/mail-parse.el (mail-decode-encoded-word-region): Use
131         `mime-decode-header-in-region'.
132
133         * lisp/gnus-sum.el (TopLevel): Require `mcharset'.
134         (gnus-group-charset-alist): Use content of `default-mime-charset'
135         instead of `iso-8859-1' for default group charset.
136
137         * lisp/gnus-msg.el (gnus-setup-message): Restore to Gnus 5.8.2,
138         and use `default-mime-charset' instead of
139         `message-posting-charset'. (Do not need this part, probably.)
140
141         * lisp/gnus-art.el (gnus-decode-header-function): Use
142         `mail-decode-encoded-word-region'.
143         (article-decode-encoded-words): Bind `default-mime-charset'
144         instead of `mail-parse-charset'.
145
146         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.1.
147
148 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
149
150         * lisp/dgnushack.el (dgnushack-compile): Do not compile
151         `webmail.el'. (temporarily)
152
153         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
154         `save-restriction'.
155
156 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
157
158         * Nana-gnus: Version 7.1.0.0 (This is very alpha status.)
159         I tested only `nntp',`nnml (with pop3)' backend and `Message'
160         mode.
161
162         The test of implement that based on `luna' and the other FLIM
163         functions. But could not use MIME-View currently.
164
165         * lisp/score-mode.el (score-mode-coding-system): Do not specify
166         the coding system for score file in default.
167
168         * lisp/pop3.el (pop3-read-passwd): Check bounded function, before
169         load file.
170
171         * lisp/nnmail.el (nnmail-get-new-mail): Use `sources' insted of
172         `nnmail-spool-file'. (Maybe BUG of Gnus 5.8.2)
173
174         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Use
175         `make-full-mail-header'.
176
177         * lisp/nnheader.el: Sync with Nana-gnus 6.13.
178
179         * lisp/nndraft.el (nndraft-request-article): Use
180         `nnheader-file-coding-system'.
181
182         * lisp/mml.el: Abolished.
183
184         * lisp/mmgnus.el: Copy from Nana-gnus 6.13.
185         (mime-gnus-handle-entity): New class.
186         (mime-gnus-entity): Use `mime-gnus-handle-entity'.
187
188         * lisp/mm-view.el: Rename `mailcap-*' to `mm-mailcap-*'.
189         (mm-inline-message): Correspondence with FLIM.
190
191         * lisp/mm-uu.el: Rename `mailcap-*' to `mm-mailcap-*'.
192
193         * lisp/mm-mailcap.el:  Rename from `mailcap.el'.
194
195         * lisp/mm-encode.el: Rename `mailcap-*' to `mm-mailcap-*'.
196
197         * lisp/mm-decode.el (mm-handle-p): New inline funtion.
198         (mm-handle-set-buffer): Likewise.
199         (mm-handle-multipart/mixed-p): Likewise.
200         (mm-handle-type-parameters): Likewise.
201         (mm-handle-disposition-type): Likewise.
202         (mm-handle-disposition-parameters): Likewise.
203         (mm-handle-buffer): Correspondence with FLIM.
204         (mm-handle-type): Likewise.
205         (mm-handle-media-type): Likewise.
206         (mm-handle-media-supertype): Likewise.
207         (mm-handle-media-subtype): Likewise.
208         (mm-handle-undisplayer): Likewise.
209         (mm-handle-set-undisplayer): Likewise.
210         (mm-handle-disposition): Likewise.
211         (mm-handle-description): Likewise.
212         (mm-handle-cache): Likewise.
213         (mm-handle-set-cache): Likewise.
214         (mm-handle-id): Likewise.
215         (mm-make-handle): Likewise.
216         (mm-mailcap-command): Likewise.
217         (mm-remove-parts): Likewise.
218         (mm-destroy-parts): Likewise.
219         (mm-remove-part): Likewise.
220         (mm-destroy-part): Likewise.
221         (mm-preferred-alternative): Likewise.
222         (mm-handle-child): New alias.
223         (mm-handle-set-child): Likewise.
224         (mm-dissect-buffer-header): New function.
225         (mm-dissect-buffer): Use
226         `mm-dissect-buffer-header'. Correspondence with FLIM.
227         (mm-dissect-singlepart): Change arguments. Correspondence with
228         FLIM.
229         (mm-dissect-multipart): New required argument. Correspondence with
230         FLIM.
231         (mm-display-part): Rename `mailcap-*' to `mm-mailcap-*'. Use
232         `mm-handle-media-subtype'.
233         (mm-display-external): Rename `mailcap-*' to `mm-mailcap-*'.
234         (mm-interactively-view-part): Likewise.
235
236         * lisp/mm-bodies.el (TopLevel): Require `mm-encode'.
237
238         * lisp/message.el: Copy from Nana-gnus 6.13.
239
240         * lisp/mess-lcl.el: Copy from Nana-gnus 6.13.
241
242         * lisp/mess-bbdb.el: Ditto.
243
244         * lisp/mailcap.el: Rename to mm-mailcap.el
245
246         * lisp/mail-parse.el (mail-header-parse-content-type): Use
247         `mime-parse-Content-Type'.
248         (mail-header-parse-content-disposition): Use
249         `mime-parse-Content-Disposition'.
250         (mail-content-type-get): Use `mime-content-type-parameter'.
251
252         * lisp/gnus.el: Sync with Nana-gnus 6.13.
253         (gnus-version-number): Version 7.1.0.0.
254
255         * lisp/gnus-sum.el: Sync with Nana-gnus 6.13.
256         (gnus-update-summary-mark-positions): Correspondence with FLIM.
257         (gnus-nov-parse-line): Likewise.
258         (gnus-get-newsgroup-headers): Likewise.
259         (gnus-summary-save-parts): Likewise.
260
261         * lisp/gnus-spec.el: Sync with Nana-gnus 6.13.
262
263         * lisp/gnus-soup.el (gnus-soup-send-packet): Do not use
264         `message-newsreader' and `message-mailer'.
265
266         * lisp/gnus-score.el: Sync with Nana-gnus 6.13.
267         (gnus-score-save): Do not replace file name character in base
268         path.
269
270         * lisp/gnus-msg.el: Sync with Nana-gnus 6.13.
271
272         * lisp/gnus-int.el (gnus-request-accept-article): Do not encode
273         message.
274
275         * lisp/gnus-draft.el: Sync with Nana-gnus 6.13.
276
277         * lisp/gnus-cache.el (gnus-cache-file-name): Do not replace file
278         name character in base path.
279
280         * lisp/gnus-bbdb.el: Copy from Nana-gnus 6.13.
281
282         * lisp/gnus-art.el (gnus-decode-header-function): Use
283         `mime-decode-header-in-region'.
284         (article-decode-charset): Correspondence with FLIM.
285         (gnus-article-prepare): Likewise.
286         (gnus-article-prepare-display): New optional argument.
287         (gnus-mime-view-part-as-type): Rename `mailcap-*' to
288         `mm-mailcap-*'.
289         (gnus-display-mime): New required argument. Correspondence with
290         FLIM.
291         (gnus-mime-display-part): Likewise.
292         (gnus-mime-display-single): Likewise.
293         (gnus-mime-display-alternative): Likewise.
294         (gnus-mime-display-alternative): Likewise.
295
296         * lisp/dgnushack.el (dgnushack-compile): When BBDB is not
297         installed, do not compile `gnus-bbdb.el' and `mess-bbdb.el'.
298
299         *  (Repository): New branch Nana7 from gnus-5.8.2.