Nana-gnus: Version 7.1.0.17 (This is alpha status.)
[elisp/gnus.git-] / ChangeLog
1 2000-04-27  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
2
3         * Nana-gnus: Version 7.1.0.17 (This is alpha status.)
4         Only sync up with Gnus 5.8.5.
5
6         * GNUS-NEWS, README, aclocal.m4, make.bat, lisp/ChangeLog,
7         lisp/base64.el, lisp/dgnushack.el, lisp/fill-flowed.el,
8         lisp/flow-fill.el, lisp/format-spec.el, lisp/gnus-agent.el,
9         lisp/gnus-art.el, lisp/gnus-async.el, lisp/gnus-bcklg.el,
10         lisp/gnus-cache.el, lisp/gnus-cite.el, lisp/gnus-cus.el,
11         lisp/gnus-draft.el, lisp/gnus-dup.el, lisp/gnus-eform.el,
12         lisp/gnus-ems.el, lisp/gnus-group.el, lisp/gnus-int.el,
13         lisp/gnus-kill.el, lisp/gnus-logic.el, lisp/gnus-mh.el,
14         lisp/gnus-mlspl.el, lisp/gnus-move.el, lisp/gnus-msg.el,
15         lisp/gnus-score.el, lisp/gnus-spec.el, lisp/gnus-srvr.el,
16         lisp/gnus-start.el, lisp/gnus-sum.el, lisp/gnus-topic.el,
17         lisp/gnus-util.el, lisp/gnus-uu.el, lisp/gnus-win.el,
18         lisp/gnus-xmas.el, lisp/gnus.el, lisp/ietf-drums.el, lisp/imap.el,
19         lisp/lpath.el, lisp/mail-parse.el, lisp/mail-prsvr.el,
20         lisp/mail-source.el, lisp/message.el, lisp/mm-bodies.el,
21         lisp/mm-decode.el, lisp/mm-encode.el, lisp/mm-util.el,
22         lisp/mm-uu.el, lisp/mm-view.el, lisp/nnagent.el, lisp/nndoc.el,
23         lisp/nndraft.el, lisp/nnfolder.el, lisp/nnheader.el,
24         lisp/nnimap.el, lisp/nnmail.el, lisp/nnml.el, lisp/nnslashdot.el,
25         lisp/nnspool.el, lisp/nntp.el, lisp/nnultimate.el,
26         lisp/nnvirtual.el, lisp/nnwarchive.el, lisp/nnweb.el,
27         lisp/parse-time.el, lisp/pop3.el, lisp/qp.el, lisp/rfc1843.el,
28         lisp/rfc2047.el, lisp/smiley.el, lisp/time-date.el,
29         lisp/webmail.el, texi/ChangeLog, texi/Makefile.in, texi/gnus.texi,
30         texi/message.texi, texi/refcard.tex: Sync up with Gnus 5.8.5.
31
32         * lisp/gnus-vers.el (gnus-vers): Update to 7.1.0.17.
33
34 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
35
36         * Nana-gnus: Version 7.1.0.16 (This is alpha status.)
37         Fix bugs.
38
39         * lisp/gnus-vers.el (gnus-vers): Update to 7.1.0.16.
40
41         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
42         modification.
43         (gnus-search-or-regist-spec): Change interface.
44
45         * lisp/message.el (message-buffers): New function. (copy from Gnus
46         5.8.3)
47
48 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
49
50         * Nana-gnus: Version 7.1.0.15 (This is alpha status.)
51         Fix a bug.  Modify internal cache data structures.
52
53         * lisp/mess-lcl.el (message-mime-charset-recover-by-ask):
54         Abolished argments.
55
56         * lisp/gnus.el (gnus-version): Restore string format.
57         (gnus-product-variable-file-list): Update file compatibility
58         version numbers.
59
60         * lisp/gnus-vers.el (gnus-vers): Update to 7.1.0.15.
61         (gnus-product-name): Revived.
62         (gnus-version-number): Likewise.
63
64         * lisp/gnus-start.el (gnus-product-directory): Use
65         `gnus-product-name'.
66         (gnus-product-variable-touch): Support multiple arguments.
67
68         * lisp/gnus-spec.el (gnus-format-specs): Modify data structure.
69         (gnus-format-specs-compiled): Likewise.
70         (gnus-update-format): Support new data structure of
71         `gnus-format-specs'.
72         (gnus-update-format-specification-1): Support new data structure
73         of `gnus-format-specs-compiled'.
74         (gnus-update-format-specifications): Likewise.
75         (gnus-search-or-regist-spec): New utility macro.
76
77 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
78
79         * Nana-gnus: Version 7.1.0.14 (This is alpha status.)
80         Require `product' in APEL 10.0 or later.
81         Will be created ``~/News/.Nana-gnus/'' directory automatically by
82         default.   You can customize location by `gnus-product-directory'.
83         ``cache'' and  ``strict-cache'' files will be created under the
84         directory.
85
86         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
87         (gnus-product-name): Abolished.
88         (gnus-version-number): Ditto.
89         (gnus-version): Use `product-string'. (Format changed)
90         (gnus-variable-list): Delete `gnus-format-specs'.
91         (gnus-product-variable-file-list): New variable.
92         (TopLevel): Use `product-provide'.
93
94         * lisp/gnus-vers.el: New file.  Nana-gnus version 7.1.0.14.
95
96         * lisp/gnus-start.el (gnus-product-directory): New user option.
97         (gnus-clear-quick-file-variables): New function.
98         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
99         (gnus-read-newsrc-file): Likewise.
100         (gnus-read-newsrc-el-file): Read product's variable files.
101         (gnus-product-read-variable-file-1): New function.
102         (gnus-save-newsrc-file): Save product's variable files.
103         (gnus-product-variable-touch): New function.
104         (gnus-product-variables-dirty-p): Ditto.
105         (gnus-product-save-variable-file): Ditto.
106         (gnus-product-save-variable-file-1): Ditto.
107         (gnus-product-quick-file-format): Ditto.
108
109         * lisp/gnus-spec.el (gnus-update-format): Use
110         `gnus-product-variable-touch'.
111         (gnus-update-format-specification-1): Likewise.
112         (gnus-update-format-specifications): Do not check `emacs-version'
113         and `gnus-newsrc-file-version'.  Use
114         `gnus-product-variable-touch'.
115
116         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
117         `product-string'.
118
119 2000-03-10  Keiichi Suzuki  <keiichi@nanap.org>
120
121         * Nana-gnus: Version 7.1.0.13 (This is alpha status.)
122         CAUTION: Changed coding system of ``~/.newsrc.eld''.
123
124         If you are using Nana-gnus 7.  Check your ~/.newsrc.eld before
125         start up after this version.
126         1. Quit your gnus.
127         2. Backup your ~/.newsrc.eld.
128         2. Find ~/.newsrc.eld with `binary' coding system.
129         3. If you used `gnus-compile', delete a line which start
130            `(setq gnus-format-specs'.
131         4. Change buffer file coding system to `ctext'.
132         5. Save buffer.
133
134         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.13.
135
136         * lisp/gnus-start.el (gnus-startup-file-coding-system): Use
137         `ctext' instead of `binaly'.
138
139 * 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
140
141         * lisp/gnus.el (gnus-compile-user-specs): New user option.
142
143         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
144         as well; don't bind `gnus-tmp-func'.
145         (gnus-update-format-specifications): Use
146         `gnus-update-format-specification-1'.
147         (gnus-update-format-specification-1): New function.
148         (gnus-format-specs-compiled): Modify the form.
149         (TopLevel): Require `alist'.
150
151 * 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
152
153         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
154         `gnus-format-specs', generate compiled specs in
155         `gnus-format-specs-compiled' instead; don't touch the dribble
156         buffer.
157         (gnus-format-specs-compiled): New internal variable.
158
159 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
160
161         * Nana-gnus: Version 7.1.0.12 (This is alpha status.)
162         Fix a bug.
163
164         * lisp/message.el (message-send): Encode header fields, when did
165         not send message.
166
167         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.12.
168
169         * lisp/gnus-spec.el (gnus-update-format-specifications): Fix bug
170         in latest changes.
171
172 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
173
174         * Nana-gnus: Version 7.1.0.11 (This is alpha status.)
175         Fix bugs.
176
177         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
178         update format specifications, when differ `gnus-version' and
179         `gnus-newsrc-file-version' instead of `gnus-version' and
180         `gnus-vertsion' in `gnus-format-specs'.
181         Do not add `gnus-version' into `gnus-format-specs'.
182         (gnus-compile): Remove `gnus-version' from `gnus-format-specs'.
183
184         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.11.
185         (gnus-continuum-version): Return version number of based Gnus.
186
187 2000-03-04  Keiichi Suzuki  <keiichi@nanap.org>
188
189         * Nana-gnus: Version 7.1.0.10 (This is alpha status.)
190         Fix a bug.
191
192         * lisp/message.el (message-narrow-to-headers-or-head): Copy from
193         Gnus 5.8.3.
194
195         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.10.
196
197 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
198
199         * Nana-gnus: Version 7.1.0.9 (This is alpha status.)
200         Fix a bug.
201
202         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.9.
203
204         * lisp/mmgnus.el (TopLevel): Require `mmgeneric' when installed
205         it.
206
207         * lisp/mm-decode.el (mm-mailcap-command): Do not use
208         `mime-parameter' (in flim-1_13-rfc2231).
209
210 2000-02-22  Keiichi Suzuki  <keiichi@nanap.org>
211
212         * Nana-gnus: Version 7.1.0.8 (This is alpha status.)
213         I tested `nnvirtual'.
214
215         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.8.
216
217 * 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
218
219         * nnvirtual.el (nnvirtual-request-article):
220         Bind gnus-override-method to nil.
221         (nnvirtual-request-update-mark): Don't update mark when
222         article is not there.
223
224 2000-02-14  Keiichi Suzuki  <keiichi@nanap.org>
225
226         * Nana-gnus: Version 7.1.0.7 (This is alpha status.)
227         See announcement of 7.1.0.3.
228
229         Sync up with T-gnus 6.14 around POP3 mail retrieving.
230
231         I tested `gnus-agent'. It's probably fine.
232
233         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.7.
234
235         * lisp/mail-source.el (mail-source-keyword-map): Sync up with
236         T-gnus 6.14 for supporting `pop3-connection-type'.
237         (mail-source-fetch-pop): Likewise.
238
239         * lisp/pop3.el: Sync up with T-gnus 6.14 for supporting
240         `pop3-connection-type', `pop3-leave-mail-on-server',
241         `pop3-maximum-message-size' and `pop3-except-header-regexp'.
242
243 2000-02-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
244
245         * Nana-gnus: Version 7.1.0.6 (This is alpha status.)
246         See announcement of 7.1.0.3.
247
248         Maybe use `gnus-agent'.
249
250         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.6.
251
252         * lisp/nnmh.el (nnmh-request-accept-article): Do not add dummy
253         Message-Id to message which accept to `queue' to `draft' group.
254
255 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
256
257         * Nana-gnus: Version 7.1.0.5 (This is alpha status.)
258         See announcement of 7.1.0.3.
259
260         Only sync up with Gnus 5.8.3.
261
262         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.5.
263
264         * lisp/ChangeLog, lisp/base64.el, lisp/binhex.el,
265         lisp/dgnushack.el, lisp/gnus-agent.el, lisp/gnus-art.el,
266         lisp/gnus-async.el, lisp/gnus-audio.el, lisp/gnus-bcklg.el,
267         lisp/gnus-cache.el, lisp/gnus-cite.el, lisp/gnus-cus.el,
268         lisp/gnus-demon.el, lisp/gnus-draft.el, lisp/gnus-ems.el,
269         lisp/gnus-gl.el, lisp/gnus-group.el, lisp/gnus-kill.el,
270         lisp/gnus-load.el, lisp/gnus-mh.el, lisp/gnus-mlspl.el,
271         lisp/gnus-msg.el, lisp/gnus-nocem.el, lisp/gnus-picon.el,
272         lisp/gnus-range.el, lisp/gnus-salt.el, lisp/gnus-score.el,
273         lisp/gnus-setup.el, lisp/gnus-soup.el, lisp/gnus-spec.el,
274         lisp/gnus-srvr.el, lisp/gnus-start.el, lisp/gnus-sum.el,
275         lisp/gnus-topic.el, lisp/gnus-undo.el, lisp/gnus-util.el,
276         lisp/gnus-uu.el, lisp/gnus-win.el, lisp/gnus-xmas.el,
277         lisp/gnus.el, lisp/ietf-drums.el, lisp/imap.el, lisp/lpath.el,
278         lisp/mail-prsvr.el, lisp/mail-source.el, lisp/md5.el,
279         lisp/message.el, lisp/messcompat.el, lisp/mm-bodies.el,
280         lisp/mm-decode.el, lisp/mm-encode.el, lisp/mm-mailcap.el,
281         lisp/mm-util.el, lisp/mm-uu.el, lisp/mm-view.el, lisp/nnagent.el,
282         lisp/nnbabyl.el, lisp/nndb.el, lisp/nndoc.el, lisp/nndraft.el,
283         lisp/nneething.el, lisp/nnfolder.el, lisp/nnheader.el,
284         lisp/nnimap.el, lisp/nnkiboze.el, lisp/nnlistserv.el,
285         lisp/nnmail.el, lisp/nnmbox.el, lisp/nnmh.el, lisp/nnml.el,
286         lisp/nnslashdot.el, lisp/nnsoup.el, lisp/nnspool.el, lisp/nntp.el,
287         lisp/nnultimate.el, lisp/nnvirtual.el, lisp/nnwarchive.el,
288         lisp/nnweb.el, lisp/parse-time.el, lisp/pop3.el, lisp/qp.el,
289         lisp/rfc1843.el, lisp/rfc2047.el, lisp/rfc2104.el, lisp/smiley.el,
290         lisp/uudecode.el, lisp/webmail.el, , texi/ChangeLog,
291         texi/emacs-mime.texi, texi/gnus.texi, texi/message.texi: Sync up
292         with gnus-5_8_3.
293
294 2000-01-12  Keiichi Suzuki  <keiichi@nanap.org>
295
296         * Nana-gnus: Version 7.1.0.4 (This is alpha status.)
297         See announcement of 7.1.0.3.
298
299         Only fixed a bug.
300
301         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.4.
302
303         * lisp/gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Do not
304         decode extra header field.
305
306 2000-01-05  Keiichi Suzuki  <keiichi@nanap.org>
307
308         * Nana-gnus: Version 7.1.0.3 (This is alpha status.)
309         I tested only `nntp',`nnml (with pop3)' backend and `Message'
310         mode.
311
312         You can use ``extruct current entity''.  But can not use ``follow
313         current entity''.
314
315         * lisp/gnus-art.el (gnus-article-header-presentation-method): New
316         function.
317         (mime-header-presentation-method-alist): Add
318         `gnus-article-header-presentation-method'.
319         (gnus-mime-preview-quitting-method): New function.
320         (mime-preview-quitting-method-alist): Add
321         `gnus-mime-preview-quitting-method'.
322         (gnus-following-method): New function.
323         (mime-preview-following-method-alist): Add
324         `gnus-following-method'.
325
326         * lisp/mmgnus.el (mmgnus-entity-body): New function.
327         (mime-entity-content): Use `mmgnus-entity-body'.
328         (mime-insert-entity-content): New method.
329         (mime-write-entity-content): Likewise.
330         (mime-insert-entity): Likewise.
331         (mime-write-entity): Likewise.
332         (mime-write-entity-body): Likewise.
333
334         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.3.
335
336 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
337
338         * lisp/gnus-art.el (gnus-mime-display-part-with-mime-view): Bind
339         `mime-display-text/plain-hook' for `gnus-treat-article'.
340
341 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
342
343         * Nana-gnus: Version 7.1.0.2 (This is very alpha status.)
344         See announcement of 7.1.0.0.
345
346         You can use both MIME-View mode and Gnus native viewer from this
347         version.   If you would like to use MIME-View mode, set
348         `gnus-mime-display-part-with-mime-view' to
349         `gnus-mime-display-part-function' by default.  Otherwise, set
350         `gnus-mime-display-part-with-Gnus'.
351
352         * lisp/mmgnus.el (TopLevel): Require `mime' and `eword-deocode'
353         instead of `mmbuffer'.
354         (mmgnus-entity): Rename from `mime-gnus-handle-entity' and use
355         `mime-entity' as parent class.  Add slot `body' and `header'.
356         (mmgnus-visible-field-p): New function. (copy from
357         `mime-visible-field-p' in FLIM's mmbuffer.el)
358         (mmgnus-insert-header-from-string): New function.
359         (mime-insert-header): Define new method.
360         (mime-entity-content): Likewise.
361         (mime-gnus-entity): Use `mmgnus-entity' as parent class.
362
363         * lisp/mm-view.el (mm-inline-message): Set parent to the child.
364
365         * lisp/mm-decode.el: Rename `mime-gnus-handle-*' to `mmgnus-*'.
366         (mm-handle-body): Rename from `mm-handle-buffer'.
367         (mm-handle-set-body): Rename from `mm-handle-set-buffer'.
368         (mm-make-handle): New argument `parent' and `header'.  If encoding
369         is `nil', do not convert to string.
370         (mm-dissect-buffer-header): Rename argument `parent' to
371         `handle'.  Set raw header string to header slot of `mmgnus-entity'.
372         (mm-dissect-buffer): Rename argument `parent' to `handle'.  When
373         use `MIME-View' mode as viewer, parse `message/*' part.
374         (mm-dissect-singlepart): Use `mm-handle-set-body' and
375         `mm-handle-body'.
376         (mm-dissect-message): New function.
377         (mm-dissect-multipart): Rename argument `parent' to `handle'.
378         (mm-dissect-multipart): Set node ID for each parts.
379         (mm-destroy-part): Use `mm-handle-body' and `mm-handle-set-body'.
380         (mm-insert-part): Likewise.
381
382         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.2.
383
384         * lisp/gnus-art.el (gnus-insert-mime-button): Rename
385         `mm-handle-buffer' to `mm-handle-body'.
386         (gnus-article-decode-hook): Do not decode message header.
387         (gnus-mime-display-part-function): New variable
388         `gnus-mime-display-part-function'.
389         (gnus-display-mime): Use `gnus-mime-display-part-function'.
390         (gnus-mime-display-part-with-mime-view): New function for
391         `gnus-mime-display-part-function'.
392         (gnus-mime-display-part-with-Gnus): Likewise.
393
394 1999-12-25  Keiichi Suzuki  <keiichi@nanap.org>
395
396         * lisp/mm-decode.el (mm-dissect-buffer-header): Correspondence
397         with FLIM.
398
399         * lisp/gnus-art.el (gnus-article-decode-hook): Do not decode
400         message body.
401         (gnus-mime-view-all-parts): If single part message and only
402         remove part in `mm-display-part', then retry display this part.
403         (gnus-display-mime): Even if single part message, display message
404         body by handle.
405
406 1999-12-24  Keiichi Suzuki  <keiichi@nanap.org>
407
408         * Nana-gnus: Version 7.1.0.1 (This is very alpha status.)
409         See announcement of 7.1.0.0.
410
411         * lisp/nnheader.el (make-full-mail-header): If field decoder does
412         not found, then do not decode field body.
413
414         * lisp/mm-mailcap.el (mm-mailcap-mime-info): If `string' is
415         invalid content type format, use `string' as major content type.
416
417         * lisp/mm-decode.el (mm-dissect-buffer): Use `result' instead of
418         `parent'.
419
420         * lisp/gnus-art.el (gnus-mime-view-all-parts): Correspondence with
421         FLIM.
422
423         * lisp/mail-parse.el (mail-decode-encoded-word-region): Use
424         `mime-decode-header-in-region'.
425
426         * lisp/gnus-sum.el (TopLevel): Require `mcharset'.
427         (gnus-group-charset-alist): Use content of `default-mime-charset'
428         instead of `iso-8859-1' for default group charset.
429
430         * lisp/gnus-msg.el (gnus-setup-message): Restore to Gnus 5.8.2,
431         and use `default-mime-charset' instead of
432         `message-posting-charset'. (Do not need this part, probably.)
433
434         * lisp/gnus-art.el (gnus-decode-header-function): Use
435         `mail-decode-encoded-word-region'.
436         (article-decode-encoded-words): Bind `default-mime-charset'
437         instead of `mail-parse-charset'.
438
439         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.1.
440
441 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
442
443         * lisp/dgnushack.el (dgnushack-compile): Do not compile
444         `webmail.el'. (temporarily)
445
446         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
447         `save-restriction'.
448
449 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
450
451         * Nana-gnus: Version 7.1.0.0 (This is very alpha status.)
452         I tested only `nntp',`nnml (with pop3)' backend and `Message'
453         mode.
454
455         The test of implement that based on `luna' and the other FLIM
456         functions. But could not use MIME-View currently.
457
458         * lisp/score-mode.el (score-mode-coding-system): Do not specify
459         the coding system for score file in default.
460
461         * lisp/pop3.el (pop3-read-passwd): Check bounded function, before
462         load file.
463
464         * lisp/nnmail.el (nnmail-get-new-mail): Use `sources' insted of
465         `nnmail-spool-file'. (Maybe BUG of Gnus 5.8.2)
466
467         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Use
468         `make-full-mail-header'.
469
470         * lisp/nnheader.el: Sync with Nana-gnus 6.13.
471
472         * lisp/nndraft.el (nndraft-request-article): Use
473         `nnheader-file-coding-system'.
474
475         * lisp/mml.el: Abolished.
476
477         * lisp/mmgnus.el: Copy from Nana-gnus 6.13.
478         (mime-gnus-handle-entity): New class.
479         (mime-gnus-entity): Use `mime-gnus-handle-entity'.
480
481         * lisp/mm-view.el: Rename `mailcap-*' to `mm-mailcap-*'.
482         (mm-inline-message): Correspondence with FLIM.
483
484         * lisp/mm-uu.el: Rename `mailcap-*' to `mm-mailcap-*'.
485
486         * lisp/mm-mailcap.el:  Rename from `mailcap.el'.
487
488         * lisp/mm-encode.el: Rename `mailcap-*' to `mm-mailcap-*'.
489
490         * lisp/mm-decode.el (mm-handle-p): New inline funtion.
491         (mm-handle-set-buffer): Likewise.
492         (mm-handle-multipart/mixed-p): Likewise.
493         (mm-handle-type-parameters): Likewise.
494         (mm-handle-disposition-type): Likewise.
495         (mm-handle-disposition-parameters): Likewise.
496         (mm-handle-buffer): Correspondence with FLIM.
497         (mm-handle-type): Likewise.
498         (mm-handle-media-type): Likewise.
499         (mm-handle-media-supertype): Likewise.
500         (mm-handle-media-subtype): Likewise.
501         (mm-handle-undisplayer): Likewise.
502         (mm-handle-set-undisplayer): Likewise.
503         (mm-handle-disposition): Likewise.
504         (mm-handle-description): Likewise.
505         (mm-handle-cache): Likewise.
506         (mm-handle-set-cache): Likewise.
507         (mm-handle-id): Likewise.
508         (mm-make-handle): Likewise.
509         (mm-mailcap-command): Likewise.
510         (mm-remove-parts): Likewise.
511         (mm-destroy-parts): Likewise.
512         (mm-remove-part): Likewise.
513         (mm-destroy-part): Likewise.
514         (mm-preferred-alternative): Likewise.
515         (mm-handle-child): New alias.
516         (mm-handle-set-child): Likewise.
517         (mm-dissect-buffer-header): New function.
518         (mm-dissect-buffer): Use
519         `mm-dissect-buffer-header'. Correspondence with FLIM.
520         (mm-dissect-singlepart): Change arguments. Correspondence with
521         FLIM.
522         (mm-dissect-multipart): New required argument. Correspondence with
523         FLIM.
524         (mm-display-part): Rename `mailcap-*' to `mm-mailcap-*'. Use
525         `mm-handle-media-subtype'.
526         (mm-display-external): Rename `mailcap-*' to `mm-mailcap-*'.
527         (mm-interactively-view-part): Likewise.
528
529         * lisp/mm-bodies.el (TopLevel): Require `mm-encode'.
530
531         * lisp/message.el: Copy from Nana-gnus 6.13.
532
533         * lisp/mess-lcl.el: Copy from Nana-gnus 6.13.
534
535         * lisp/mess-bbdb.el: Ditto.
536
537         * lisp/mailcap.el: Rename to mm-mailcap.el
538
539         * lisp/mail-parse.el (mail-header-parse-content-type): Use
540         `mime-parse-Content-Type'.
541         (mail-header-parse-content-disposition): Use
542         `mime-parse-Content-Disposition'.
543         (mail-content-type-get): Use `mime-content-type-parameter'.
544
545         * lisp/gnus.el: Sync with Nana-gnus 6.13.
546         (gnus-version-number): Version 7.1.0.0.
547
548         * lisp/gnus-sum.el: Sync with Nana-gnus 6.13.
549         (gnus-update-summary-mark-positions): Correspondence with FLIM.
550         (gnus-nov-parse-line): Likewise.
551         (gnus-get-newsgroup-headers): Likewise.
552         (gnus-summary-save-parts): Likewise.
553
554         * lisp/gnus-spec.el: Sync with Nana-gnus 6.13.
555
556         * lisp/gnus-soup.el (gnus-soup-send-packet): Do not use
557         `message-newsreader' and `message-mailer'.
558
559         * lisp/gnus-score.el: Sync with Nana-gnus 6.13.
560         (gnus-score-save): Do not replace file name character in base
561         path.
562
563         * lisp/gnus-msg.el: Sync with Nana-gnus 6.13.
564
565         * lisp/gnus-int.el (gnus-request-accept-article): Do not encode
566         message.
567
568         * lisp/gnus-draft.el: Sync with Nana-gnus 6.13.
569
570         * lisp/gnus-cache.el (gnus-cache-file-name): Do not replace file
571         name character in base path.
572
573         * lisp/gnus-bbdb.el: Copy from Nana-gnus 6.13.
574
575         * lisp/gnus-art.el (gnus-decode-header-function): Use
576         `mime-decode-header-in-region'.
577         (article-decode-charset): Correspondence with FLIM.
578         (gnus-article-prepare): Likewise.
579         (gnus-article-prepare-display): New optional argument.
580         (gnus-mime-view-part-as-type): Rename `mailcap-*' to
581         `mm-mailcap-*'.
582         (gnus-display-mime): New required argument. Correspondence with
583         FLIM.
584         (gnus-mime-display-part): Likewise.
585         (gnus-mime-display-single): Likewise.
586         (gnus-mime-display-alternative): Likewise.
587         (gnus-mime-display-alternative): Likewise.
588
589         * lisp/dgnushack.el (dgnushack-compile): When BBDB is not
590         installed, do not compile `gnus-bbdb.el' and `mess-bbdb.el'.
591
592         *  (Repository): New branch Nana7 from gnus-5.8.2.