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