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