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