update.
[elisp/gnus.git-] / ChangeLog
1 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * Chaos: Version 1.12.4 was released.
4
5         * lisp/gnus.el (gnus-version-number): Update to 1.12.4.
6
7         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
8         `gnus-nov-skip-field' and `gnus-nov-field'.
9         (gnus-nov-parse-line): Use `nnheader-nov-field' and
10         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
11         `gnus-nov-read-integer'.
12         (gnus-get-newsgroup-headers-xover): Use
13         `gnus-retrieve-parsed-headers'.
14
15         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
16         `gnus-cache-braid-headers',
17         `nnheader-get-newsgroup-headers-xover*' and
18         `nnheader-retrieve-headers-from-directory*' instead of
19         `gnus-get-newsgroup-headers-xover', `gnus-cache-braid-parsed-nov'
20         nor `gnus-cache-braid-parsed-heads'; abolish function
21         `gnus-cache-braid-parsed-nov' and `gnus-cache-braid-parsed-nov'.
22         (gnus-cache-braid-headers): New function.
23
24         * lisp/nnheader.el (nnheader-file-name-translation-alist): Modify
25         DOC-string to sync with Pterodactyl Gnus v0.66.
26         (nnheader-nov-read-integer): Use `char-after' instead of
27         `following-char' <to sync with Pterodactyl Gnus v0.66>; use
28         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
29         same as `gnus-nov-read-integer'.
30         (nnheader-parse-nov): Use `char-after' instead of `following-char'
31         <to sync with Pterodactyl Gnus v0.66>.
32         (nnheader-retrieve-headers-from-directory*): New function.
33         (nnheader-retrieve-headers-from-directory): Use
34         `nnheader-retrieve-headers-from-directory*'.
35         (nnheader-get-newsgroup-headers-xover*): New function.
36         (nnheader-insert-references): Modify comment to sync with
37         Pterodactyl Gnus v0.66.
38
39 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
40
41         * Chaos: Version 1.12.3 was released.
42
43         * lisp/gnus.el (gnus-version-number): Update to 1.12.3.
44
45         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
46         `nnheader-retrieve-headers-from-directory'.
47
48         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
49         function.
50
51 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * Chaos: Version 1.12.2 was released.
54
55 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * lisp/gnus.el (gnus-version-number): Update to 1.12.2.
58         (gnus-version): Modify for SEMI 1.13.
59
60         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
61         `gnus-cache-retrieve-parsed-headers' instead of
62         `gnus-cache-retrieve-headers'.
63
64         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
65         function.
66         (gnus-cache-braid-parsed-nov): New function.
67         (gnus-cache-braid-parsed-heads): New function.
68
69 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * Chaos: Version 1.12.1 was released.
72
73 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * lisp/gnus.el (gnus-version-number): Update to 1.12.1.
76
77         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
78
79 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
82         optional arguments `dependencies' and `force-new'; new
83         implementation; call `retrieve-parsed-headers' if it is found.
84
85         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
86
87 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
88
89         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
90         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
91         and `gnus-get-newsgroup-headers-xover' or
92         `gnus-get-newsgroup-headers'.
93
94         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
95
96 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
97
98         * Chaos: Version 1.12.0 was released.
99
100 1999-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * Sync up with Gnus 5.6.45.
103
104 1998-12-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * Chao-gnus: Version 6.12.5 was released.
107
108         * Abolish smtp.el and smtpmail.el (moved to FLIM).
109
110 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * lisp/gnus.el (gnus-version-number): Update to 6.12.5.
113         (gnus-version): Modify for SEMI 1.12.
114
115 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * lisp/message.el: Sync with Gnus 5.6.45.
118
119 1998-07-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
120
121         * lisp/message.el (message-send-mail-with-smtp): Require 'smtp.
122
123 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
124
125         * lisp/message.el (message-send-mail-with-smtp): New
126         implementation.
127
128 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * lisp/gnus.el (gnus-version-number): Update to 6.12.4.
131
132         * lisp/nnheader.el (nnheader-decode-subject): Use field-decoder
133         for `nov' mode.
134         (nnheader-decode-from): Likewise.
135
136 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * lisp/gnus.el (gnus-version-number): Update to 6.12.3.
139
140 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
141
142         * lisp/mmgnus.el (entity-buffer): Must move to (point-min) before
143         search boundary between header and body (to fix problem with
144         Emacs).
145
146 1998-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
147
148         * lisp/nnmh.el (nnmh-retrieve-headers): Don't use
149         `nnheader-fold-continuation-lines'.
150
151         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't expect
152         unfolded (to fix problem when using gnus-cache).
153
154 1998-10-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
155
156         * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
157         (gnus-version): Modify for SEMI 1.11.
158
159         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
160         `mime-edit-decode-message-in-buffer' instead of
161         `mime-edit-decode-buffer'.
162
163 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
166         `mime-edit-decode-buffer' simply as initial value.
167
168         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use
169         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
170         (gnus-article-display-message-with-encoded-word): Likewise.
171
172         * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
173
174         * lisp/message.el (message-make-forward-subject): Use
175         `nnheader-decode-subject' instead of
176         `eword-decode-unstructured-field-body'.
177
178         * lisp/nnheader.el (nnheader-decode-subject): New alias.
179         (nnheader-decode-from): New alias.
180         (make-full-mail-header): Use `nnheader-decode-subject' and
181         `nnheader-decode-from' instead of
182         `eword-decode-and-unfold-unstructured-field' and
183         `eword-decode-and-unfold-structured-field'.
184
185 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * lisp/gnus.el (gnus-version-number): Update to 6.9.7.
188         (gnus-version): Modify for SEMI 1.10.
189
190 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
191
192         * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field'
193         for Subject and From field.
194
195 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
196
197         * lisp/nnheader.el (nnheader-parse-nov): Use
198         `make-full-mail-header'.
199
200 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
201
202         * lisp/nnheader.el (nnheader-parse-head): Use
203         `make-full-mail-header'.
204
205 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * lisp/gnus.el (gnus-version-number): Update to 6.9.6.
208         (gnus-version): Modify for SEMI 1.9.
209
210 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
213         `mime-read-field', `std11-address-string' and
214         `std11-full-name-string' instead of
215         `gnus-extract-address-components'.
216         (gnus-article-sort-by-author): Likewise.
217
218 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * lisp/gnus.el (gnus-version-number): Update to 6.9.5.
221
222 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * lisp/nnheader.el (make-full-mail-header-from-decoded-header):
225         New function.
226
227         * lisp/message.el (message-reply): Use
228         `make-full-mail-header-from-decoded-header' instead of
229         `make-full-mail-header'.
230         (message-followup): Likewise.
231
232 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
233
234         * lisp/gnus-sum.el (gnus-summary-set-default-charset): New
235         function.
236
237         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up
238         buffer local variable `default-mime-charset' of
239         `gnus-original-article-buffer' and `gnus-article-buffer'.
240         (gnus-article-display-message-with-encoded-word): Likewise.
241
242 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
243
244         * lisp/gnus-msg.el (gnus-message-setup-hook): Add
245         `gnus-maybe-setup-default-charset'.
246         Delete dummy definition for `nnspool-rejected-article-hook' and
247         `xemacs-codename'
248         (gnus-maybe-setup-default-charset): New function.
249
250         * lisp/message.el (message-setup-hook): Delete
251         `message-maybe-setup-default-charset'.  
252         Abolish variable `message-newsreader' and `message-mailer'.
253         (message-user-agent): New variable.
254         Abolish function `message-maybe-setup-default-charset'.
255
256 1998-10-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
257
258         * lisp/gnus.el (gnus-version-number): Update to 6.9.4.
259
260 1998-10-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
261
262         * lisp/gnus-draft.el (gnus-draft-send): Call
263         `message-send-news-function' or `message-send-mail-function'
264         instead of `message-send-and-exit'.
265
266 1998-09-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
267
268         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
269         `gnus-draft-setup-for-editing' instead of `gnus-draft-setup'.
270         (gnus-draft-send): Use `gnus-draft-setup-for-sending' instead of
271         `gnus-draft-setup'.
272         (gnus-draft-setup-for-editing): New function (renamed from
273         `gnus-draft-setup').
274         (gnus-draft-setup-for-sending): New function.
275         (gnus-draft-send-draft-buffer): New variable.
276
277 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * lisp/gnus-art.el (gnus-article-prepare): Don't store original
280         buffer to the entity.
281
282         * lisp/mmgnus.el: Use `generic' as mother backend; abolish method
283         `entity-header-start', `entity-header-end' and `fetch-field'.
284         (entity-buffer): New method.
285
286         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use
287         `mime-fetch-field' to refer Subject and From field for saving
288         cache file.
289
290 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * lisp/gnus.el (gnus-version-number): Update to 6.9.3.
293
294         * lisp/nnheader.el (make-full-mail-header): Store original subject
295         and from fields.
296
297 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
298
299         * lisp/gnus-sum.el: Abolish variable
300         `gnus-structured-field-decoder' and
301         `gnus-unstructured-field-decoder'.
302         (gnus-nov-parse-line): Don't decode from and subject.
303         (gnus-get-newsgroup-headers): Likewise.
304
305         * lisp/nnheader.el (make-full-mail-header): Decode subject and
306         from; changed to inline function.
307
308 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Store
311         content-type.
312
313 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
314
315         * lisp/gnus.el (gnus-version-number): Update to 6.9.2.
316
317         * lisp/mmgnus.el: New module.
318
319         * lisp/gnus-art.el (gnus-article-prepare): Use content of
320         `gnus-current-headers' as mime-message-structure.
321
322 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
323
324         * lisp/gnus.el (gnus-version-number): Update to 6.9.1.
325         (gnus-version): Modify for Chao 1.11.
326
327         * lisp/nnheader.el (make-full-mail-header): Changed to macro.
328
329 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * lisp/gnus.el (gnus-version): Modify for Chao 1.10.
332
333         * lisp/gnus-score.el (gnus-header-index): Modify to use
334         mime-entity structure as gnus-header structure.
335
336         * lisp/nnheader.el: Use `mime-entity' as gnus-header structure.
337         (mail-header-number): Use `mime-entity-location-internal'.
338         (mail-header-set-number): Use `mime-entity-set-location-internal'.
339         - Change other `mail-header-*' and `mail-header-set-*' to alias of
340           reference and set functions for mime-entity-internal.
341         (make-full-mail-header): Use `make-mime-entity-internal'.
342
343 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * lisp/message.el (message-reply): Use `make-full-mail-header'.
346         (message-followup): Likewise.
347
348         * lisp/nnheader.el (mail-header-references): Use
349         `mime-fetch-field' and `mail-header-entity'.
350         (mail-header-set-references): Use `mail-header-set-field'.
351         Define mm-backend `nil' and its method `fetch-field'.
352         (make-full-mail-header): Modify data structure to store References
353         to mime-entity.
354
355 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * lisp/nnheader.el (mail-header-id): Use `mime-fetch-field' and
358         `mail-header-entity'.
359         (mail-header-set-id): Use `mail-header-set-field'.
360         (make-full-mail-header): Modify data structure to store Message-Id
361         to mime-entity.
362
363 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
364
365         * lisp/nnheader.el (mail-header-entity): New macro.
366         (mail-header-set-entity): New macro.
367         (mail-header-set-field): New macro.
368         (mail-header-set-parsed-field): New macro.
369         (mail-header-subject): Use `mail-header-entity'.
370         (mail-header-set-subject): Use `mail-header-set-parsed-field'.
371         (mail-header-from): Use `mail-header-entity'.
372         (mail-header-set-from): Use `mail-header-set-parsed-field'.
373         (mail-header-date): Use `mime-fetch-field' and
374         `mail-header-entity'.
375         (mail-header-set-date): Use `mail-header-set-field'.
376         (make-full-mail-header): Modify data structure to store Date to
377         mime-entity.
378         (make-mail-header): Use `make-full-mail-header'.
379
380 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
381
382         * lisp/nnheader.el (mail-header-from): Use `mime-read-field'.
383         (mail-header-set-from): Store to mime-entity.
384         (make-full-mail-header): Modify data structure to store Subject to
385         mime-entity.
386
387 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
388
389         * lisp/nnheader.el (mail-header-subject): Use `mime-read-field'.
390         (mail-header-set-subject): Store to mime-entity.
391         (make-full-mail-header): Modify data structure to store Subject to
392         mime-entity.
393
394 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
395
396         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use
397         `make-full-mail-header'.
398
399 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
400
401         * lisp/message.el (message-make-user-agent): New implementation.
402
403 1998-08-25  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
404
405         * lisp/gnus-msg.el (gnus-bug-message): About Semi-gnus.
406         (gnus-extended-version): Return gnus version only.
407         (gnus-bug): Add Semi-gnus developers to recipients.
408
409         * lisp/message.el (message-make-user-agent): New function.
410         (message-generate-headers): Use it.
411
412 1998-06-12  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
413
414         * lisp/message.el (message-required-news-headers): `X-Newsreader'
415         was replaced by `User-Agent'.
416         (message-required-mail-headers): `X-Mailer' was replaced by
417         `User-Agent'.
418         (message-header-format-alist): `X-Mailer' and `X-Newsreader' were
419         replaced by `User-Agent'.
420         (message-generate-headers): Ditto.
421
422         (message-user-agent): New variable.
423         (message-newsreader): Replaced by `message-user-agent'.
424         (message-mailer): Ditto.
425         (message-mode): `message-mailer' and `message-newsreader' were
426         replaced by `message-user-agent'.
427
428         * lisp/gnus-msg.el (gnus-inews-add-send-actions): `message-mailer'
429         and `message-newsreader' were replaced by `message-user-agent'.
430         (gnus-extended-version): Generate "PRODUCT/VERSION" style strings.
431
432         * lisp/gnus-soup.el (gnus-soup-send-packet): `message-mailer' and
433         `message-newsreader' were replaced by `message-user-agent'.
434
435 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
436
437         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Use
438         `make-full-mail-header'.
439
440 1998-09-26  Katsumi Yamaoka   <yamaoka@jpl.org>
441
442         * lisp/gnus.el (gnus-version-number): Update to 6.8.19.
443
444         * Sync up with Gnus 5.6.44.
445
446 1998-09-16  Katsumi Yamaoka   <yamaoka@jpl.org>
447
448         * Makefile.in: Add entry `info-ja'.
449         * texi/Makefile.in: Add entry `ja'.
450
451 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
452
453         * lisp/message.el (message-send): Don't call
454         `message-fix-before-sending' before `message-encode-function' is
455         called.
456
457 1998-09-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
458
459         * lisp/pop3-fma.el: Add error handle and fix typo.
460         
461 1998-08-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
462
463         * lisp/message.el: Repair `multi frame control'.
464
465 1998-08-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
466
467         * lisp/gnus.el (gnus-version-number): Update to 6.8.16.
468
469         * Sync up with Gnus 5.6.41.
470
471 1998-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
472
473         * lisp/gnus-spec.el (gnus-parse-simple-format): Use
474         `gnus-tilde-pad-form' instead of the padding faculty of `format'
475         under XEmacs-mule.
476
477         * lisp/gnus-xmas.el
478         (gnus-xmas-redefine): Redifine `gnus-truncate-string',
479         `gnus-tilde-max-form' and `gnus-tilde-cut-form' for XEmacs-mule.
480         (gnus-xmas-define): New function 'gnus-tilde-pad-form' for
481         XEmacs-mule.
482
483 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
484
485         * lisp/gnus-art.el (gnus-article-narrow-to-signature):
486         Removed TM stuff.
487         (gnus-article-display-mime-message):
488         Set `mime-button-mother-dispatcher' in correct buffer.
489         (gnus-url-mailto): Use `gnus-setup-message'.
490         (gnus-button-mailto): Ditto.
491         (gnus-button-reply): Ditto.
492
493         * lisp/gnus-ems.el (gnus-mule-max-width-function): Removed.
494         (gnus-truncate-string): Use `truncate-string-to-width' if available.
495         (gnus-tilde-max-form): New implementation.
496         (gnus-tilde-cut-form): Ditto.
497
498         * lisp/gnus-msg.el (gnus-summary-mail-digest): New function.
499         (gnus-summary-post-digest): New function.
500
501         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Use
502         `gnus-summary-mail-digest' and `gnus-summary-post-digest' instead
503         of `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'.
504
505         * lisp/gnus-util.el (gnus-truncate-string): Ignore more than two
506         arguments.
507
508         * lisp/message.el (message-forward-end-separator): Use
509         `text/plain' tag.
510
511 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
512
513         * lisp/message.el: Suppress some byte-compile warnings.
514         (message-make-forward-subject): Failed to sync.
515         (message-setup): Ditto.
516         (message-clone-locals): Modify regexp.
517
518 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
519
520         * lisp/gnus-agent.el (gnus-agent-braid-nov): Use
521         `nnheader-insert-file-contents'.
522
523         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Sync up
524         with "akr" branch.
525
526 1998-08-23  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
527
528         * lisp/gnus.el (gnus-version-number): Update to 6.8.15.
529
530         * Sync up with Gnus 5.6.39.
531
532         * lisp/pop3-fma.el (pop3-fma-movemail): Enable to get from APOP server.
533         (pop3-fma-set-pop3-password) Enable to get from APOP server.
534
535 1998-08-20  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
536
537         * lisp/message.el (message-clone-locals): Add `user-full-name'
538         and `user-mail-address' to regexp.
539
540 1998-08-20  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
541
542         * lisp/gnus.el (gnus-version-number): Update to 6.8.14.
543
544         * Sync up with Gnus 5.6.38.
545         
546 1998-08-20  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
547
548         * lisp/message.el (message-frames): New custom group.
549         (message-original-frame): New variable.
550         (message-use-multi-frames): New variable.
551         (message-delete-frame-on-exit): New variable.
552         (message-send-and-exit): Delete frame which made for editing
553         message.
554         (message-kill-buffer): Ditto.
555         (message-delete-frame): New function.
556         (message-pop-to-buffer): Make new frame when edit message.
557
558 1998-08-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
559
560         * lisp/gnus.el (gnus-version-number): Update to 6.8.13.
561
562         * Sync up with Gnus 5.6.37.
563         
564 1998-08-16  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
565
566         * lisp/gnus-sum.el (gnus-summary-scroll-down): Failed to sync.
567
568 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
569
570         * lisp/gnus.el (gnus-version-number): Update to 6.8.12.
571
572         * Sync up with Gnus 5.6.36.
573         
574 1998-08-15  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
575
576         * texi/gnus-ja.texi: Update.
577
578 1998-08-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
579
580         * lisp/gnus.el (gnus-version-number): Fix typo.
581
582         * lisp/gnus.el (gnus-version-number): Update to 6.8.11.
583
584         * Sync up with Gnus 5.6.34.
585         
586 1998-08-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
587
588         * lisp/gnus.el (gnus-version-number): Update to 6.8.10.
589
590         * Sync up with Gnus 5.6.33.
591         
592 1998-08-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
593
594         * lisp/gnus.el (gnus-version-number): Update to 6.8.9.
595
596         * Sync up with Gnus 5.6.31.
597         
598 1998-08-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
599
600         * lisp/gnus.el (gnus-version-number): Update to 6.8.8.
601
602         * Sync up with Gnus 5.6.30.
603         
604 1998-08-10  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
605
606         * lisp/message.el (message-yank-original): For citing any message.
607
608 1998-08-10  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
609
610         * lisp/gnus.el (gnus-version-number): Update to 6.8.7.
611
612 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
613
614         *lisp/smtp.el: Do not insert empty line at the end of message.
615         
616 1998-08-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
617
618         * lisp/gnus.el (gnus-version-number): Update to 6.8.6.
619
620         * Sync up with Gnus 5.6.29.
621         
622 1998-08-05  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
623
624         * lisp/gnus-start.el (gnus-read-init-file): Fix indent.
625         * lisp/gnus-ems.el (gnus-tilde-max-form): Redefine instead of
626         (gnus-summary-line-format-spec) to display Japanese character
627         correctly in Gnus summaly.
628
629 1998-08-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
630
631         * lisp/gnus-start.el (gnus-read-init-file): Don't restrict
632         `coding-system-for-read' by `binary' when loading `.gnus'.
633
634 1998-08-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
635
636         * lisp/gnus.el (gnus-version-number): Update to 6.8.5.
637
638         * Sync up with Gnus 5.6.28.
639
640 1998-07-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
641
642         * lisp/gnus.el (gnus-version-number): Update to 6.8.4.
643
644         * Sync up with Gnus 5.6.27.
645
646 1998-07-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
647
648         * texi/message-ja.texi: Japanese translation of "message.texi".
649
650 1998-07-26  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
651
652         * lisp/gnus.el (gnus-version-number): Update to 6.8.3.
653
654         * Sync up with Gnus 5.6.26.
655
656 1998-07-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
657
658         * lisp/gnus.el (gnus-version-number): Update to 6.8.2.
659         (gnus-version): Change to "Semi-gnus". Change comment format.
660
661 1998-07-21  Keisuke Mori   <ksk@ntts.com>
662
663         * texi/gnus-ja.texi: Add "Appendices".
664
665 1998-07-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
666
667         * texi/gnus-ja.texi: Add "Appendices".
668
669 1998-07-16  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
670
671         * lisp/gnus.el (gnus-version-number): Update to 6.8.1.
672
673         * Sync up with Gnus 5.6.24.
674
675 1998-07-10  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
676
677         * lisp/gnus-ems.el (gnus-mule-cite-add-face): Fix problem when multi
678         bytes charactors are used in cite prefix. (for Emacs 20.1 and 20.2)
679         (gnus-ems-redefine): for Emacs 20.1 and 20.2
680
681         * lisp/gnus-cite.el (gnus-cite-add-face): Abolish my last bogus change.
682
683 1998-07-09  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
684
685         * lisp/gnus-cite.el (gnus-cite-add-face): Fix problem when multi
686         bytes charactors are used in cite prefix.
687
688 1998-07-07  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
689
690         * texi/gnus-ja.texi: Add "The End".
691
692 1998-07-06  Keisuke Mori   <ksk@ntts.com>
693
694         * texi/gnus-ja.texi: Add "Various".
695
696 1998-07-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
697
698         * texi/gnus-ja.texi: Add "Various".
699         * texi/gnus-ja.texi: Sync up with Gnus 5.6.22
700
701 1998-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
702
703         * lisp/message.el (message-header-format-alist): Repair to use
704         `message-fill-references' for References.
705
706 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
707
708         * lisp/gnus-art.el (gnus-article-header-presentation-method):
709         Delete nil optional arguments.
710         - Delete setting for `mime-raw-representation-type-alist'.
711
712 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
713
714         * lisp/gnus.el (gnus-version-number): Update to 6.8.0.
715         (gnus-version): Modify for FLIM 1.8.
716
717         * lisp/gnus-art.el (gnus-article-header-presentation-method):
718         Modify for FLIM 1.8.
719
720 1998-06-30  Keisuke Mori   <ksk@ntts.com>
721
722         * texi/gnus-ja.texi: Add "Scroing".
723
724 1998-06-30  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
725
726         * texi/gnus-ja.texi: Add "Scoring".
727
728 1998-06-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
729
730         * Sync up with Gnus 5.6.22
731         * lisp/gnus.el (gnus-version-number): Update to 6.7.8.
732         * lisp/pop3-fma.el : Enable to get localhost mail spool.
733         
734 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
735
736         * lisp/gnus.el (gnus-version-number): Update to 6.7.7.
737
738         * lisp/gnus-art.el (gnus-article-prepare): Set up
739         `gnus-article-current-summary' of gnus-article-buffer.
740         (gnus-request-article-this-buffer): Don't set up
741         `gnus-article-current-summary'.
742
743 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
744
745         * lisp/gnus.el (gnus-version-number): Update to 6.7.6.
746
747 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
748
749         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): Renamed
750         from `mime-preview-quitting-method-for-gnus'.
751
752 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
753
754         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): New
755         implementation.
756
757         * lisp/gnus-art.el (mime-preview-quitting-method-for-gnus): Use
758         `gnus-article-show-summary' is `gnus-show-mime' is not nil.
759
760 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
761
762         * texi/ChangeLog, texi/gnus.texi, texi/message.texi,
763         lisp/ChangeLog, lisp/gnus.el, lisp/nngateway.el, lisp/nnfolder.el,
764         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-soup.el: Sync up with
765         Gnus 5.6.20.
766
767 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
768
769         * README, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
770         lisp/ChangeLog, lisp/nnweb.el, lisp/nnmail.el, lisp/nndoc.el,
771         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
772         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-score.el,
773         lisp/gnus-group.el, lisp/gnus-ems.el, lisp/gnus-demon.el,
774         lisp/gnus-art.el: Sync up with Gnus 5.6.16.
775
776 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
777
778         * lisp/gnus.el (gnus-version-number): Update to 6.7.3.
779
780         * lisp/gnus-sum.el (gnus-summary-move-article): Use
781         `gnus-request-article-this-buffer'.
782         (gnus-request-partial-message): Likewise.
783
784         * lisp/gnus-art.el (gnus-article-prepare): Use
785         `gnus-request-article-this-buffer'.
786         (gnus-request-article-this-buffer): Renamed from
787         `gnus-request-original-article'; abolish conventional
788         implementation.
789         - Abolish unused setting for `mime-view-show-summary-method'.
790
791 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
792
793         * readme, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
794         lisp/ChangeLog, lisp/gnus.el, lisp/nnmail.el, lisp/nnheader.el,
795         lisp/nngateway.el, lisp/nnfolder.el, lisp/nnagent.el,
796         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-score.el,
797         lisp/gnus-salt.el, lisp/gnus-msg.el, lisp/gnus-cus.el,
798         lisp/gnus-cache.el, lisp/gnus-art.el: Sync up with Gnus 5.6.15.
799
800 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
801
802         * texi/gnus.texi, texi/message.texi, texi/ChangeLog: Sync up with
803         Gnus 5.6.13.
804
805 1998-06-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
806         
807         * Sync up with Gnus 5.6.13.
808         
809 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
810
811         * lisp/gnus-art.el (gnus-article-display-mime-message): Don't
812         `save-excursion'.
813         (gnus-article-prepare): Use `mime-fetch-field' instead of
814         `mime-entity-fetch-field'.
815
816 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
817
818         * lisp/gnus-art.el (gnus-article-display-mime-message): Use
819         `mime-display-message' instead of `mime-view-buffer'.
820         (gnus-article-display-traditional-message): Set
821         `gnus-article-buffer'.
822         (gnus-article-display-message-with-encoded-word): Modify for
823         `gnus-article-display-traditional-message'.
824         (gnus-article-prepare): Use `mime-parse-buffer' and
825         `mime-entity-fetch-field'; don't set gnus-article-buffer.
826
827 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
828
829         * lisp/gnus-sum.el (gnus-summary-move-article): Use
830         `gnus-request-original-article' instead of
831         `gnus-request-article-this-buffer'.
832
833 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
834
835         * texi/gnus-ja.texi, texi/gnus.texi (Using MIME): Modify
836         description about new display mechanism.
837
838 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
841         (gnus-version): Modify for this branch.
842
843         * lisp/gnus-art.el (gnus-article-display-method-for-mime): New
844         variable; abolish `gnus-show-mime-method'.
845         (gnus-article-display-method-for-encoded-word): New variable;
846         abolish `gnus-decode-encoded-word-method'.
847         (gnus-article-display-method-for-traditional): New variable.
848         (gnus-article-display-mime-message): New function; abolish
849         `gnus-article-preview-mime-message'.
850         (gnus-article-display-traditional-message): New function.
851         (gnus-article-display-message-with-encoded-word): New function;
852         abolish `gnus-article-decode-encoded-word'.
853         (gnus-article-prepare): Change display mechanism; use
854         `gnus-request-original-article' instead of
855         `gnus-request-article-this-buffer'.
856         (gnus-request-original-article): New function.
857
858 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
859
860         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
861         (gnus-version): Modify for SEMI 1.8.
862
863         * lisp/gnus-sum.el: Modify for interface change in SEMI 1.8 about
864         automatic message/partial combining.
865
866 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
867
868         * lisp/gnus.el (gnus-version-number): Update to 6.5.0.
869         (gnus-version): Modify for SEMI 1.7.
870
871         * lisp/gnus-sum.el: Rename
872         `mime-method-to-combine-message/partial-pieces' to
873         `mime-combine-message/partial-pieces-automatically'.
874
875         * lisp/gnus-art.el (gnus-article-preview-mime-message): Use
876         `mime-view-buffer'.
877         (gnus-article-decode-encoded-word): Fix DOC-string.
878         (gnus-article-header-presentation-method): New function; abolish
879         `gnus-content-header-filter'.
880         Modify for SEMI 1.7.
881
882 1998-06-18  Keisuke Mori   <ksk@ntts.com>
883
884         * texi/gnus-ja.texi: Add "Select Methods".
885
886 1998-06-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
887
888         * texi/gnus-ja.texi: Add "Select Methods".
889
890 1998-06-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
891
892         * lisp/pop3-fma.el: Small bug fix.
893         
894         * lisp/pop3-fma.el: Delete variable pop3-fma-cypher-key
895         Use base64-encode-string , base64-decode-string instead. 
896         Both change by Yasuo OKABE <okabe@kuis.kyoto-u.ac.jp>
897
898 1998-06-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
899
900         * lisp/pop3-fma.el: New function pop3-fma-cypher-string
901          New variable pop3-fma-cypher-key
902
903 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
904
905         * lisp/gnus-art.el: Delete setting for
906         `article-de-quoted-unreadable' and
907         `article-mime-decode-quoted-printable' because they have been
908         already abolished.
909
910 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * texi/gnus-ja.texi: Sync up with latest gnus.texi.
913
914         * texi/gnus.texi: Modify for Semi-gnus 6.4.0.
915
916 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
917
918         * lisp/gnus.el (gnus-extract-address-components): Add
919         `std11-extract-address-components' as a choice.
920
921 1998-06-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
922
923         * texi/gnus-ja.texi: Add "Composing Messages".
924
925 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
926
927         * lisp/gnus-ems.el (gnus-ems-redefine): Must require 'path-util
928         before call `module-installed-p'.
929
930         * lisp/gnus.el (gnus-version-number): Update to 6.4.0.
931         (gnus-version): Modify for SEMI 1.5.
932
933         * lisp/gnus-art.el: Modify for SEMI 1.5 API.
934
935 1998-06-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
936
937         * lisp/pop3-fma.el: New file. To handle multiple POP account.
938
939         * lisp/gnus.el (gnus-version-number): Update to 6.3.4.
940         And fix typo 5.6.10 -> 5.6.11.
941         
942 1998-06-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
943
944         * lisp/gnus.el (gnus-version-number): Update to 6.3.3.
945
946         * Sync up with Gnus 5.6.11.
947
948 1998-06-03  Keisuke Mori   <ksk@ntts.com>
949
950         * texi/gnus-ja.texi: Add "The Article Buffer".
951
952 1998-06-03  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
953
954         * texi/gnus-ja.texi: Add "The Summary Buffer".
955
956 1998-06-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
957
958         * lisp/gnus.el (gnus-version-number): Update to 6.3.2.
959
960         * Sync up with Gnus 5.6.10.
961
962 1998-05-30  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
963
964         * README.semi: Add description of `shuhei-k' branch.
965
966 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
967
968         * lisp/gnus.el (gnus-version-number): Update to 6.3.1.
969
970 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
971
972         * lisp/gnus-util.el (gnus-output-to-rmail): Guard as binary.
973
974         * lisp/gnus-util.el (gnus-output-to-mail): Guard as binary.
975
976 1998-04-24  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
977
978         * texi/gnus-ja.texi: Add "The Active File".
979
980 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
981
982         * lisp/gnus.el (gnus-version-number): Update to 6.3.0.
983         (gnus-version): Modify for SEMI 1.4.
984
985         * lisp/gnus-sum.el: Use 'mime-add-condition to set up
986         acting-condition.
987
988 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
989
990         * lisp/lpath.el: Must add "flim" instead of "mel" to load-path.
991
992 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
993
994         * lisp/gnus.el (gnus-version-number): Update to 6.2.5.
995
996         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus v5.6.9.
997
998         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
999         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-agent.el: Sync up
1000         with Gnus v5.6.9.
1001
1002 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * lisp/gnus.el (gnus-version-number): Update to 6.2.4.
1005
1006         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus 5.6.7.
1007
1008         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1009         lisp/gnus-msg.el, lisp/gnus-cache.el, lisp/gnus-art.el: Sync up
1010         with Gnus 5.6.7.
1011
1012 1998-04-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1013
1014         * lisp/gnus.el (gnus-version-number): Update to 6.2.3.
1015
1016         * Sync up with Gnus 5.6.6.
1017
1018 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * lisp/nnheader.el: Sync up with Gnus 5.6.5.
1021
1022 1998-04-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1023
1024         * lisp/gnus.el (gnus-version-number): Update to 6.2.2.
1025
1026         * Sync up with Gnus 5.6.5.
1027
1028         * texi/custom.texi, texi/widget.texi: Removed from Semi-gnus.
1029
1030 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1031
1032         * README.semi (How to get? (via CVS)): Modify descriptions about
1033         TAG.
1034
1035 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * lisp/gnus.el (gnus-version-number): Update to 6.2.1.
1038
1039 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * lisp/message.el (message-make-forward-subject): Use
1042         `eword-decode-unstructured-field-body' for subject.
1043
1044         * lisp/gnus-msg.el (gnus-summary-mail-forward): Make local
1045         variable `default-mime-charset' of `gnus-original-article-buffer'
1046         and set up by `default-mime-charset' of `gnus-summary-buffer'.
1047
1048 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1049
1050         * texi/gnus-ja.texi: Fix typos.
1051
1052         * texi/gnus.texi: Modify for Semi-gnus.
1053
1054 1998-04-23  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1055
1056         * texi/gnus-ja.texi: Add "Auto Save".
1057
1058 1998-04-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1059
1060         * texi/gnus-ja.texi: Add "Startup Files".
1061
1062 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1063
1064         * lisp/gnus.el (gnus-version-number): Update to 6.2.0.
1065         (gnus-version): Modify for SEMI 1.3.
1066
1067         * lisp/gnus-sum.el: Use 'ctree-set-calist-strictly instead of
1068         'set-atype to set up for 'mime-acting-condition.
1069
1070 1998-04-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1071
1072         * texi/gnus-ja.texi: Add "Changing Servers".
1073
1074 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1075
1076         * texi/gnus-ja.texi: Modify styles.
1077
1078         * texi/gnus.texi: Modify for Semi-gnus (sync up with
1079         gnus-ja.texi).
1080
1081 1998-04-20  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1082
1083         * texi/gnus-ja.texi: Add "New Groups".
1084
1085 1998-04-20  Yoshiki Hayashi   <penny@tb3.so-net.ne.jp>
1086
1087         * texi/gnus-ja.texi: Modify styles.
1088
1089 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1090
1091         * texi/gnus-ja.texi: Check and modify for Semi-gnus.
1092
1093 1998-04-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1094
1095         * texi/gnus-ja.texi: New file.
1096
1097 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1098
1099         * lisp/gnus.el (gnus-version-number): Update to 6.1.3.
1100
1101 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1102
1103         * lisp/gnus-art.el (gnus-following-method): New function; set up
1104         for 'mime-view-following-method-alist.
1105
1106 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * texi/gnus.texi: Add and modify description for Semi-gnus.
1109
1110 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1111
1112         * texi/gnus.texi: "Gnus 5.6.4" -> "Semi-gnus 6.1.2".
1113         (Top): "Gnus" -> "gnus".
1114         (Starting Up): "Gnus" -> "gnus".
1115
1116 1998-04-10  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1117
1118         * lisp/ChangeLog, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
1119
1120 1998-04-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1121
1122         * lisp/gnus.el (gnus-version-number): Update to 6.1.2.
1123         (gnus-version): Include corresponding SEMI version.
1124
1125         * lisp/gnus.el, lisp/nnkiboze.el, lisp/message.el,
1126         lisp/gnus-sum.el, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
1127
1128 1998-03-27  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1129
1130         * README.semi: Change descriptions of sending bug report.
1131
1132 1998-03-20  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1133
1134         * lisp/gnus.el (gnus-version-number): Update to 6.1.1.
1135         (gnus-version): Include corresponding SEMI version.
1136
1137         * Sync up with Gnus 5.6.3.
1138
1139 1998-03-15  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1140
1141         * lisp/gnus-agent.el (gnus-agent-crosspost): Use
1142         `nnheader-insert-file-contents'.
1143         (gnus-agent-braid-nov): Ditto.
1144         (gnus-agent-expire): Ditto.
1145         
1146         * lisp/gnus-cache.el (gnus-cache-request-article): Ditto.
1147         (gnus-cache-retrieve-headers): Ditto.
1148         (gnus-cache-change-buffer): Ditto.
1149         (gnus-cache-braid-nov): Ditto.
1150         
1151         * lisp/gnus-sum.el (gnus-summary-import-article): Ditto.
1152         
1153         * lisp/nnkiboze.el (nnkiboze-retrieve-headers): Ditto.
1154
1155         * lisp/message.el (message-generate-headers): Fix regexp.
1156         (cf. [semi-gnus-ja:107])
1157
1158 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * lisp/gnus-art.el: Add setting for
1161         `mime-raw-buffer-coding-system-alist'.
1162
1163 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * lisp/gnus-art.el: Rename `mime-view-quitting-method-for-gnus' ->
1166         `mime-preview-quitting-method-for-gnus'.
1167
1168         * lisp/gnus-art.el: Rename `mime-view-quitting-method-alist' ->
1169         `mime-preview-quitting-method-alist'.
1170
1171         * lisp/gnus-art.el: Rename `mime-view-kill-buffer' ->
1172         `mime-preview-kill-buffer'.
1173
1174         * lisp/gnus.el (gnus-version-number): Update to 6.0.10.
1175
1176         * lisp/gnus-sum.el: Add code to check latest SEMI.
1177         (mime-acting-condition): Separate type and subtype; rename
1178         `mime-combine-message/partials-automatically' ->
1179         `mime-method-to-combine-message/partial-pieces'.
1180
1181 1998-03-08  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1182
1183         * lisp/gnus.el (gnus-version-number): Update to 6.0.9.
1184
1185         * README.semi (How to get?): Add description of daily snapshot.
1186         (How to join development): Change mailing list command address.
1187
1188         * Sync up with Gnus 5.6.2.
1189
1190 1998-03-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1191
1192         * lisp/gnus-ems.el: Change variable name
1193           gnus-bdf-image-file to gnus-mule-bitmap-image-file.
1194
1195 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1196
1197         * lisp/gnus.el (gnus-version-number): Update to 6.0.8.
1198
1199         * lisp/gnus.el: Sync up with qgnus-0.34.
1200
1201 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1202
1203         * lisp/message.el: Sync up with qgnus-0.33.
1204
1205         * lisp/gnus-ems.el (gnus-bdf-image-file): New variable; moved from
1206         gnus.el.
1207         (gnus-mule-group-startup-message): New function; moved and renamed
1208         from `gnus-group-startup-message' of gnus.el.
1209
1210         * lisp/gnus.el, lisp/gnus-sum.el, lisp/gnus-art.el,
1211         lisp/gnus-agent.el: Sync up with qgnus-0.33.
1212
1213 1998-02-28  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
1214
1215         * lisp/gnus.el (gnus-bdf-image-file): New variable.
1216         (gnus-mule-group-startup-message): Display bitmap image using
1217         bitmap.el running with Emacs 20.
1218         
1219         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Fix problem when
1220         Xref field is not exist.
1221
1222 1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1223
1224         * README.semi (How to join development): Modify for Semi-gnus
1225         mailing list.
1226
1227         * lisp/gnus.el (gnus-version-number): Update to 6.0.7.
1228
1229         * lisp/gnus.el (gnus-article-display-hook): Delete
1230         `gnus-article-de-quoted-unreadable' from options.
1231
1232         * lisp/gnus-sum.el (gnus-article-make-menu-bar): Delete key for
1233         `gnus-article-de-quoted-unreadable'.
1234         (gnus-summary-make-menu-bar): Delete menu for
1235         `gnus-article-de-quoted-unreadable'.
1236
1237         * lisp/gnus-art.el (gnus-article-make-menu-bar): Delete menu for
1238         `gnus-article-de-quoted-unreadable'.
1239
1240 1998-02-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1241
1242         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.32.
1243
1244 1998-02-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1245
1246         * lisp/gnus.el (gnus-version-number): Update to 6.0.6.
1247
1248         * lisp/message.el (message-fill-references): Abolish unused local
1249         variables.
1250
1251         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
1252         lisp/gnus-art.el: Sync up with qgnus-0.31.
1253
1254         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1255         lisp/gnus-art.el: Sync up with qgnus-0.30.
1256
1257 1998-02-20  Christophe Broult <christophe.broult@info.unicaen.fr>
1258
1259         * README.semi (How to get?): The command `update' must come before
1260         `-r semi-gnus'. (cf. [tm-en:1559])
1261
1262 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1263
1264         * lisp/gnus.el: Sync up with qgnus-0.29.
1265
1266         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.28.
1267
1268         * lisp/message.el: Abolish variable
1269         `message-references-generator'.  Abolish function
1270         `message-generate-filled-references',
1271         `message-generate-folded-references' and
1272         `message-generate-unfolded-references'.
1273         (message-reply): Don't use `message-references-generator'.
1274         (message-followup): Don't use `message-references-generator'.
1275
1276         (message-fill-references): New function.
1277         (message-header-format-alist): Use `message-fill-references' for
1278         References.
1279
1280 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1281
1282         * lisp/gnus.el (gnus-version-number): Update to 6.0.5.
1283
1284 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1285
1286         * lisp/gnus-sum.el: Check SEMI-0.118.2 (Otomaru) or later.
1287         (gnus-structured-field-decoder): Use
1288         `eword-decode-and-unfold-structured-field'.
1289
1290         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use charset
1291         conversion option of `eword-decode-header'.
1292         (gnus-article-decode-encoded-word): Use charset conversion option
1293         of `eword-decode-header'; use `gnus-run-hooks'.
1294         (gnus-content-header-filter): Use charset conversion option of
1295         `eword-decode-header'.
1296
1297         * README.semi (How to get?): Should specify "-r semi-gnus".
1298
1299 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1300
1301         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Decode header by
1302         localized code.
1303
1304 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1305
1306         * lisp/gnus-msg.el: Delete commented-out function
1307         `gnus-inews-insert-mime-headers'.
1308
1309         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1310         lisp/gnus-art.el: Sync up with qgnus-0.27.
1311
1312 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1313
1314         * lisp/nnheader.el: Use original.
1315
1316         * lisp/gnus.el, lisp/pop3.el, lisp/message.el, lisp/gnus-sum.el,
1317         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync up
1318         with qgnus-0.26.
1319
1320 1998-02-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1321
1322         * lisp/nnmail.el, lisp/nnmh.el: Use original.
1323
1324         * lisp/gnus.el, lisp/gnus-draft.el, lisp/gnus-sum.el,
1325         lisp/message.el, lisp/gnus-art.el: Sync up with qgnus-0.25.
1326
1327 1998-02-11  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
1328
1329         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
1330         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
1331         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
1332         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-art.el,
1333         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.24
1334
1335 1998-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * lisp/gnus-art.el (gnus-article-prepare): Don't bind coding
1338         systems.
1339
1340         * lisp/gnus.el (gnus-version-number): Update to 6.0.4.
1341         (gnus-version): Sync with qgnus-0.23.
1342
1343         * lisp/pop3.el, lisp/nnmh.el, lisp/nnheader.el, lisp/message.el,
1344         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-draft.el,
1345         lisp/gnus-art.el: Merge qgnus-0.23.
1346
1347 1998-02-09  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
1348
1349         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
1350         lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
1351         lisp/gnus-xmas.el, lisp/gnus-sum.el, lisp/gnus-start.el,
1352         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
1353         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Importing
1354         qgnus-0.23
1355
1356 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1357
1358         * lisp/message.el (message-references-generator): New variable.
1359         (message-generate-filled-references): New function.
1360         (message-generate-folded-references): New function.
1361         (message-generate-unfolded-references): New function.
1362         (message-reply): Refer `message-references-generator'.
1363         (message-followup): Refer `message-references-generator'.
1364
1365 1998-01-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1366
1367         * lisp/message.el (message-send-mail-with-sendmail): Guard
1368         `coding-system-for-write' by binary.
1369         (message-send-mail-with-qmail): Likewise.
1370
1371 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1372
1373         * lisp/lpath.el: Require path-util; add load-path of APEL, MEL and
1374         SEMI.
1375
1376 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1377
1378         * lisp/message.el: Require smtp.el when compile.
1379
1380         * lisp/message.el (message-send-mail-with-smtp): Use
1381         `(current-buffer)' instead of `tembuf'; rename
1382         `smtp-recipient-address-list' -> `recipient-address-list'.
1383
1384 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1385
1386         * lisp/smtp.el (smtp-deduce-address-list): Don't use
1387         `smtp-recipient-address-list' as global variable.
1388
1389         * lisp/message.el (message-send-mail-with-smtp): Don't use
1390         `smtp-recipient-address-list' as global variable.
1391
1392         * lisp/smtpmail.el (smtpmail-recipient-address-list): New
1393         variable; renamed from `smtp-recipient-address-list'.
1394         (smtpmail-send-it): Remove `(not (null ...))'.
1395         (smtpmail-send-queued-mail): Likewise.
1396
1397 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1398
1399         * lisp/message.el (message-send-mail-with-smtp): Don't generate
1400         temporary buffer for message; don't generate and kill
1401         `smtp-address-buffer' for `smtp-deduce-address-list'.
1402
1403         * lisp/smtpmail.el (smtpmail-send-it): Don't generate and kill
1404         `smtp-address-buffer' for `smtp-deduce-address-list'.
1405
1406         * lisp/smtp.el (smtp-deduce-address-list): Bind and generate
1407         `smtp-address-buffer' in itself.
1408
1409 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1410
1411         * lisp/gnus.el (gnus-version-number): Update to version 6.0.3.
1412
1413 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * lisp/smtp.el: New file.
1416
1417         * lisp/smtpmail.el: Split basic features into smtp.el.
1418
1419         * lisp/message.el (message-send-mail-function): Add
1420         `message-send-mail-with-smtp' as an item.
1421         (message-send-mail-with-smtp): New function.
1422
1423         * ChangeLog: New file.
1424
1425 1998-01-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1426
1427         * lisp/smtpmail.el (smtpmail-via-smtp): Bind
1428         `coding-system-for-read' by `smtpmail-coding-system' to avoid
1429         dead-locking in Emacs 20.
1430
1431         * lisp/gnus.el: gnus.el (gnus-version-number): Update to version
1432         6.0.2.
1433
1434 1998-01-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1435
1436         * lisp/nnmail.el, lisp/message.el: Sync with Quassia Gnus v0.22.
1437
1438         * lisp/gnus.el: Delete autoload setting for `metamail-buffer'.
1439
1440         * lisp/gnus.el, lisp/gnus-sum.el: Sync with Quassia Gnus v0.22.
1441
1442         * lisp/gnus-msg.el: Abolish function
1443         `gnus-inews-insert-mime-headers'.
1444
1445         * lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync
1446         with Quassia Gnus v0.22.
1447
1448         * lisp/smtpmail.el (smtpmail-coding-system): New variable; abolish
1449         `smtpmail-code-conv-from'.
1450         (smtpmail-via-smtp): Guard `coding-system-for-write' by
1451         `smtpmail-coding-system'.
1452
1453         * lisp/smtpmail.el: Imported from Emacs 20.2.
1454
1455         * lisp/pop3.el (pop3-movemail-file-coding-system): Change default
1456         value to `binary'.
1457         (pop3-open-server): Guard `coding-system-for-read' by `binary'.
1458
1459 1998-01-06  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
1460
1461         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nnoo.el,
1462         lisp/nnml.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
1463         lisp/gnus-start.el, lisp/gnus-ems.el, lisp/gnus-draft.el,
1464         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.22
1465
1466         * texi/message.texi, texi/gnus.texi, lisp/gnus.el, lisp/ChangeLog:
1467         Importing qgnus-0.21
1468
1469         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
1470         lisp/nnvirtual.el, lisp/nnsoup.el, lisp/nnoo.el, lisp/nnmh.el,
1471         lisp/nnmail.el, lisp/nndraft.el, lisp/gnus.el, lisp/gnus-xmas.el,
1472         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-score.el,
1473         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
1474         lisp/gnus-art.el, lisp/ChangeLog: Importing qgnus-0.20
1475
1476         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/pop3.el,
1477         lisp/nntp.el, lisp/nnml.el, lisp/nnmail.el, lisp/nndoc.el,
1478         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
1479         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
1480         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-cache.el,
1481         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.19
1482
1483 1997-12-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * lisp/gnus.el (gnus-version-number): Update to version 6.0.1.
1486
1487         * lisp/message.el (message-resend): Enclose `message-setup' with
1488         `(let (message-setup-hook) ...)' to avoid to `turn-on-mime-edit';
1489         must setup `message-encoding-buffer' and `message-edit-buffer' for
1490         `message-send-mail'.
1491
1492 1997-12-08  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
1493
1494         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
1495         lisp/gnus-art.el, lisp/ChangeLog: Synch'ed up to qgnus-0.18.
1496
1497         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
1498         lisp/smiley.el, lisp/pop3.el, lisp/nnweb.el, lisp/nntp.el,
1499         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el, lisp/nndraft.el,
1500         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
1501         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-picon.el,
1502         lisp/gnus-nocem.el, lisp/gnus-mh.el, lisp/gnus-group.el,
1503         lisp/gnus-ems.el, lisp/gnus-cite.el, lisp/gnus-art.el,
1504         lisp/gnus-agent.el, lisp/dgnushack.el, lisp/ChangeLog: Importing
1505         qgnus-0.18
1506
1507 1997-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1508
1509         * README.semi: New file.
1510
1511         * lisp/gnus.el (gnus-version): Rename to "Semi-gnus".
1512
1513 1997-11-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1514
1515         * lisp/gnus-draft.el (gnus-draft-decoding-function): New variable.
1516         (gnus-draft-setup): Use `gnus-draft-decoding-function'.
1517
1518 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1519
1520         * lisp/nnmail.el, lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
1521         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-art.el: sync with
1522         qgnus-0.17.
1523
1524         * texi/message.texi, texi/gnus.texi, lisp/smiley.el, lisp/nnoo.el,
1525         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el,
1526         lisp/messagexmas.el, lisp/message.el, lisp/gnus.el,
1527         lisp/gnus-xmas.el, lisp/gnus-util.el, lisp/gnus-sum.el,
1528         lisp/gnus-start.el, lisp/gnus-spec.el, lisp/gnus-score.el,
1529         lisp/gnus-picon.el, lisp/gnus-move.el, lisp/gnus-msg.el,
1530         lisp/gnus-kill.el, lisp/gnus-group.el, lisp/gnus-draft.el,
1531         lisp/gnus-demon.el, lisp/gnus-cite.el, lisp/gnus-art.el,
1532         lisp/ChangeLog: Quassia Gnus v0.17.
1533
1534         * lisp/gnus-i18n.el: New file.
1535
1536         * lisp/nnmail.el (nnmail-file-coding-system): Use `raw-text' in
1537         default.
1538
1539         * lisp/nnheader.el (nnheader-file-coding-system): Use `raw-text'
1540         in default.
1541
1542         * lisp/message.el (message-encode-function): New variable.
1543         (message-forward-start-separator): Modify for mime-edit.
1544         (message-forward-end-separator): Modify for mime-edit.
1545         (message-setup-hook): Use `(message-maybe-setup-default-charset
1546         turn-on-mime-edit)' in default.
1547         (message-header-hook): Use `(eword-encode-header)' in default.
1548
1549         (message-send): Use local variable `message-encoding-buffer',
1550         `message-edit-buffer' and `message-mime-mode' as public variables;
1551         use `message-encode-function'.
1552         (message-send-mail): Use `message-encoding-buffer' to get contents
1553         of body; abolish `message-encode-mail-hook'; use
1554         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
1555         refer original editing buffer.
1556         (message-send-news): Use `message-encoding-buffer' to get contents
1557         of body; abolish `message-encode-news-hook'; use
1558         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
1559         refer original editing buffer.
1560         (message-check-news-syntax): Call `message-check-news-body-syntax'
1561         in `mime-edit-buffer'.
1562         (message-do-fcc): Use `message-encoding-buffer' to get contents;
1563         run `message-header-hook'.
1564         (message-cancel-news): Use `std11-extract-address-components'
1565         instead of `mail-extract-address-components'; bind
1566         `message-encoding-buffer' and `message-edit-buffer'.
1567
1568         (message-maybe-setup-default-charset): New function.
1569         (message-maybe-encode): New function.
1570         (message-mime-insert-article): New function.
1571         Add setting for mime-view.
1572
1573         * lisp/gnus.el (gnus-version-number): for version number for Open
1574         gnus.
1575         (gnus-version): Modify for Open gnus.
1576
1577         * lisp/gnus-sum.el: Autoload gnus-i18n.
1578
1579         (gnus-show-mime): `t' in default.
1580         (gnus-structured-field-decoder): Use
1581         `eword-decode-structured-field-body' in default.
1582         (gnus-unstructured-field-decoder): Use
1583         `eword-decode-unstructured-field-body' in default.
1584
1585         (gnus-parse-headers-hook): Use
1586         `(gnus-set-summary-default-charset)' in default.
1587
1588         (gnus-summary-mode-map): Add binding for
1589         `gnus-summary-scroll-down' and
1590         `gnus-summary-preview-mime-message'.
1591
1592         (gnus-summary-preview-mime-message): New function.
1593         (gnus-mime-partial-preview-function): New function.
1594         Add setting for mime-view.
1595
1596         * lisp/gnus-msg.el (gnus-summary-cancel-article): Display
1597         `gnus-article-buffer' instead ofb `gnus-original-article-buffer'.
1598         (gnus-extended-version): Don't return version of emacsen.
1599         (gnus-inews-do-gcc): Refer `message-encoding-buffer'.
1600
1601         * lisp/gnus-art.el (gnus-show-mime-method): Use
1602         `gnus-article-preview-mime-message' instead of `metamail-buffer'
1603         in default.
1604         (gnus-decode-encoded-word-method): Use
1605         `gnus-article-decode-encoded-word' instead of
1606         `gnus-article-de-quoted-unreadable' in default.
1607
1608         Abolish `gnus-hack-decode-rfc1522', `gnus-decode-rfc1522',
1609         `article-decode-rfc1522', `article-de-quoted-unreadable',
1610         `article-mime-decode-quoted-printable-buffer' and
1611         `article-mime-decode-quoted-printable'.
1612         (gnus-article-decode-rfc1522): New implementation (use
1613         `eword-decode-header').
1614
1615         (gnus-article-preview-mime-message): New function.
1616         (gnus-article-decode-encoded-word): New function.
1617         (gnus-content-header-filter): New function.
1618         (mime-view-quitting-method-for-gnus): New function.
1619         Add setting for mime-view.
1620
1621         * lisp/message.el: Abolish `message-max-size' because it is not
1622         used.
1623
1624         * lisp/message.el: sync with qgnus-0.16.
1625
1626         * texi/Makefile, texi/message.texi, texi/gnus.texi, lisp/nnweb.el,
1627         lisp/nnmh.el, lisp/nnheader.el, lisp/nnfolder.el, lisp/message.el,
1628         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
1629         lisp/gnus-sum.el, lisp/gnus-srvr.el, lisp/gnus-picon.el,
1630         lisp/gnus-group.el, lisp/gnus-cite.el, lisp/gnus-art.el: Quassia
1631         Gnus v0.16.
1632
1633         * lisp/nnmh.el (nnmh-request-list-1): fix maybe.
1634
1635         * lisp/message.el (message-do-fcc): Guard
1636         `coding-system-for-write' by `raw-text'; run
1637         `message-before-do-fcc-hook'.
1638
1639         * lisp/gnus-msg.el (gnus-inews-do-gcc): Guard
1640         `coding-system-for-write' by `raw-text'; run
1641         `gnus-before-do-gcc-hook'.
1642
1643         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
1644         lisp/nnoo.el, lisp/nnml.el, lisp/nndraft.el, lisp/nnbabyl.el,
1645         lisp/message.el, lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
1646         lisp/gnus-util.el, lisp/gnus-sum.el, lisp/gnus-start.el,
1647         lisp/gnus-spec.el, lisp/gnus-soup.el, lisp/gnus-score.el,
1648         lisp/gnus-msg.el, lisp/gnus-gl.el, lisp/gnus-ems.el,
1649         lisp/gnus-draft.el, lisp/gnus-cache.el, lisp/gnus-audio.el,
1650         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Quassia Gnus
1651         v0.15.
1652
1653         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.14.
1654
1655         * texi/Makefile, texi/gnus.texi: Quassia Gnus v0.14.
1656
1657         * texi/dir: New file.
1658
1659         * texi/dir, lisp/pop3.el, lisp/nntp.el, lisp/nnml.el,
1660         lisp/nnmail.el, lisp/nnfolder.el, lisp/message.el, lisp/lpath.el,
1661         lisp/gnus.el, lisp/gnus-win.el, lisp/gnus-util.el,
1662         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
1663         lisp/gnus-score.el, lisp/gnus-msg.el, lisp/gnus-mh.el,
1664         lisp/gnus-cus.el, lisp/gnus-art.el, lisp/gnus-agent.el,
1665         lisp/ChangeLog: Quassia Gnus v0.14.
1666
1667         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.13.
1668
1669         * texi/gnus.texi, texi/ChangeLog, lisp/pop3.el, lisp/nnweb.el,
1670         lisp/nnmail.el: Quassia Gnus v0.13.
1671
1672         * lisp/nnlistserv.el: New file.
1673
1674         * lisp/nnlistserv.el, lisp/message.el, lisp/md5.el, lisp/lpath.el,
1675         lisp/gnus.el, lisp/gnus-topic.el, lisp/gnus-sum.el,
1676         lisp/gnus-score.el, lisp/gnus-picon.el, lisp/gnus-msg.el,
1677         lisp/gnus-group.el, lisp/gnus-art.el, lisp/gnus-agent.el,
1678         lisp/dgnushack.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.13.
1679
1680         * lisp/message.el: sync with qgnus-0.12.
1681
1682         * texi/message.texi, texi/gnus.texi, texi/gnus-faq.texi,
1683         texi/ChangeLog, lisp/nntp.el, lisp/nnmh.el, lisp/nnmail.el,
1684         lisp/nndraft.el, lisp/messcompat.el, lisp/message.el,
1685         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
1686         lisp/gnus-sum.el, lisp/gnus-score.el, lisp/gnus-salt.el,
1687         lisp/gnus-msg.el, lisp/gnus-int.el, lisp/gnus-group.el,
1688         lisp/gnus-demon.el, lisp/gnus-cache.el, lisp/gnus-art.el,
1689         lisp/gnus-agent.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.12.
1690
1691         * lisp/message.el (message-send-news-function): Use
1692         `message-send-news-with-gnus' in default.
1693         (message-send-via-news): Use `message-send-news' instead of
1694         `message-send-news-function'.
1695         (message-send-mail): Don't avoid text properties; run
1696         `message-encode-mail-hook'.
1697         (message-send-news): Don't avoid text properties; run
1698         `message-encode-news-hook'; use `message-send-news-function'.
1699         (message-send-news-with-gnus): New function.
1700         (message-cancel-news): Use `message-send-news' instead of
1701         `message-send-news-function'.