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