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