Update.
[elisp/gnus.git-] / ChangeLog
1 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2
3         * lisp/message.el (message-dont-send): Use `message-save-drafts'
4         instead of `save-buffer'.
5
6 1998-11-17  Hiroaki Matsui  <matu@uxd.fc.nec.co.jp>
7
8         * lisp/message.el (message-clone-locals): Add
9         "user-mail-address" and "user-full-name" to matching pattern.
10
11 1998-11-14  Kenji Itoh  <keit@tpj.co.jp>
12
13         * lisp/nnmail.el (nnmail-read-passwd): Use `read-passwd' if it
14         exists as a function.
15
16         * lisp/pop3.el (pop3-read-passwd): Ditto.
17
18 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
19
20         * lisp/gnus.el (gnus-version-number): Update to 6.10.034.
21         (gnus-version): Modify for SEMI 1.11, FLIM 1.12.
22
23 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
24
25         * make.bat: Replace line endings from `LF' to `CRLF'.
26
27 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
28
29         * lisp/gnus.el (gnus-version-number): Update to 6.10.033.
30
31         * Sync up with Pterodactyl Gnus 0.48.
32
33 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
34
35         * texi/emacs-mime.texi: Fix iso-8859-1 chars.
36
37         * lisp/message.el (message-send-news): Call
38         `message-maybe-split-and-send-news' with an arg `method'.
39         (message-maybe-split-and-send-news): Accept an arg `method'.
40
41         * lisp/rfc1843.el: Defvar `gnus-decode-encoded-word-function'.
42
43         * lisp/mm-uu.el: Require `gnus-mailcap'.
44         * lisp/mm-decode.el: Require `gnus-mailcap' instead of `mailcap'.
45         * lisp/mm-encode.el: Ditto.
46         * lisp/gnus-mailcap.el: Provide `gnus-mailcap' instead of `mailcap'.
47
48 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
49
50         * lisp/gnus.el (gnus-version-number): Update to 6.10.032.
51
52         * Sync up with Pterodactyl Gnus 0.47.
53
54 1998-11-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
55
56         * lisp/gnus.el (gnus-version-number): Update to 6.10.031.
57
58         * Sync up with Pterodactyl Gnus 0.46.
59
60 1998-11-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
61
62         * lisp/gnus.el (gnus-version-number): Update to 6.10.030.
63
64         * Sync up with Pterodactyl Gnus 0.44.
65
66 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
67
68         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
69         `mime-insert-header' instead of `mime-insert-decoded-header'.
70
71         * lisp/nnheader.el (nnheader-decode-subject): Change the 2nd arg of
72         `mime-find-field-decoder' to 'nov'.
73         (nnheader-decode-from): Ditto.
74
75         * lisp/message.el (message-maybe-split-and-send-mail): Discard
76         a return from `message-send-mail-function'.
77
78 1998-11-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
79
80         * lisp/gnus-offline.el: bug fix.
81
82         * lisp/gnus-ofsetup.el: Bug fix.
83
84 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
85
86         * texi/Makefile.in (.texi:): Don't escape double quote.
87         (texi2latex.elc:): Ditto.
88
89 1998-11-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
90
91         * texi/gnus-ja.texi: Add infos about `pop3-fma' and `gnus-offline'.
92
93 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
94
95         * lisp/message.el (message-maybe-split-and-send-mail): Use
96         `defsubst' instead of `defun'.
97         (message-maybe-split-and-send-news): Ditto.
98
99 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
100
101         * lisp/gnus-msg.el (gnus-summary-resend-bounced-mail): Bind
102         `gnus-message-setup-hook' to minimum setting.
103
104         * lisp/message.el (message-bounce-setup-for-mime-edit): New
105         function.
106         (message-bounce-setup-function): New user option. Use
107         `message-bounce-setup-for-mime-edit' in default.
108         (message-bounce): Call `message-bounce-setup-function' if it is
109         non-nil.
110         (message-bounce-setup-hook): New user option.
111         (message-send-mail): Delete useless things.
112
113 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
114
115         * lisp/message.el (message-maybe-split-and-send-mail): New function.
116         (message-send-mail): Use it.
117         (message-maybe-split-and-send-news): New function.
118         (message-send-news): Use it.
119
120 1998-11-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
121
122         * lisp/gnus-offline.el: bug fix.
123
124         * lisp/gnus-ofsetup.el: Bug fix.
125
126 1998-11-11  Katsumi Yamaoka   <yamaoka@jpl.org>
127
128         * lisp/message.el (message-send-mail): Protect against errors.
129         (message-send-news): Ditto.
130
131 1998-11-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
132
133         * lisp/message.el (message-do-fcc): Sync up with Semi-gnus 6.8.
134         (message-8bit-encoding-list): New variable.
135         (message-check-encoding): Use `message-8bit-encoding-list'. Change
136         search pattern.
137
138 1998-11-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
139
140         * lisp/gnus-bbdb.el (gnus-bbdb/extract-address-components): Normalize
141         return value.
142         (gnus-bbdb/update-record): Change condition for checking own message.
143
144 1998-11-11  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
145
146         * README.semi.ja, README.branch.ja: New file.
147
148 1998-11-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
149
150         * lisp/gnus-offline.el: bug fix.
151
152         * lisp/gnus-ofsetup.el: Bug fix.
153
154 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
155
156         * lisp/gnus-offline.el: v2.00b1 Separate setting part and
157         functional part - setting part move to gnus-ofsetup.el (New file).
158
159         * lisp/gnus-ofsetup.el: New file - setting function for
160         gnus-offline.
161
162 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
163
164         * lisp/nnheader.el (nnheader-decode-subject): Call
165         `mime-find-field-decoder' with `summary' as the 2nd arg.
166         (nnheader-decode-from): Ditto.
167
168 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
169
170         * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a
171         symbol `pop3-fma-read-passwd'.
172
173 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
174
175         * lisp/gnus.el (gnus-version-number): Update to 6.10.029.
176
177         * Sync up with Pterodactyl Gnus 0.42.
178
179 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
180
181         * lisp/gnus.el (gnus-version-number): Update to 6.10.028.
182
183         * Sync up with Pterodactyl Gnus 0.41.
184
185 1998-11-06  Katsumi Yamaoka   <yamaoka@jpl.org>
186
187         * lisp/gnus-art.el (gnus-article-make-full-mail-header): New
188         function.
189         (gnus-article-mime-edit-article-setup): Use it.
190         (gnus-article-mime-edit-exit): Use it.
191
192         (gnus-article-mime-edit-article-setup): Set `gnus-show-mime' to t.
193
194         * lisp/gnus-bbdb.el: Modify header description.
195
196 1998-11-05  Katsumi Yamaoka   <yamaoka@jpl.org>
197
198         * lisp/gnus-art.el (gnus-article-edit-done): Remove
199         `gnus-article-mime-edit-article-unwind' from
200         `gnus-article-mode-hook' before run `gnus-article-edit-exit'.
201         (gnus-article-mime-edit-article-setup): Revised.
202         (gnus-article-mime-edit-article-unwind): New function.
203         (gnus-article-mime-edit-exit): New function.
204
205         (gnus-insert-mime-button): Fix typo.
206
207 1998-11-04  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
208
209         * lisp/message.el: (message-do-fcc): Don't run message-header-hook
210         and message-before-do-fcc-hook.
211
212 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * lisp/mmgnus.el (entity-buffer): Must move to (point-min) before
215         search boundary between header and body (to fix problem with
216         Emacs).
217
218 1998-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * lisp/nnmh.el (nnmh-retrieve-headers): Don't use
221         `nnheader-fold-continuation-lines'.
222
223         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't expect
224         unfolded (to fix problem when using gnus-cache).
225
226 1998-11-04  Katsumi Yamaoka   <yamaoka@jpl.org>
227
228         * lisp/message.el (message-make-in-reply-to): Quote date.
229
230 1998-11-02  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
231
232         * lisp/gnus-bbdb.el (gnus-bbdb/canonicalize-full-name-methods):
233         New variable. (Merged from `mime-bbdb.el' in SEMI.)
234         (gnus-bbdb/extract-address-components): New function. (Merged from
235         `mime-bbdb.el' in SEMI.)
236         (gnus-bbdb/canonicalize-spaces): Ditto.
237         (gnus-bbdb/canonicalize-dots): Ditto.
238         (gnus-bbdb/update-record): Use
239         `gnus-bbdb/extract-address-components'.
240         (gnus-bbdb/lines-and-from): Ditto.
241         (gnus-bbdb/summary-get-author): Ditto.
242         (gnus-bbdb/summary-author-in-bbdb): Ditto.
243         (gnus-bbeb/decode-field-body-function): New variable.
244         (gnus-bbdb/decode-field-body): New macro.
245         (gnus-bbdb/update-record): Use `gnus-bbdb/decode-field-body'.
246         (gnus-bbdb/extract-field-value): Ditto.
247         (gnus-bbdb/decode-field-body-function): Fix typo.
248         (gnus-bbdb/decode-field-body): Ditto.
249         (gnus-bbdb/update-record): Use `save-excursion' and change timing
250         of `save-restriction'.
251
252 1998-10-31  Katsumi Yamaoka   <yamaoka@jpl.org>
253
254         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
255         `mime-edit-decode-message-in-buffer' instead of
256         `mime-edit-decode-buffer'.
257
258 1998-10-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
259
260         * lisp/nnheader.el (nnheader-decode-field-body): New inline
261         function.
262
263         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
264         `mime-edit-decode-buffer' and `mime-decode-header-in-buffer'.
265
266         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
267         `nnheader-decode-field-body' instead of `mime-decode-field-body'.
268         (gnus-bbdb/extract-field-value): Ditto.
269
270 1998-10-30  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
271
272         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Check existance of
273         `To' field before decoding.
274
275 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
276
277         * README-gnus-bbdb.en: New file, translated by courtesy of
278         Hiroshi Kawaguchi <taicho@shiba.sony.co.jp>.
279
280 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
281
282         * lisp/dgnushack.el (dgnushack-compile): Add `gnus-bbdb.el'.
283
284         * lisp/gnus-bbdb.el: New file. By courtesy of Keiichi Suzuki.
285         * README-gnus-bbdb.ja: Ditto (A part of Nana-TIPS.ja).
286
287 1998-10-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
288
289         * lisp/gnus.el: Add autoload setting for `gnus-offline' and
290         `pop3-fma'.
291
292 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
293
294         * lisp/gnus-art.el (article-decode-encoded-words): Use
295         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
296         (gnus-article-display-message-with-encoded-word): Likewise.
297
298         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Fix
299         typo.
300
301 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
302
303         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
304         `mime-edit-decode-buffer' simply as initial value.
305
306         * lisp/message.el (message-make-forward-subject): Use
307         `nnheader-decode-subject' instead of
308         `eword-decode-unstructured-field-body'.
309
310         * lisp/nnheader.el (nnheader-decode-subject): New alias.
311         (nnheader-decode-from): New alias.
312         (make-full-mail-header): Use `nnheader-decode-subject' and
313         `nnheader-decode-from' instead of
314         `eword-decode-and-unfold-unstructured-field' and
315         `eword-decode-and-unfold-structured-field'.
316
317 1998-10-29  Katsumi Yamaoka   <yamaoka@jpl.org>
318
319         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Force
320         `font-lock' to turn on at the beginning. Turn off `font-lock'
321         after editing article.
322
323 1998-10-29  Katsumi Yamaoka   <yamaoka@jpl.org>
324
325         * lisp/gnus-sum.el (gnus-summary-edit-article-done): Abolish
326         `gnus-article-decoded-p'.
327
328         * lisp/nnheader.el: Delete useless comments.
329
330         * lisp/gnus-art.el (gnus-article-edit-article): Call
331         `gnus-article-edit-article-setup-function' if it is non nil.
332         (gnus-article-mime-edit-article-setup): New function.
333         (gnus-article-mime-edit-article-setup-hook): New hook.
334         (gnus-article-edit-article-setup-function): New user option. Use
335         `gnus-article-mime-edit-article-setup' in default.
336
337 1998-10-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
338
339         * lisp/pop3-fma.el: Determin base64 encode/decode function by FLIM.
340
341 1998-10-26  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
342
343         * lisp/pop3-fma.el: Require `mel-b-el' if `mel-b' does not exist.
344
345 1998-10-26  Katsumi Yamaoka   <yamaoka@jpl.org>
346
347         * lisp/pop3-fma.el: Require `mel-b-ccl' or `mel-b-el' if `mel-b'
348         does not exist.
349
350         * lisp/nnheader.el (nnheader-file-coding-system): Restore the
351         previous default value.
352
353 1998-10-26  Katsumi Yamaoka   <yamaoka@jpl.org>
354
355         * lisp/gnus.el (gnus-version-number): Update to 6.10.027.
356
357         * Sync up with Pterodactyl Gnus 0.40.
358
359 1998-10-23  Katsumi Yamaoka   <yamaoka@jpl.org>
360
361         * lisp/gnus.el (gnus-version-number): Update to 6.10.026.
362         (gnus-version): Modify supported version for FLIM and SEMI.
363
364 1998-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
365
366         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use
367         `mime-fetch-field' for getting Subject and From field.
368
369 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
370
371         * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field'
372         for Subject and From field.
373
374 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
375
376         * lisp/nnheader.el (nnheader-parse-nov): Use
377         `make-full-mail-header'.
378
379 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
380
381         * lisp/nnheader.el (nnheader-parse-head): Use
382         `make-full-mail-header'.
383
384 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
385
386         * lisp/nnheader.el (make-full-mail-header): Sync up with
387         "chao-6_9" branch.
388         (mail-header-set-xref): Use `mime-entity-set-xref-internal'.
389         (mail-header-xref): Use `mime-entity-xref-internal'
390         (mail-header-set-lines): mime-entity-set-lines-internal'.
391         (mail-header-lines): Use `mime-entity-lines-internal'
392         (mail-header-set-chars): Use `mime-entity-set-chars-internal'.
393         (mail-header-chars): Use `mime-entity-chars-internal'.
394         (mail-header-set-references): Use
395         `mime-entity-set-references-internal'.
396         (mail-header-references): Use `mime-entity-references-internal'.
397         (mail-header-set-message-id): Use
398         `mime-entity-set-message-id-internal'.
399         (mail-header-message-id): Use `mime-entity-message-id-internal'.
400         (mail-header-set-date): Use `mime-entity-set-date-internal'.
401         (mail-header-date): Use `mime-entity-date-internal'.
402         (mail-header-set-from): Use
403         `mime-entity-set-decoded-from-internal'.
404         (mail-header-from): Use `mime-entity-decoded-from-internal'.
405         (mail-header-set-subject): Use
406         `mime-entity-set-decoded-subject-internal'.
407         (mail-header-subject): Use `mime-entity-decoded-subject-internal'.
408         All changes are imported from "chao-6_9" branch.
409
410         * lisp/message.el (message-reply): Use
411         `make-full-mail-header-from-decoded-header`.
412         (message-followup): Ditto.
413         (message-get-reply-buffer-function): Abolished.
414         (message-fill-address): Don't fold if the current column number is
415         less than 79.
416
417         * lisp/gnus-sum.el (gnus-summary-insert-line): Use
418         `gnus-put-text-property-excluding-characters-with-faces' instead
419         of `gnus-put-text-property'.
420         (gnus-summary-mode-map): Abolish key definition
421         "b" for `gnus-article-view-part'.
422         (gnus-encoded-word-method-alist): Abolished.
423         (gnus-multi-decode-encoded-word-string) Abolished.
424
425         * lisp/gnus-int.el (gnus-request-replace-article): Don't encode
426         message body.
427
428         * lisp/gnus-i18n.el (gnus-get-summary-default-charset): Abolished.
429         (gnus-set-summary-default-charset): Sync up with "chao-6_9" branch.
430
431         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
432         Abolished.
433         (gnus-article-display-message-with-encoded-word): Abolished.
434
435 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
436
437         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
438         `mime-read-field', `std11-address-string' and
439         `std11-full-name-string' instead of
440         `gnus-extract-address-components'.
441         (gnus-article-sort-by-author): Likewise.
442
443 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
444
445         * lisp/nnheader.el (make-full-mail-header-from-decoded-header):
446         New function.
447
448 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
449
450         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up
451         buffer local variable `default-mime-charset' of
452         `gnus-original-article-buffer' and `gnus-article-buffer'.
453
454 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * lisp/nnheader.el: Use `mime-entity' as gnus-header structure.
457         (mail-header-number): Use `mime-entity-location-internal'.
458         (mail-header-set-number): Use `mime-entity-set-location-internal'.
459         - Change other `mail-header-*' and `mail-header-set-*' to alias of
460         reference and set functions for mime-entity-internal.
461
462         * lisp/mmgnus.el: New module.
463
464         * lisp/gnus-sum.el: Abolish variable
465         `gnus-structured-field-decoder' and
466         `gnus-unstructured-field-decoder'.
467         (gnus-nov-parse-line): Don't decode from and subject.
468         (gnus-get-newsgroup-headers): Likewise.
469
470         * lisp/gnus-score.el (gnus-header-index): Modify to use
471         mime-entity structure as gnus-header structure.
472
473         * lisp/gnus-art.el (gnus-article-prepare-display): Use content of
474         `gnus-current-headers' as mime-message-structure.
475
476 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
477
478         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use
479         `make-full-mail-header'.
480
481 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
482
483         (gnus-parse-headers-hook): Use
484         `(gnus-set-summary-default-charset)' in default.
485
486 \f
487 1998-10-21  Katsumi Yamaoka   <yamaoka@jpl.org>
488
489         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Guard for non string
490         symbol.
491
492 1998-10-21  Katsumi Yamaoka   <yamaoka@jpl.org>
493
494         * lisp/gnus.el (gnus-version-number): Update to 6.10.025.
495         (gnus-version): Fix supported version for FLIM and SEMI.
496
497         * Sync up with Pterodactyl Gnus 0.36.
498
499 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
500
501         * lisp/gnus.el (gnus-version-number): Update to 6.10.024.
502         Fix supported version for FLIM and SEMI.
503
504         * Sync up with Pterodactyl Gnus 0.35.
505
506 1998-10-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
507
508         * lisp/gnus-offline.el (gnus-offline-setup-needed-hooks): Change
509         message-send-hook to mime-edit-translate-hook.
510
511         * lisp/pop3-fma.el (pop3-fma-init-message-hook): Change
512         message-send-hook to mime-edit-translate-hook.
513
514         * lisp/message.el (message-save-drafts): New function to save
515         drafts in network code.
516
517 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
518
519         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
520         value to `gnus-maybe-setup-default-charset'.
521         (gnus-maybe-setup-default-charset): New function. It is called
522         `message-maybe-setup-default-charset' at one time.
523
524         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
525
526 1998-10-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
527
528         * TODO.ja: Update.
529
530 1998-10-15  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
531
532         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
533         update `gnus-format-specs' when `gnus-version' is differ from
534         saved version.
535
536 1998-10-14  Katsumi Yamaoka   <yamaoka@jpl.org>
537
538         * lisp/pop3-fma.el (pop3-fma-read-char-exclusive): New macro. Use
539         `next-command-event' instead of `read-char-exclusive' under XEmacs.
540         (pop3-fma-read-noecho): Use it.
541
542 1998-10-13  Katsumi Yamaoka   <yamaoka@jpl.org>
543
544         * lisp/nnheaderxm.el (nnheader-xmas-Y-or-n-p): New function.
545         It will be used for the substitute of `nnheader-Y-or-n-p' under
546         XEmacs.
547
548         * lisp/nnheader.el (nnheader-Y-or-n-p): Rewrite for Emacs 19 or
549         later except for XEmacs.
550
551 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
552
553         * lisp/uudecode.el: New file.
554
555 1998-10-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
556
557         * lisp/gnus.el (gnus-version-number): Update to 6.10.023.
558         Add version information for SEMI-1.9/FLIM-1.10.
559
560         * Sync up with Pterodactyl Gnus 0.34.
561
562 1998-10-10  Katsumi Yamaoka   <yamaoka@jpl.org>
563
564         * lisp/gnus-msg.el (gnus-message-make-user-agent): Fix typo in doc
565         string.
566
567 1998-10-07  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
568
569         * lisp/nnagent.el (nnagent-open-server): Small bug fix.
570
571 1998-10-07  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
572
573         * TODO.ja: New file.
574
575 1998-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
576
577         * lisp/message.el (message-mime-insert-article): Don't refer to
578         `mark' position.
579
580         * lisp/message.el (message-mime-insert-article): If the optional
581         arg FULL-HEADERS is non-nil, include full headers when inserting.
582
583 1998-10-06  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
584
585         * lisp/message.el (message-parameter-alist): New variable.
586         (message-startup-parameter-alist):  New variable.
587         (message-fetch-reply-field): Get reply buffer with
588         `message-get-reply-buffer()'.
589         (message-yank-original): Ditto.
590         (message-eval-parameter): New function.
591         (message-get-reply-buffer): Ditto.
592         (message-get-original-reply-buffer): Ditto.
593         (message-mode): New buffer local variable
594         `message-parameter-alist'.
595         (message-setup): Set up `message-reply-buffer' from
596         `message-parameter-alist'.
597         (message-mime-insert-article): Get `Original message buffer' with
598         `message-get-original-reply-buffer' instead of
599         `gnus-original-article-buffer'.
600         Remove bogus header fields for forwarding message.
601
602         * lisp/gnus-msg.el (gnus-setup-message): Setup
603         `message-startup-parameter-alist'.
604
605 1998-10-05  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
606
607         * lisp/gnus.el (gnus-info-filename): New variable.
608         (gnus-info-find-node): Use `gnus-info-filename' and
609         `current-language-environment'.
610
611 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
612
613         * lisp/message.el (message-send-mail): Remove misplaced
614         `interactive'.
615
616         * lisp/message.el (message-yank-original): Get back to the previous
617         state.
618         (message-fetch-reply-field): Ditto.
619         (message-setup): Ditto.
620         * lisp/gnus-msg.el (gnus-setup-message): Ditto.
621
622 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
623
624         * lisp/gnus-draft.el: Remove some useless comments.
625
626         * lisp/gnus-draft.el (gnus-draft-send-draft): Abolished.
627
628 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
629
630         * lisp/message.el (message-yank-original):  Use the value of
631         `message-reply-buffer' as a function if it is a function.
632         (message-fetch-reply-field): Ditto.
633
634         * lisp/message.el (message-setup): Set the value of
635         `message-reply-buffer' if the variable
636         `gnus-message-get-reply-buffer' exists.
637
638         * lisp/gnus-msg.el (gnus-setup-message): Bind
639         `gnus-message-get-reply-buffer' as the function
640         `gnus-copy-article-buffer'.
641
642 1998-10-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
643
644         * lisp/gnus-draft.el (gnus-draft-send): Call
645         `message-send-news-function' or `message-send-mail-function'
646         instead of `message-send-and-exit'.
647
648 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
649
650         * lisp/message.el (message-mode-map): Use `define-key' instead of
651         `substitute-key-definition' for `message-kill-buffer'.
652
653 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
654
655         * lisp/message.el (message-make-user-agent): Replace with the
656         new code again. It is based on MORIOKA-san's code.
657
658 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
659
660         * lisp/message.el (message-make-user-agent): Replace with the
661         new code.
662
663         * lisp/gnus-msg.el (gnus-message-make-user-agent): New function.
664
665         * lisp/gnus-msg.el (gnus-extended-version): Needn't be interactive.
666
667         * lisp/gnus-msg.el (gnus-inviolable-extended-version): Abolished.
668
669 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
670
671         * lisp/message.el (message-kill-buffer): Change the prompt string.
672
673         * lisp/message.el (message-mode-map): Substitute key definition
674         from `kill-buffer' to `message-kill-buffer'.
675
676 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
677
678         * lisp/gnus-msg.el (gnus-message-setup-hook): Set the default value
679         to `message-maybe-setup-default-charset'.
680
681         * lisp/message.el (message-setup-hook): Move
682         'message-maybe-setup-default-charset' to `gnus-message-setup-hook'.
683
684 1998-10-02  Katsumi Yamaoka   <yamaoka@jpl.org>
685
686         * lisp/message.el (message-kill-buffer): Refer to
687         `message-kill-buffer-query-function'.
688
689         * lisp/message.el (message-kill-buffer-query-function): New user
690         option.
691
692         * lisp/nnheader.el (nnheader-Y-or-n-p): New function.
693
694 1998-10-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
695
696         * lisp/pop3-fma.el (pop3-fma-movemail): Bug fix.
697         Delete variable pop3-fma-movemail options.
698         Add new variabel pop3-fma-commandline-arguments.
699
700 1998-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
701
702         * lisp/message.el: Fix my stupid changes.
703
704 1998-09-30  Katsumi Yamaoka   <yamaoka@jpl.org>
705
706         * lisp/message.el (message-make-user-agent): Add the value of
707         `system-configuration' to Emacs and XEmacs as a comment.
708
709         * lisp/message.el (message-make-user-agent): Fold up the return
710         value if the optional arg MAX-COLUMN is specified.
711
712 1998-09-29  Katsumi Yamaoka   <yamaoka@jpl.org>
713
714         * lisp/message.el (message-make-user-agent): Make a user-agent
715         string without MUA info, if the value of `message-user-agent' is
716         nil nor `gnus-inviolable-extended-version' is not exists.
717
718 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
719
720         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
721         only if `group' name is neither "queue" nor "draft".
722         Fix typo (at 23:25).
723
724         * lisp/message.el (message-send-mail): Add different Message-ID in
725         each message/partial
726
727 1998-09-26  Katsumi Yamaoka   <yamaoka@jpl.org>
728
729         * texi/gnus-ja.texi: Sync up with Semi-gnus 6.8.19.
730
731         * lisp/gnus.el: Add autoload setting for
732         `gnus-quote-arg-for-sh-or-csh'.
733
734 1998-09-26  Katsumi Yamaoka   <yamaoka@jpl.org>
735
736         * lisp/gnus-sum.el (gnus-summary-insert-pseudos): Use
737         `gnus-quote-arg-for-sh-or-csh' instead of `mm-quote-arg'.
738
739         * lisp/nndoc.el (nndoc-possibly-change-buffer): Don't eval
740         `mm-enable-multibyte'.
741         * lisp/nnmbox.el (nnmbox-possibly-change-newsgroup): Ditto.
742
743 1998-09-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
744
745         * lisp/gnus.el (gnus-version-number): Update to 6.10.022.
746
747         * Sync up with Pterodactyl Gnus 0.32.
748
749 1998-09-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
750
751         * lisp/gnus.el (gnus-version-number): Update to 6.10.021.
752
753         * Sync up with Pterodactyl Gnus 0.31.
754
755 1998-09-23  Katsumi Yamaoka   <yamaoka@jpl.org>
756
757         * lisp/message.el (message-make-user-agent): Add extended version
758         number to Emacs/{VERSION} (e.g. "Emacs/20.3.90").
759
760 1998-09-22  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
761
762         * lisp/gnus-agent.el (gnus-agent-expire): Bug fix when variable
763         expired is nil.
764
765 1998-09-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
766
767         * lisp/gnus-draft.el: (gnus-draft-edit-message): Fix typo.
768
769 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
770
771         * lisp/message.el (message-make-user-agent): Use
772         `gnus-inviolable-extended-version' if `message-user-agent' is nil.
773
774         * lisp/message.el (message-make-user-agent): In message-mode, make
775         the most of the `User-Agent' field value if already exists.
776
777         * lisp/gnus-msg.el (gnus-inviolable-extended-version): New constant.
778
779         * lisp/gnus-msg.el (gnus-extended-version): Remove trailing white
780         space.
781
782 1998-09-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
783
784         * lisp/gnus-draft.el (gnus-draft-send-draft): Expire queued message
785         after news posting.
786
787 1998-09-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
788
789         * lisp/gnus-draft.el (gnus-draft-send-draft): Error if no
790         recipients.
791
792 1998-09-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
793
794         * lisp/gnus-draft.el (gnus-draft-decoding-function): Uncommented.
795
796 1998-09-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
797
798         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
799         `gnus-draft-setup-for-editing' instead of `gnus-draft-setup'.
800         (gnus-draft-send): Use `gnus-draft-setup-for-sending' instead of
801         `gnus-draft-setup'.
802         (gnus-draft-setup-for-editing): New function (renamed from
803         `gnus-draft-setup').
804         (gnus-draft-setup-for-sending): New function.
805         (gnus-draft-send-draft-buffer): New variable.
806
807 1998-09-16  Katsumi Yamaoka   <yamaoka@jpl.org>
808
809         * texi/gnus-ja.texi: Sync up with Semi-gnus 6.8.18.
810
811         * Makefile.in: Add entry `info-ja'.
812         * texi/Makefile.in: Add entry `ja'.
813
814 1998-09-16  Katsumi Yamaoka   <yamaoka@jpl.org>
815
816         * lisp/gnus.el (gnus-version-number): Update to 6.10.020.
817
818         * lisp/ietf-drums.el: New file.
819         * lisp/date.el: Abolished.
820         * lisp/mm.el: Abolished.
821
822         * Sync up with Pterodactyl Gnus 0.31.
823
824 1998-09-14  Katsumi Yamaoka   <yamaoka@jpl.org>
825
826         * lisp/message.el (message-encode-message-body): Copied from
827         Pterodactyl Gnus 0.30. It is useless for Semi-gnus but usefull for
828         reducing differences while at work for synchronizing up. It will
829         be removed when the Gnus becomes stable.
830         * lisp/gnus-art.el (gnus-mime-display-alternative)
831         (gnus-display-mime) (gnus-widget-press-button)
832         (gnus-insert-mime-button) (gnus-mime-copy-part)
833         (gnus-mime-view-part) (gnus-mime-pipe-part) (gnus-mime-save-part)
834         (gnus-mime-button-map) (gnus-mime-button-line-format-alist)
835         (gnus-mime-button-line-format)
836         (article-mime-decode-quoted-printable-buffer)
837         (article-de-quoted-unreadable) (article-decode-charset)
838         (article-decode-mime-words) (gnus-decode-header-function)
839         (gnus-display-mime-function): Ditto.
840
841 1998-09-14  Katsumi Yamaoka   <yamaoka@jpl.org>
842
843         * lisp/gnus-art.el (article-decode-encoded-words): Renamed from
844         `gnus-article-decode-rfc1522'.
845
846         * lisp/mail-parse.el: New file.
847         * lisp/mm-view.el: New file.
848         * lisp/rfc2231.el: New file.
849         * texi/emacs-mime.texi: New file.
850
851         * lisp/gnus.el (gnus-version-number): Update to 6.10.019.
852
853         * Sync up with Pterodactyl Gnus 0.30.
854
855 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
856
857         * lisp/gnus.el (gnus-version-number): Update to 6.10.018.
858
859         * Sync up with Pterodactyl Gnus 0.26.
860
861 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
862
863         * lisp/gnus.el (gnus-version-number): Update to 6.10.017.
864
865         * lisp/gnus-art.el (gnus-show-mime) (gnus-summary-toggle-mime):
866         Revived.
867
868         * lisp/gnus-mailcap.el: New file. Renamed from `mailcap.el'.
869
870         * Sync up with Pterodactyl Gnus 0.25.
871
872 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
873
874         * lisp/gnus-art.el (article-make-date-line): Add TZ value to
875         `local' and `ut' date.
876
877         * lisp/gnus-art.el (article-make-date-line): Fix `ut' date.
878
879         * lisp/parse-time.el (parse-time-string): The last element of the
880         return list should be TZ.
881
882         * lisp/message.el (message-send): Eval 'message-fix-before-sending'
883         after encoding.
884
885 1998-09-10  Katsumi Yamaoka   <yamaoka@jpl.org>
886
887         * lisp/gnus-spec.el (gnus-tilde-pad-form): Use old macro form.
888
889         * lisp/gnus-art.el (article-decode-mime-words): Abolished.
890
891 1998-09-10  Katsumi Yamaoka   <yamaoka@jpl.org>
892
893         * lisp/gnus.el (gnus-version-number): Update to 6.10.016.
894
895         * Sync up with Pterodactyl Gnus 0.24.
896
897 1998-09-09  Katsumi Yamaoka   <yamaoka@jpl.org>
898
899         * lisp/gnus.el (gnus-version-number): Update to 6.10.015.
900
901         * Sync up with Pterodactyl Gnus 0.23.
902
903 1998-09-09  Katsumi Yamaoka   <yamaoka@jpl.org>
904
905         * lisp/gnus.el (gnus-version-number): Update to 6.10.014.
906
907         * Sync up with Pterodactyl Gnus 0.22.
908
909 1998-09-08  Katsumi Yamaoka   <yamaoka@jpl.org>
910
911         * lisp/gnus.el (gnus-version-number): Update to 6.10.013.
912
913         * Sync up with Pterodactyl Gnus 0.19.
914
915 1998-09-08  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
916
917         * lisp/gnus-draft.el (gnus-draft-send-draft) (gnus-draft-send): New
918         implementations for testing.
919
920         * lisp/gnus-agent.el (gnus-agent-expire) (gnus-agent-fetch-headers)
921         (gnus-agent-flush-cache) (gnus-agent-save-history)
922         (gnus-agent-save-groups): Bind `coding-system-for-write' by
923         `gnus-agent-file-coding-system' while writing a file.
924
925         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Renamed from
926         `gnus-agent-article-file-coding-system'.
927
928 1998-09-08  Katsumi Yamaoka   <yamaoka@jpl.org>
929
930         * lisp/gnus.el (gnus-version-number): Update to 6.10.012.
931
932         * Sync up with Pterodactyl Gnus 0.18.
933
934 1998-09-07  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
935
936         * lisp/gnus-draft.el (gnus-draft-setup): Do not use message mode.
937         (gnus-draft-send): Ditto.
938         gnus-draft-send-draft-buffer: New variable.
939
940         * lisp/gnus-msg.el (gnus-extended-version): Display original Gnus
941         version.
942
943         * lisp/gnus-agent.el : Use pGnus 0.17 gnus-agent.el
944
945 1998-09-07  Katsumi Yamaoka   <yamaoka@jpl.org>
946
947         * lisp/gnus.el (gnus-continuum-version): Use `char-int' instead of
948         `mm-char-int'.
949         * lisp/messagexmas.el (message-xmas-make-caesar-translation-table):
950         Ditto.
951
952         * lisp/gnus-art.el (gnus-article-setup-buffer): Don't use
953         `mm-enable-multibyte'.
954
955 1998-09-07  Katsumi Yamaoka   <yamaoka@jpl.org>
956
957         * lisp/gnus.el (gnus-version-number): Update to 6.10.011.
958
959         * Sync up with Pterodactyl Gnus 0.17.
960
961 1998-09-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
962
963         * lisp/gnus.el (gnus-version-number): Update to 6.10.010.
964
965         * Sync up with Pterodactyl Gnus 0.16.
966
967 1998-09-04  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
968
969         * lisp/pop3-fma.el (pop3-fma-movemail): Add error handle.
970         (pop3-fma-get-movemail-type): Fix typo.
971
972 1998-09-04  Katsumi Yamaoka   <yamaoka@jpl.org>
973
974         * lisp/gnus.el (gnus-version-number): Update to 6.9.09.
975
976         * Sync up with Pterodactyl Gnus 0.14.
977
978 1998-09-03  Katsumi Yamaoka   <yamaoka@jpl.org>
979
980         * lisp/nndoc.el (nndoc-transform-mime-parts): Insert
981         "MIME-Version:" instead of "Mime-Version:".
982
983         * lisp/message.el (message-encode-message-body): Abolished.
984
985         * lisp/message.el: Don't require `rfc2047'.
986
987         * lisp/gnus.el: Delete autoload settings for `qp' and `rfc2047'.
988
989         * lisp/gnus.el (semi-gnus-developers): New constant.
990
991         * lisp/gnus.el (gnus-version-number): Update to 6.9.08.
992
993         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Move to
994         `gnus-xmas-redefine' from `gnus-xmas-define'.
995
996         * lisp/gnus-sum.el (gnus-set-mode-line): Use `gnus-truncate-string'
997         instead of `truncate-string'.
998
999         * lisp/gnus-sum.el: Don't define menu for "MIME".
1000
1001         * lisp/gnus-sum.el: Delete key definitions for
1002         `gnus-article-decode-mime-words' and `gnus-article-decode-charset'.
1003
1004         * lisp/gnus-spec.el (gnus-tilde-pad-form): New function for the
1005         benefit of avoiding byte-compile warning.
1006
1007         * lisp/gnus-soup.el (gnus-soup-send-packet): Set
1008         `message-user-agent' instead of `message-newsreader'.
1009
1010         * lisp/message.el (message-set-work-buffer) (message-mode):  Don't
1011         use `mm-enable-multibyte'.
1012         * lisp/gnus-util.el (gnus-set-work-buffer): Ditto.
1013         * lisp/gnus-sum.el (gnus-summary-mode): Ditto.
1014         * lisp/gnus-msg.el (gnus-copy-article-buffer): Ditto.
1015         * lisp/gnus-art.el (gnus-article-mode): Ditto.
1016
1017         * lisp/gnus-art.el (gnus-article-decode-mime-words)
1018         (gnus-article-decode-charset) (gnus-decode-rfc1522)
1019         (article-decode-rfc1522) (article-de-quoted-unreadable)
1020         (article-mime-decode-quoted-printable-buffer): Abolished.
1021
1022         * lisp/message.el: Don't require `mm-bodies'.
1023         * lisp/gnus-art.el: Ditto.
1024
1025         * lisp/gnus-agent.el (gnus-category-line-format-alist): Change
1026         variable name `name' and `groups' to `gnus-tmp-name' and
1027         `gnus-tmp-groups'.
1028         (gnus-category-insert-line): Ditto.
1029
1030         * lisp/gnus-agent.el (gnus-agent-fetch-articles): Delete useless
1031         binding variables.
1032
1033 1998-09-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1034
1035         * lisp/gnus.el (gnus-version-number): Update to 6.9.07.
1036
1037         * Sync up with Pterodactyl Gnus 0.13.
1038
1039 1998-08-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1040
1041         * lisp/gnus.el (gnus-version-number): Update to 6.9.04.
1042
1043         * Sync up with Pterodactyl Gnus 0.10.
1044
1045         * lisp/gnus-agent.el : back to version Gnus 5.6.32.
1046
1047 1998-08-31  Katsumi Yamaoka   <yamaoka@jpl.org>
1048
1049         * lisp/rfc1522.el: Abolished.
1050
1051         * lisp/message.el: (message-send-mail) (message-send-news): Don't
1052         use `mm-encode-message-header'.
1053
1054         * lisp/gnus.el: Delete autoload settings for
1055         `hexl-hex-string-to-integer', `mm-decode-words-region',
1056         `mm-decode-words-string', `gnus-hack-decode-rfc1522',
1057         `gnus-article-de-quoted-unreadable', `gnus-decode-rfc1522' and
1058         `article-decode-rfc1522'.
1059
1060         * lisp/gnus-sum.el: Delete key definitions for
1061         `gnus-article-decode-mime-words', `gnus-article-decode-mime-words'
1062         and `gnus-article-de-quoted-unreadable'.
1063
1064         * lisp/gnus-art.el (gnus-article-decode-mime-words)
1065         (gnus-decode-rfc1522) (article-de-quoted-unreadable)
1066         (article-mime-decode-quoted-printable-buffer): Abolished.
1067
1068         * lisp/gnus.el (gnus-version-number): Update to 6.9.03.
1069
1070         * Sync up with Pterodactyl Gnus 0.9.
1071
1072 1998-08-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1073
1074         * lisp/gnus-agent.el: Do not use nnheader-temp-write.
1075
1076         * lisp/gnus-ems.el: Do not use nnheader-temp-write.
1077
1078         * lisp/gnus.el (gnus-version-number): Update to 6.9.02.
1079
1080         * Sync up with Pterodactyl Gnus 0.8.
1081
1082 1998-08-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1083
1084         * New branch ... pgnus-ichikawa
1085
1086         * lisp/gnus.el (gnus-original-version-number)
1087         (gnus-original-product-name) : New variable.
1088
1089         * lisp/gnus.el (gnus-version-number): Update to 6.9.01.
1090         Third version number 0x means Original gnus's status in beta version.
1091
1092         * Sync up with Pterodactyl Gnus 0.6.
1093
1094 1998-08-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1095
1096         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Bug Fix.
1097         When add a new newsgroup , gnus-agent cannot fetch articles.
1098
1099         * lisp/gnus.el (gnus-version-number): Update to 6.8.17.
1100
1101         * Sync up with Gnus 5.6.42.
1102
1103 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1104
1105         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Try
1106         "qualified" newsgroup name first.
1107
1108 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1109
1110         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Match
1111         "real" newsgroup name; strip "backend+server" prefix.
1112
1113 1998-08-28  Katsumi Yamaoka   <yamaoka@jpl.org>
1114
1115         * lisp/message.el (message-make-user-agent): New function.
1116         (message-generate-headers): Use it.
1117         These changes are copied from Shoe-gnus.
1118
1119 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1120
1121         * lisp/message.el (message-make-in-reply-to):
1122         Use `std11-extract-address-components'.
1123         (message-use-mail-reply-to): Doc fix.
1124
1125 1998-08-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1126
1127         * lisp/gnus.el (gnus-version-number): Update to 6.8.16.
1128
1129         * Sync up with Gnus 5.6.41.
1130
1131 1998-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1132
1133         * lisp/gnus-spec.el (gnus-parse-simple-format): Use
1134         `gnus-tilde-pad-form' instead of the padding faculty of `format'
1135         under XEmacs-mule.
1136
1137         * lisp/gnus-xmas.el
1138         (gnus-xmas-redefine): Redifine `gnus-truncate-string',
1139         `gnus-tilde-max-form' and `gnus-tilde-cut-form' for XEmacs-mule.
1140         (gnus-xmas-define): New function 'gnus-tilde-pad-form' for
1141         XEmacs-mule.
1142
1143 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1144
1145         * lisp/gnus-art.el (gnus-article-narrow-to-signature):
1146         Removed TM stuff.
1147         (gnus-article-display-mime-message):
1148         Set `mime-button-mother-dispatcher' in correct buffer.
1149         (gnus-url-mailto): Use `gnus-setup-message'.
1150         (gnus-button-mailto): Ditto.
1151         (gnus-button-reply): Ditto.
1152
1153         * lisp/gnus-ems.el (gnus-mule-max-width-function): Removed.
1154         (gnus-truncate-string): Use `truncate-string-to-width' if available.
1155         (gnus-tilde-max-form): New implementation.
1156         (gnus-tilde-cut-form): Ditto.
1157
1158         * lisp/gnus-msg.el (gnus-summary-mail-digest): New function.
1159         (gnus-summary-post-digest): New function.
1160
1161         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Use
1162         `gnus-summary-mail-digest' and `gnus-summary-post-digest' instead
1163         of `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'.
1164
1165         * lisp/gnus-util.el (gnus-truncate-string): Ignore more than two
1166         arguments.
1167
1168         * lisp/message.el (message-forward-end-separator): Use
1169         `text/plain' tag.
1170
1171 1998-08-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1172
1173         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Write
1174         file in raw-text coding system.
1175         (gnus-cache-save-buffers): Ditto.
1176         * lisp/gnus-cache.el (gnus-cache-write-file-coding-system): New variable.
1177         * lisp/gnus-util.el (gnus-write-buffer): Undo change.
1178
1179         * lisp/gnus-util.el (gnus-write-file-coding-system): Delete variable.
1180
1181 1998-08-25  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1182
1183         * lisp/gnus-msg.el (gnus-bug-message): About Semi-gnus.
1184         (gnus-extended-version): Return gnus version only.
1185         (gnus-bug): Add Semi-gnus developers to recipients.
1186
1187         * lisp/message.el (message-make-user-agent): New function.
1188         (message-generate-headers): Use it.
1189
1190 1998-08-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1191
1192         * lisp/gnus-offline.el (gnus-offline-setup): Bug fix and version
1193         changed to 1.53.
1194
1195         * lisp/gnus-util.el (gnus-write-buffer): Write file in raw-text coding
1196         system.
1197
1198         * lisp/gnus-util.el (gnus-write-file-coding-system): New variable.
1199
1200 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1201
1202         * lisp/message.el: Suppress some byte-compile warnings.
1203         (message-make-forward-subject): Failed to sync.
1204         (message-setup): Ditto.
1205         (message-clone-locals): Modify regexp.
1206
1207         * lisp/message.el (message-fill-references): Reverted.
1208
1209 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1210
1211         * lisp/gnus-agent.el (gnus-agent-braid-nov): Use
1212         `nnheader-insert-file-contents'.
1213
1214         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Sync up
1215         with "akr" branch.
1216
1217 1998-08-23  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1218
1219         * lisp/gnus.el (gnus-version-number): Update to 6.8.15.
1220
1221         * Sync up with Gnus 5.6.39.
1222
1223 1998-08-20  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1224
1225         * lisp/gnus.el (gnus-version-number): Update to 6.8.14.
1226
1227         * Sync up with Gnus 5.6.38.
1228
1229         * lisp/gnus-offline.el (gnus-offline-enable-fetch-mail): Enable to get
1230         APOP server.
1231
1232         * lisp/pop3-fma.el (pop3-fma-movemail): Enable to get from APOP server.
1233         (pop3-fma-set-pop3-password) Enable to get from APOP server.
1234
1235 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1236
1237         * lisp/gnus.el (gnus-version-number): Update to 6.8.13.
1238
1239         * Sync up with Gnus 5.6.37.
1240
1241         * lisp/gnus-offline.el (gnus-offline-setup) : To create spol directory
1242         if not exists.
1243         Change default value of gnus-offline-drafts-queue-type 'miee to 'agent
1244
1245 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1246
1247         * lisp/gnus.el (gnus-version-number): Update to 6.8.12.
1248
1249         * Sync up with Gnus 5.6.36.
1250
1251         * lisp/gnus-offline.el : New file.
1252         Merge gnus-offline to ichikawa branch.
1253
1254 1998-08-15  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1255
1256         * texi/gnus-ja.texi: Update.
1257
1258 1998-08-14  Katsumi Yamaoka   <yamaoka@jpl.org>
1259
1260         * lisp/gnus-start.el (gnus-save-newsrc-file): Bind
1261         `coding-system-for-write' by `gnus-startup-file-coding-system'
1262         while saving the quick newsrc file.
1263
1264         * lisp/gnus-start.el (gnus-startup-file-coding-system): Change
1265         default value to `ctext'.
1266
1267 1998-08-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1268
1269         * lisp/gnus.el (gnus-version-number): Update to 6.8.11.
1270
1271         * Sync up with Gnus 5.6.34.
1272
1273 1998-08-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1274
1275         * lisp/gnus.el (gnus-version-number): Update to 6.8.10.
1276
1277         * Sync up with Gnus 5.6.33.
1278
1279 1998-08-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1280
1281         * lisp/message.el (message-frames): New custom group.
1282         (message-original-frame): New variable.
1283         (message-use-multi-frames): New variable.
1284         (message-delete-frame-on-exit): New variable.
1285         (message-send-and-exit): Delete frame which made for editing
1286         message.
1287         (message-kill-buffer): Ditto.
1288         (message-delete-frame): New function.
1289         (message-pop-to-buffer): Make new frame when edit message.
1290
1291 1998-08-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1292
1293         * lisp/gnus.el (gnus-version-number): Update to 6.8.9.
1294
1295         * Sync up with Gnus 5.6.31.
1296
1297 1998-08-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1298
1299         * lisp/gnus.el (gnus-version-number): Update to 6.8.8.
1300
1301         * Sync up with Gnus 5.6.30.
1302
1303 1998-08-10  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1304
1305         * lisp/gnus.el (gnus-version-number): Update to 6.8.7.
1306
1307 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
1308
1309         * lisp/smtp.el: Do not insert empty line at the end of message.
1310
1311 1998-08-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1312
1313         * lisp/gnus.el (gnus-version-number): Update to 6.8.6.
1314
1315         * Sync up with Gnus 5.6.29.
1316
1317 1998-08-05  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1318
1319         * lisp/gnus-start.el (gnus-read-init-file): Fix indent.
1320         * lisp/gnus-ems.el (gnus-tilde-max-form): Redefine instead of
1321         (gnus-summary-line-format-spec) to display Japanese character
1322         correctly in Gnus summaly.
1323
1324 1998-08-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1325
1326         * lisp/gnus-start.el (gnus-read-init-file): Don't restrict
1327         `coding-system-for-read' by `binary' when loading `.gnus'.
1328
1329 1998-08-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1330
1331         * lisp/gnus.el (gnus-version-number): Update to 6.8.5.
1332
1333         * Sync up with Gnus 5.6.28.
1334
1335 1998-07-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1336
1337         * lisp/gnus.el (gnus-version-number): Update to 6.8.4.
1338
1339         * Sync up with Gnus 5.6.27.
1340
1341 1998-07-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1342
1343         * texi/message-ja.texi: Japanese translation of "message.texi".
1344
1345 1998-07-26  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1346
1347         * lisp/gnus.el (gnus-version-number): Update to 6.8.3.
1348
1349         * Sync up with Gnus 5.6.26.
1350
1351 1998-07-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1352
1353         * lisp/gnus.el (gnus-version-number): Update to 6.8.2.
1354         (gnus-version): Change to "Semi-gnus". Change comment format.
1355
1356 1998-07-21  Keisuke Mori   <ksk@ntts.com>
1357
1358         * texi/gnus-ja.texi: Add "Appendices".
1359
1360 1998-07-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1361
1362         * texi/gnus-ja.texi: Add "Appendices".
1363
1364 1998-07-16  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1365
1366         * lisp/gnus.el (gnus-version-number): Update to 6.8.1.
1367
1368         * Sync up with Gnus 5.6.24.
1369
1370 1998-07-10  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1371
1372         * lisp/gnus-ems.el (gnus-mule-cite-add-face): Fix problem when multi
1373         bytes charactors are used in cite prefix. (for Emacs 20.1 and 20.2)
1374         (gnus-ems-redefine): for Emacs 20.1 and 20.2
1375
1376         * lisp/gnus-cite.el (gnus-cite-add-face): Abolish my last bogus change.
1377
1378 1998-07-09  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1379
1380         * lisp/gnus-cite.el (gnus-cite-add-face): Fix problem when multi
1381         bytes charactors are used in cite prefix.
1382
1383 1998-07-07  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1384
1385         * texi/gnus-ja.texi: Add "The End".
1386
1387 1998-07-06  Keisuke Mori   <ksk@ntts.com>
1388
1389         * texi/gnus-ja.texi: Add "Various".
1390
1391 1998-07-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1392
1393         * texi/gnus-ja.texi: Add "Various".
1394         * texi/gnus-ja.texi: Sync up with Gnus 5.6.22
1395
1396 1998-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1397
1398         * lisp/message.el (message-header-format-alist): Repair to use
1399         `message-fill-references' for References.
1400
1401 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1402
1403         * lisp/gnus-art.el (gnus-article-header-presentation-method):
1404         Delete nil optional arguments.
1405         - Delete setting for `mime-raw-representation-type-alist'.
1406
1407 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1408
1409         * lisp/gnus.el (gnus-version-number): Update to 6.8.0.
1410         (gnus-version): Modify for FLIM 1.8.
1411
1412         * lisp/gnus-art.el (gnus-article-header-presentation-method):
1413         Modify for FLIM 1.8.
1414
1415 1998-06-30  Keisuke Mori   <ksk@ntts.com>
1416
1417         * texi/gnus-ja.texi: Add "Scroing".
1418
1419 1998-06-30  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1420
1421         * texi/gnus-ja.texi: Add "Scoring".
1422
1423 1998-06-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1424
1425         * Sync up with Gnus 5.6.22
1426         * lisp/gnus.el (gnus-version-number): Update to 6.7.8.
1427         * lisp/pop3-fma.el : Enable to get localhost mail spool.
1428
1429 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1430
1431         * lisp/gnus.el (gnus-version-number): Update to 6.7.7.
1432
1433         * lisp/gnus-art.el (gnus-article-prepare): Set up
1434         `gnus-article-current-summary' of gnus-article-buffer.
1435         (gnus-request-article-this-buffer): Don't set up
1436         `gnus-article-current-summary'.
1437
1438 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1439
1440         * lisp/gnus.el (gnus-version-number): Update to 6.7.6.
1441
1442 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1443
1444         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): Renamed
1445         from `mime-preview-quitting-method-for-gnus'.
1446
1447 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1448
1449         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): New
1450         implementation.
1451
1452         * lisp/gnus-art.el (mime-preview-quitting-method-for-gnus): Use
1453         `gnus-article-show-summary' is `gnus-show-mime' is not nil.
1454
1455 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * texi/ChangeLog, texi/gnus.texi, texi/message.texi,
1458         lisp/ChangeLog, lisp/gnus.el, lisp/nngateway.el, lisp/nnfolder.el,
1459         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-soup.el: Sync up with
1460         Gnus 5.6.20.
1461
1462 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1463
1464         * README, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
1465         lisp/ChangeLog, lisp/nnweb.el, lisp/nnmail.el, lisp/nndoc.el,
1466         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
1467         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-score.el,
1468         lisp/gnus-group.el, lisp/gnus-ems.el, lisp/gnus-demon.el,
1469         lisp/gnus-art.el: Sync up with Gnus 5.6.16.
1470
1471 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1472
1473         * lisp/gnus.el (gnus-version-number): Update to 6.7.3.
1474
1475         * lisp/gnus-sum.el (gnus-summary-move-article): Use
1476         `gnus-request-article-this-buffer'.
1477         (gnus-request-partial-message): Likewise.
1478
1479         * lisp/gnus-art.el (gnus-article-prepare): Use
1480         `gnus-request-article-this-buffer'.
1481         (gnus-request-article-this-buffer): Renamed from
1482         `gnus-request-original-article'; abolish conventional
1483         implementation.
1484         - Abolish unused setting for `mime-view-show-summary-method'.
1485
1486 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1487
1488         * readme, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
1489         lisp/ChangeLog, lisp/gnus.el, lisp/nnmail.el, lisp/nnheader.el,
1490         lisp/nngateway.el, lisp/nnfolder.el, lisp/nnagent.el,
1491         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-score.el,
1492         lisp/gnus-salt.el, lisp/gnus-msg.el, lisp/gnus-cus.el,
1493         lisp/gnus-cache.el, lisp/gnus-art.el: Sync up with Gnus 5.6.15.
1494
1495 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1496
1497         * texi/gnus.texi, texi/message.texi, texi/ChangeLog: Sync up with
1498         Gnus 5.6.13.
1499
1500 1998-06-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1501
1502         * Sync up with Gnus 5.6.13.
1503
1504 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1505
1506         * lisp/gnus-art.el (gnus-article-display-mime-message): Don't
1507         `save-excursion'.
1508         (gnus-article-prepare): Use `mime-fetch-field' instead of
1509         `mime-entity-fetch-field'.
1510
1511 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1512
1513         * lisp/gnus-art.el (gnus-article-display-mime-message): Use
1514         `mime-display-message' instead of `mime-view-buffer'.
1515         (gnus-article-display-traditional-message): Set
1516         `gnus-article-buffer'.
1517         (gnus-article-display-message-with-encoded-word): Modify for
1518         `gnus-article-display-traditional-message'.
1519         (gnus-article-prepare): Use `mime-parse-buffer' and
1520         `mime-entity-fetch-field'; don't set gnus-article-buffer.
1521
1522 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1523
1524         * lisp/gnus-sum.el (gnus-summary-move-article): Use
1525         `gnus-request-original-article' instead of
1526         `gnus-request-article-this-buffer'.
1527
1528 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1529
1530         * texi/gnus-ja.texi, texi/gnus.texi (Using MIME): Modify
1531         description about new display mechanism.
1532
1533 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1534
1535         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
1536         (gnus-version): Modify for this branch.
1537
1538         * lisp/gnus-art.el (gnus-article-display-method-for-mime): New
1539         variable; abolish `gnus-show-mime-method'.
1540         (gnus-article-display-method-for-encoded-word): New variable;
1541         abolish `gnus-decode-encoded-word-method'.
1542         (gnus-article-display-method-for-traditional): New variable.
1543         (gnus-article-display-mime-message): New function; abolish
1544         `gnus-article-preview-mime-message'.
1545         (gnus-article-display-traditional-message): New function.
1546         (gnus-article-display-message-with-encoded-word): New function;
1547         abolish `gnus-article-decode-encoded-word'.
1548         (gnus-article-prepare): Change display mechanism; use
1549         `gnus-request-original-article' instead of
1550         `gnus-request-article-this-buffer'.
1551         (gnus-request-original-article): New function.
1552
1553 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1554
1555         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
1556         (gnus-version): Modify for SEMI 1.8.
1557
1558         * lisp/gnus-sum.el: Modify for interface change in SEMI 1.8 about
1559         automatic message/partial combining.
1560
1561 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1562
1563         * lisp/gnus.el (gnus-version-number): Update to 6.5.0.
1564         (gnus-version): Modify for SEMI 1.7.
1565
1566         * lisp/gnus-sum.el: Rename
1567         `mime-method-to-combine-message/partial-pieces' to
1568         `mime-combine-message/partial-pieces-automatically'.
1569
1570         * lisp/gnus-art.el (gnus-article-preview-mime-message): Use
1571         `mime-view-buffer'.
1572         (gnus-article-decode-encoded-word): Fix DOC-string.
1573         (gnus-article-header-presentation-method): New function; abolish
1574         `gnus-content-header-filter'.
1575         Modify for SEMI 1.7.
1576
1577 1998-06-18  Keisuke Mori   <ksk@ntts.com>
1578
1579         * texi/gnus-ja.texi: Add "Select Methods".
1580
1581 1998-06-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1582
1583         * texi/gnus-ja.texi: Add "Select Methods".
1584
1585 1998-06-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1586
1587         * lisp/pop3-fma.el: Small bug fix.
1588
1589         * lisp/pop3-fma.el: Delete variable pop3-fma-cypher-key
1590         Use base64-encode-string , base64-decode-string instead.
1591         Both change by Yasuo OKABE <okabe@kuis.kyoto-u.ac.jp>
1592
1593 1998-06-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1594
1595         * lisp/pop3-fma.el: New function pop3-fma-cypher-string
1596         New variable pop3-fma-cypher-key
1597
1598 1998-06-12  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1599
1600         * lisp/message.el (message-required-news-headers): `X-Newsreader'
1601         was replaced by `User-Agent'.
1602         (message-required-mail-headers): `X-Mailer' was replaced by
1603         `User-Agent'.
1604         (message-header-format-alist): `X-Mailer' and `X-Newsreader' were
1605         replaced by `User-Agent'.
1606         (message-generate-headers): Ditto.
1607
1608         (message-user-agent): New variable.
1609         (message-newsreader): Replaced by `message-user-agent'.
1610         (message-mailer): Ditto.
1611         (message-mode): `message-mailer' and `message-newsreader' were
1612         replaced by `message-user-agent'.
1613
1614         * lisp/gnus-msg.el (gnus-inews-add-send-actions): `message-mailer'
1615         and `message-newsreader' were replaced by `message-user-agent'.
1616         (gnus-extended-version): Generate "PRODUCT/VERSION" style strings.
1617
1618         * lisp/gnus-soup.el (gnus-soup-send-packet): `message-mailer' and
1619         `message-newsreader' were replaced by `message-user-agent'.
1620
1621 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1622
1623         * lisp/gnus-art.el: Delete setting for
1624         `article-de-quoted-unreadable' and
1625         `article-mime-decode-quoted-printable' because they have been
1626         already abolished.
1627
1628 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1629
1630         * texi/gnus-ja.texi: Sync up with latest gnus.texi.
1631
1632         * texi/gnus.texi: Modify for Semi-gnus 6.4.0.
1633
1634 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1635
1636         * lisp/gnus.el (gnus-extract-address-components): Add
1637         `std11-extract-address-components' as a choice.
1638
1639 1998-06-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1640
1641         * texi/gnus-ja.texi: Add "Composing Messages".
1642
1643 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1644
1645         * lisp/gnus-ems.el (gnus-ems-redefine): Must require 'path-util
1646         before call `module-installed-p'.
1647
1648         * lisp/gnus.el (gnus-version-number): Update to 6.4.0.
1649         (gnus-version): Modify for SEMI 1.5.
1650
1651         * lisp/gnus-art.el: Modify for SEMI 1.5 API.
1652
1653 1998-06-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1654
1655         * lisp/pop3-fma.el: New file. To handle multiple POP account.
1656
1657         * lisp/gnus.el (gnus-version-number): Update to 6.3.4.
1658         And fix typo 5.6.10 -> 5.6.11.
1659
1660 1998-06-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1661
1662         * lisp/gnus.el (gnus-version-number): Update to 6.3.3.
1663
1664         * Sync up with Gnus 5.6.11.
1665
1666 1998-06-03  Keisuke Mori   <ksk@ntts.com>
1667
1668         * texi/gnus-ja.texi: Add "The Article Buffer".
1669
1670 1998-06-03  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1671
1672         * texi/gnus-ja.texi: Add "The Summary Buffer".
1673
1674 1998-06-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1675
1676         * lisp/gnus.el (gnus-version-number): Update to 6.3.2.
1677
1678         * Sync up with Gnus 5.6.10.
1679
1680 1998-05-30  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1681
1682         * README.semi: Add description of `shuhei-k' branch.
1683
1684 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1685
1686         * lisp/gnus.el (gnus-version-number): Update to 6.3.1.
1687
1688 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1689
1690         * lisp/gnus-util.el (gnus-output-to-rmail): Guard as binary.
1691
1692         * lisp/gnus-util.el (gnus-output-to-mail): Guard as binary.
1693
1694 1998-04-24  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1695
1696         * texi/gnus-ja.texi: Add "The Active File".
1697
1698 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1699
1700         * lisp/gnus.el (gnus-version-number): Update to 6.3.0.
1701         (gnus-version): Modify for SEMI 1.4.
1702
1703         * lisp/gnus-sum.el: Use 'mime-add-condition to set up
1704         acting-condition.
1705
1706 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1707
1708         * lisp/lpath.el: Must add "flim" instead of "mel" to load-path.
1709
1710 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1711
1712         * lisp/gnus.el (gnus-version-number): Update to 6.2.5.
1713
1714         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus v5.6.9.
1715
1716         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1717         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-agent.el: Sync up
1718         with Gnus v5.6.9.
1719
1720 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1721
1722         * lisp/gnus.el (gnus-version-number): Update to 6.2.4.
1723
1724         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus 5.6.7.
1725
1726         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1727         lisp/gnus-msg.el, lisp/gnus-cache.el, lisp/gnus-art.el: Sync up
1728         with Gnus 5.6.7.
1729
1730 1998-04-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1731
1732         * lisp/gnus.el (gnus-version-number): Update to 6.2.3.
1733
1734         * Sync up with Gnus 5.6.6.
1735
1736 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1737
1738         * lisp/nnheader.el: Sync up with Gnus 5.6.5.
1739
1740 1998-04-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1741
1742         * lisp/gnus.el (gnus-version-number): Update to 6.2.2.
1743
1744         * Sync up with Gnus 5.6.5.
1745
1746         * texi/custom.texi, texi/widget.texi: Removed from Semi-gnus.
1747
1748 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1749
1750         * README.semi (How to get? (via CVS)): Modify descriptions about
1751         TAG.
1752
1753 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1754
1755         * lisp/gnus.el (gnus-version-number): Update to 6.2.1.
1756
1757 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1758
1759         * lisp/message.el (message-make-forward-subject): Use
1760         `eword-decode-unstructured-field-body' for subject.
1761
1762         * lisp/gnus-msg.el (gnus-summary-mail-forward): Make local
1763         variable `default-mime-charset' of `gnus-original-article-buffer'
1764         and set up by `default-mime-charset' of `gnus-summary-buffer'.
1765
1766 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1767
1768         * texi/gnus-ja.texi: Fix typos.
1769
1770         * texi/gnus.texi: Modify for Semi-gnus.
1771
1772 1998-04-23  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1773
1774         * texi/gnus-ja.texi: Add "Auto Save".
1775
1776 1998-04-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1777
1778         * texi/gnus-ja.texi: Add "Startup Files".
1779
1780 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1781
1782         * lisp/gnus.el (gnus-version-number): Update to 6.2.0.
1783         (gnus-version): Modify for SEMI 1.3.
1784
1785         * lisp/gnus-sum.el: Use 'ctree-set-calist-strictly instead of
1786         'set-atype to set up for 'mime-acting-condition.
1787
1788 1998-04-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1789
1790         * texi/gnus-ja.texi: Add "Changing Servers".
1791
1792 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1793
1794         * texi/gnus-ja.texi: Modify styles.
1795
1796         * texi/gnus.texi: Modify for Semi-gnus (sync up with
1797         gnus-ja.texi).
1798
1799 1998-04-20  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1800
1801         * texi/gnus-ja.texi: Add "New Groups".
1802
1803 1998-04-20  Yoshiki Hayashi   <penny@tb3.so-net.ne.jp>
1804
1805         * texi/gnus-ja.texi: Modify styles.
1806
1807 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1808
1809         * texi/gnus-ja.texi: Check and modify for Semi-gnus.
1810
1811 1998-04-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1812
1813         * texi/gnus-ja.texi: New file.
1814
1815 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1816
1817         * lisp/gnus.el (gnus-version-number): Update to 6.1.3.
1818
1819 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1820
1821         * lisp/gnus-art.el (gnus-following-method): New function; set up
1822         for 'mime-view-following-method-alist.
1823
1824 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1825
1826         * texi/gnus.texi: Add and modify description for Semi-gnus.
1827
1828 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1829
1830         * texi/gnus.texi: "Gnus 5.6.4" -> "Semi-gnus 6.1.2".
1831         (Top): "Gnus" -> "gnus".
1832         (Starting Up): "Gnus" -> "gnus".
1833
1834 1998-04-10  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1835
1836         * lisp/ChangeLog, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
1837
1838 1998-04-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1839
1840         * lisp/gnus.el (gnus-version-number): Update to 6.1.2.
1841         (gnus-version): Include corresponding SEMI version.
1842
1843         * lisp/gnus.el, lisp/nnkiboze.el, lisp/message.el,
1844         lisp/gnus-sum.el, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
1845
1846 1998-03-27  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1847
1848         * README.semi: Change descriptions of sending bug report.
1849
1850 1998-03-20  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1851
1852         * lisp/gnus.el (gnus-version-number): Update to 6.1.1.
1853         (gnus-version): Include corresponding SEMI version.
1854
1855         * Sync up with Gnus 5.6.3.
1856
1857 1998-03-15  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1858
1859         * lisp/gnus-agent.el (gnus-agent-crosspost): Use
1860         `nnheader-insert-file-contents'.
1861         (gnus-agent-braid-nov): Ditto.
1862         (gnus-agent-expire): Ditto.
1863
1864         * lisp/gnus-cache.el (gnus-cache-request-article): Ditto.
1865         (gnus-cache-retrieve-headers): Ditto.
1866         (gnus-cache-change-buffer): Ditto.
1867         (gnus-cache-braid-nov): Ditto.
1868
1869         * lisp/gnus-sum.el (gnus-summary-import-article): Ditto.
1870
1871         * lisp/nnkiboze.el (nnkiboze-retrieve-headers): Ditto.
1872
1873         * lisp/message.el (message-generate-headers): Fix regexp.
1874         (cf. [semi-gnus-ja:107])
1875
1876 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1877
1878         * lisp/gnus-art.el: Add setting for
1879         `mime-raw-buffer-coding-system-alist'.
1880
1881 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1882
1883         * lisp/gnus-art.el: Rename `mime-view-quitting-method-for-gnus' ->
1884         `mime-preview-quitting-method-for-gnus'.
1885
1886         * lisp/gnus-art.el: Rename `mime-view-quitting-method-alist' ->
1887         `mime-preview-quitting-method-alist'.
1888
1889         * lisp/gnus-art.el: Rename `mime-view-kill-buffer' ->
1890         `mime-preview-kill-buffer'.
1891
1892         * lisp/gnus.el (gnus-version-number): Update to 6.0.10.
1893
1894         * lisp/gnus-sum.el: Add code to check latest SEMI.
1895         (mime-acting-condition): Separate type and subtype; rename
1896         `mime-combine-message/partials-automatically' ->
1897         `mime-method-to-combine-message/partial-pieces'.
1898
1899 1998-03-08  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
1900
1901         * lisp/gnus.el (gnus-version-number): Update to 6.0.9.
1902
1903         * README.semi (How to get?): Add description of daily snapshot.
1904         (How to join development): Change mailing list command address.
1905
1906         * Sync up with Gnus 5.6.2.
1907
1908 1998-03-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1909
1910         * lisp/gnus-ems.el: Change variable name
1911         gnus-bdf-image-file to gnus-mule-bitmap-image-file.
1912
1913 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1914
1915         * lisp/gnus.el (gnus-version-number): Update to 6.0.8.
1916
1917         * lisp/gnus.el: Sync up with qgnus-0.34.
1918
1919 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1920
1921         * lisp/message.el: Sync up with qgnus-0.33.
1922
1923         * lisp/gnus-ems.el (gnus-bdf-image-file): New variable; moved from
1924         gnus.el.
1925         (gnus-mule-group-startup-message): New function; moved and renamed
1926         from `gnus-group-startup-message' of gnus.el.
1927
1928         * lisp/gnus.el, lisp/gnus-sum.el, lisp/gnus-art.el,
1929         lisp/gnus-agent.el: Sync up with qgnus-0.33.
1930
1931 1998-02-28  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
1932
1933         * lisp/gnus.el (gnus-bdf-image-file): New variable.
1934         (gnus-mule-group-startup-message): Display bitmap image using
1935         bitmap.el running with Emacs 20.
1936
1937         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Fix problem when
1938         Xref field is not exist.
1939
1940 1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1941
1942         * README.semi (How to join development): Modify for Semi-gnus
1943         mailing list.
1944
1945         * lisp/gnus.el (gnus-version-number): Update to 6.0.7.
1946
1947         * lisp/gnus.el (gnus-article-display-hook): Delete
1948         `gnus-article-de-quoted-unreadable' from options.
1949
1950         * lisp/gnus-sum.el (gnus-article-make-menu-bar): Delete key for
1951         `gnus-article-de-quoted-unreadable'.
1952         (gnus-summary-make-menu-bar): Delete menu for
1953         `gnus-article-de-quoted-unreadable'.
1954
1955         * lisp/gnus-art.el (gnus-article-make-menu-bar): Delete menu for
1956         `gnus-article-de-quoted-unreadable'.
1957
1958 1998-02-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.32.
1961
1962 1998-02-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1963
1964         * lisp/gnus.el (gnus-version-number): Update to 6.0.6.
1965
1966         * lisp/message.el (message-fill-references): Abolish unused local
1967         variables.
1968
1969         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
1970         lisp/gnus-art.el: Sync up with qgnus-0.31.
1971
1972         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
1973         lisp/gnus-art.el: Sync up with qgnus-0.30.
1974
1975 1998-02-20  Christophe Broult <christophe.broult@info.unicaen.fr>
1976
1977         * README.semi (How to get?): The command `update' must come before
1978         `-r semi-gnus'. (cf. [tm-en:1559])
1979
1980 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1981
1982         * lisp/gnus.el: Sync up with qgnus-0.29.
1983
1984         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.28.
1985
1986         * lisp/message.el: Abolish variable
1987         `message-references-generator'.  Abolish function
1988         `message-generate-filled-references',
1989         `message-generate-folded-references' and
1990         `message-generate-unfolded-references'.
1991         (message-reply): Don't use `message-references-generator'.
1992         (message-followup): Don't use `message-references-generator'.
1993
1994         (message-fill-references): New function.
1995         (message-header-format-alist): Use `message-fill-references' for
1996         References.
1997
1998 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1999
2000         * lisp/gnus.el (gnus-version-number): Update to 6.0.5.
2001
2002 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2003
2004         * lisp/gnus-sum.el: Check SEMI-0.118.2 (Otomaru) or later.
2005         (gnus-structured-field-decoder): Use
2006         `eword-decode-and-unfold-structured-field'.
2007
2008         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use charset
2009         conversion option of `eword-decode-header'.
2010         (gnus-article-decode-encoded-word): Use charset conversion option
2011         of `eword-decode-header'; use `gnus-run-hooks'.
2012         (gnus-content-header-filter): Use charset conversion option of
2013         `eword-decode-header'.
2014
2015         * README.semi (How to get?): Should specify "-r semi-gnus".
2016
2017 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2018
2019         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Decode header by
2020         localized code.
2021
2022 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2023
2024         * lisp/gnus-msg.el: Delete commented-out function
2025         `gnus-inews-insert-mime-headers'.
2026
2027         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
2028         lisp/gnus-art.el: Sync up with qgnus-0.27.
2029
2030 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2031
2032         * lisp/nnheader.el: Use original.
2033
2034         * lisp/gnus.el, lisp/pop3.el, lisp/message.el, lisp/gnus-sum.el,
2035         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync up
2036         with qgnus-0.26.
2037
2038 1998-02-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2039
2040         * lisp/nnmail.el, lisp/nnmh.el: Use original.
2041
2042         * lisp/gnus.el, lisp/gnus-draft.el, lisp/gnus-sum.el,
2043         lisp/message.el, lisp/gnus-art.el: Sync up with qgnus-0.25.
2044
2045 1998-02-11  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
2046
2047         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
2048         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
2049         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
2050         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-art.el,
2051         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.24
2052
2053 1998-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2054
2055         * lisp/gnus-art.el (gnus-article-prepare): Don't bind coding
2056         systems.
2057
2058         * lisp/gnus.el (gnus-version-number): Update to 6.0.4.
2059         (gnus-version): Sync with qgnus-0.23.
2060
2061         * lisp/pop3.el, lisp/nnmh.el, lisp/nnheader.el, lisp/message.el,
2062         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-draft.el,
2063         lisp/gnus-art.el: Merge qgnus-0.23.
2064
2065 1998-02-09  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
2066
2067         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
2068         lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
2069         lisp/gnus-xmas.el, lisp/gnus-sum.el, lisp/gnus-start.el,
2070         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
2071         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Importing
2072         qgnus-0.23
2073
2074 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2075
2076         * lisp/message.el (message-references-generator): New variable.
2077         (message-generate-filled-references): New function.
2078         (message-generate-folded-references): New function.
2079         (message-generate-unfolded-references): New function.
2080         (message-reply): Refer `message-references-generator'.
2081         (message-followup): Refer `message-references-generator'.
2082
2083 1998-01-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2084
2085         * lisp/message.el (message-send-mail-with-sendmail): Guard
2086         `coding-system-for-write' by binary.
2087         (message-send-mail-with-qmail): Likewise.
2088
2089 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2090
2091         * lisp/lpath.el: Require path-util; add load-path of APEL, MEL and
2092         SEMI.
2093
2094 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2095
2096         * lisp/message.el: Require smtp.el when compile.
2097
2098         * lisp/message.el (message-send-mail-with-smtp): Use
2099         `(current-buffer)' instead of `tembuf'; rename
2100         `smtp-recipient-address-list' -> `recipient-address-list'.
2101
2102 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2103
2104         * lisp/smtp.el (smtp-deduce-address-list): Don't use
2105         `smtp-recipient-address-list' as global variable.
2106
2107         * lisp/message.el (message-send-mail-with-smtp): Don't use
2108         `smtp-recipient-address-list' as global variable.
2109
2110         * lisp/smtpmail.el (smtpmail-recipient-address-list): New
2111         variable; renamed from `smtp-recipient-address-list'.
2112         (smtpmail-send-it): Remove `(not (null ...))'.
2113         (smtpmail-send-queued-mail): Likewise.
2114
2115 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2116
2117         * lisp/message.el (message-send-mail-with-smtp): Don't generate
2118         temporary buffer for message; don't generate and kill
2119         `smtp-address-buffer' for `smtp-deduce-address-list'.
2120
2121         * lisp/smtpmail.el (smtpmail-send-it): Don't generate and kill
2122         `smtp-address-buffer' for `smtp-deduce-address-list'.
2123
2124         * lisp/smtp.el (smtp-deduce-address-list): Bind and generate
2125         `smtp-address-buffer' in itself.
2126
2127 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2128
2129         * lisp/gnus.el (gnus-version-number): Update to version 6.0.3.
2130
2131 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2132
2133         * lisp/smtp.el: New file.
2134
2135         * lisp/smtpmail.el: Split basic features into smtp.el.
2136
2137         * lisp/message.el (message-send-mail-function): Add
2138         `message-send-mail-with-smtp' as an item.
2139         (message-send-mail-with-smtp): New function.
2140
2141         * ChangeLog: New file.
2142
2143 1998-01-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2144
2145         * lisp/smtpmail.el (smtpmail-via-smtp): Bind
2146         `coding-system-for-read' by `smtpmail-coding-system' to avoid
2147         dead-locking in Emacs 20.
2148
2149         * lisp/gnus.el: gnus.el (gnus-version-number): Update to version
2150         6.0.2.
2151
2152 1998-01-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2153
2154         * lisp/nnmail.el, lisp/message.el: Sync with Quassia Gnus v0.22.
2155
2156         * lisp/gnus.el: Delete autoload setting for `metamail-buffer'.
2157
2158         * lisp/gnus.el, lisp/gnus-sum.el: Sync with Quassia Gnus v0.22.
2159
2160         * lisp/gnus-msg.el: Abolish function
2161         `gnus-inews-insert-mime-headers'.
2162
2163         * lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync
2164         with Quassia Gnus v0.22.
2165
2166         * lisp/smtpmail.el (smtpmail-coding-system): New variable; abolish
2167         `smtpmail-code-conv-from'.
2168         (smtpmail-via-smtp): Guard `coding-system-for-write' by
2169         `smtpmail-coding-system'.
2170
2171         * lisp/smtpmail.el: Imported from Emacs 20.2.
2172
2173         * lisp/pop3.el (pop3-movemail-file-coding-system): Change default
2174         value to `binary'.
2175         (pop3-open-server): Guard `coding-system-for-read' by `binary'.
2176
2177 1998-01-06  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
2178
2179         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nnoo.el,
2180         lisp/nnml.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
2181         lisp/gnus-start.el, lisp/gnus-ems.el, lisp/gnus-draft.el,
2182         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.22
2183
2184         * texi/message.texi, texi/gnus.texi, lisp/gnus.el, lisp/ChangeLog:
2185         Importing qgnus-0.21
2186
2187         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
2188         lisp/nnvirtual.el, lisp/nnsoup.el, lisp/nnoo.el, lisp/nnmh.el,
2189         lisp/nnmail.el, lisp/nndraft.el, lisp/gnus.el, lisp/gnus-xmas.el,
2190         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-score.el,
2191         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
2192         lisp/gnus-art.el, lisp/ChangeLog: Importing qgnus-0.20
2193
2194         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/pop3.el,
2195         lisp/nntp.el, lisp/nnml.el, lisp/nnmail.el, lisp/nndoc.el,
2196         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
2197         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
2198         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-cache.el,
2199         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.19
2200
2201 1997-12-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2202
2203         * lisp/gnus.el (gnus-version-number): Update to version 6.0.1.
2204
2205         * lisp/message.el (message-resend): Enclose `message-setup' with
2206         `(let (message-setup-hook) ...)' to avoid to `turn-on-mime-edit';
2207         must setup `message-encoding-buffer' and `message-edit-buffer' for
2208         `message-send-mail'.
2209
2210 1997-12-08  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
2211
2212         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
2213         lisp/gnus-art.el, lisp/ChangeLog: Synch'ed up to qgnus-0.18.
2214
2215         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
2216         lisp/smiley.el, lisp/pop3.el, lisp/nnweb.el, lisp/nntp.el,
2217         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el, lisp/nndraft.el,
2218         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
2219         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-picon.el,
2220         lisp/gnus-nocem.el, lisp/gnus-mh.el, lisp/gnus-group.el,
2221         lisp/gnus-ems.el, lisp/gnus-cite.el, lisp/gnus-art.el,
2222         lisp/gnus-agent.el, lisp/dgnushack.el, lisp/ChangeLog: Importing
2223         qgnus-0.18
2224
2225 1997-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2226
2227         * README.semi: New file.
2228
2229         * lisp/gnus.el (gnus-version): Rename to "Semi-gnus".
2230
2231 1997-11-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2232
2233         * lisp/gnus-draft.el (gnus-draft-decoding-function): New variable.
2234         (gnus-draft-setup): Use `gnus-draft-decoding-function'.
2235
2236 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * lisp/nnmail.el, lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
2239         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-art.el: sync with
2240         qgnus-0.17.
2241
2242         * texi/message.texi, texi/gnus.texi, lisp/smiley.el, lisp/nnoo.el,
2243         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el,
2244         lisp/messagexmas.el, lisp/message.el, lisp/gnus.el,
2245         lisp/gnus-xmas.el, lisp/gnus-util.el, lisp/gnus-sum.el,
2246         lisp/gnus-start.el, lisp/gnus-spec.el, lisp/gnus-score.el,
2247         lisp/gnus-picon.el, lisp/gnus-move.el, lisp/gnus-msg.el,
2248         lisp/gnus-kill.el, lisp/gnus-group.el, lisp/gnus-draft.el,
2249         lisp/gnus-demon.el, lisp/gnus-cite.el, lisp/gnus-art.el,
2250         lisp/ChangeLog: Quassia Gnus v0.17.
2251
2252         * lisp/gnus-i18n.el: New file.
2253
2254         * lisp/nnmail.el (nnmail-file-coding-system): Use `raw-text' in
2255         default.
2256
2257         * lisp/nnheader.el (nnheader-file-coding-system): Use `raw-text'
2258         in default.
2259
2260         * lisp/message.el (message-encode-function): New variable.
2261         (message-forward-start-separator): Modify for mime-edit.
2262         (message-forward-end-separator): Modify for mime-edit.
2263         (message-setup-hook): Use `(message-maybe-setup-default-charset
2264         turn-on-mime-edit)' in default.
2265         (message-header-hook): Use `(eword-encode-header)' in default.
2266
2267         (message-send): Use local variable `message-encoding-buffer',
2268         `message-edit-buffer' and `message-mime-mode' as public variables;
2269         use `message-encode-function'.
2270         (message-send-mail): Use `message-encoding-buffer' to get contents
2271         of body; abolish `message-encode-mail-hook'; use
2272         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
2273         refer original editing buffer.
2274         (message-send-news): Use `message-encoding-buffer' to get contents
2275         of body; abolish `message-encode-news-hook'; use
2276         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
2277         refer original editing buffer.
2278         (message-check-news-syntax): Call `message-check-news-body-syntax'
2279         in `mime-edit-buffer'.
2280         (message-do-fcc): Use `message-encoding-buffer' to get contents;
2281         run `message-header-hook'.
2282         (message-cancel-news): Use `std11-extract-address-components'
2283         instead of `mail-extract-address-components'; bind
2284         `message-encoding-buffer' and `message-edit-buffer'.
2285
2286         (message-maybe-setup-default-charset): New function.
2287         (message-maybe-encode): New function.
2288         (message-mime-insert-article): New function.
2289         Add setting for mime-view.
2290
2291         * lisp/gnus.el (gnus-version-number): for version number for Open
2292         gnus.
2293         (gnus-version): Modify for Open gnus.
2294
2295         * lisp/gnus-sum.el: Autoload gnus-i18n.
2296
2297         (gnus-show-mime): `t' in default.
2298         (gnus-structured-field-decoder): Use
2299         `eword-decode-structured-field-body' in default.
2300         (gnus-unstructured-field-decoder): Use
2301         `eword-decode-unstructured-field-body' in default.
2302
2303         (gnus-parse-headers-hook): Use
2304         `(gnus-set-summary-default-charset)' in default.
2305
2306         (gnus-summary-mode-map): Add binding for
2307         `gnus-summary-scroll-down' and
2308         `gnus-summary-preview-mime-message'.
2309
2310         (gnus-summary-preview-mime-message): New function.
2311         (gnus-mime-partial-preview-function): New function.
2312         Add setting for mime-view.
2313
2314         * lisp/gnus-msg.el (gnus-summary-cancel-article): Display
2315         `gnus-article-buffer' instead ofb `gnus-original-article-buffer'.
2316         (gnus-extended-version): Don't return version of emacsen.
2317         (gnus-inews-do-gcc): Refer `message-encoding-buffer'.
2318
2319         * lisp/gnus-art.el (gnus-show-mime-method): Use
2320         `gnus-article-preview-mime-message' instead of `metamail-buffer'
2321         in default.
2322         (gnus-decode-encoded-word-method): Use
2323         `gnus-article-decode-encoded-word' instead of
2324         `gnus-article-de-quoted-unreadable' in default.
2325
2326         Abolish `gnus-hack-decode-rfc1522', `gnus-decode-rfc1522',
2327         `article-decode-rfc1522', `article-de-quoted-unreadable',
2328         `article-mime-decode-quoted-printable-buffer' and
2329         `article-mime-decode-quoted-printable'.
2330         (gnus-article-decode-rfc1522): New implementation (use
2331         `eword-decode-header').
2332
2333         (gnus-article-preview-mime-message): New function.
2334         (gnus-article-decode-encoded-word): New function.
2335         (gnus-content-header-filter): New function.
2336         (mime-view-quitting-method-for-gnus): New function.
2337         Add setting for mime-view.
2338
2339         * lisp/message.el: Abolish `message-max-size' because it is not
2340         used.
2341
2342         * lisp/message.el: sync with qgnus-0.16.
2343
2344         * texi/Makefile, texi/message.texi, texi/gnus.texi, lisp/nnweb.el,
2345         lisp/nnmh.el, lisp/nnheader.el, lisp/nnfolder.el, lisp/message.el,
2346         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
2347         lisp/gnus-sum.el, lisp/gnus-srvr.el, lisp/gnus-picon.el,
2348         lisp/gnus-group.el, lisp/gnus-cite.el, lisp/gnus-art.el: Quassia
2349         Gnus v0.16.
2350
2351         * lisp/nnmh.el (nnmh-request-list-1): fix maybe.
2352
2353         * lisp/message.el (message-do-fcc): Guard
2354         `coding-system-for-write' by `raw-text'; run
2355         `message-before-do-fcc-hook'.
2356
2357         * lisp/gnus-msg.el (gnus-inews-do-gcc): Guard
2358         `coding-system-for-write' by `raw-text'; run
2359         `gnus-before-do-gcc-hook'.
2360
2361         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
2362         lisp/nnoo.el, lisp/nnml.el, lisp/nndraft.el, lisp/nnbabyl.el,
2363         lisp/message.el, lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
2364         lisp/gnus-util.el, lisp/gnus-sum.el, lisp/gnus-start.el,
2365         lisp/gnus-spec.el, lisp/gnus-soup.el, lisp/gnus-score.el,
2366         lisp/gnus-msg.el, lisp/gnus-gl.el, lisp/gnus-ems.el,
2367         lisp/gnus-draft.el, lisp/gnus-cache.el, lisp/gnus-audio.el,
2368         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Quassia Gnus
2369         v0.15.
2370
2371         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.14.
2372
2373         * texi/Makefile, texi/gnus.texi: Quassia Gnus v0.14.
2374
2375         * texi/dir: New file.
2376
2377         * texi/dir, lisp/pop3.el, lisp/nntp.el, lisp/nnml.el,
2378         lisp/nnmail.el, lisp/nnfolder.el, lisp/message.el, lisp/lpath.el,
2379         lisp/gnus.el, lisp/gnus-win.el, lisp/gnus-util.el,
2380         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
2381         lisp/gnus-score.el, lisp/gnus-msg.el, lisp/gnus-mh.el,
2382         lisp/gnus-cus.el, lisp/gnus-art.el, lisp/gnus-agent.el,
2383         lisp/ChangeLog: Quassia Gnus v0.14.
2384
2385         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.13.
2386
2387         * texi/gnus.texi, texi/ChangeLog, lisp/pop3.el, lisp/nnweb.el,
2388         lisp/nnmail.el: Quassia Gnus v0.13.
2389
2390         * lisp/nnlistserv.el: New file.
2391
2392         * lisp/nnlistserv.el, lisp/message.el, lisp/md5.el, lisp/lpath.el,
2393         lisp/gnus.el, lisp/gnus-topic.el, lisp/gnus-sum.el,
2394         lisp/gnus-score.el, lisp/gnus-picon.el, lisp/gnus-msg.el,
2395         lisp/gnus-group.el, lisp/gnus-art.el, lisp/gnus-agent.el,
2396         lisp/dgnushack.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.13.
2397
2398         * lisp/message.el: sync with qgnus-0.12.
2399
2400         * texi/message.texi, texi/gnus.texi, texi/gnus-faq.texi,
2401         texi/ChangeLog, lisp/nntp.el, lisp/nnmh.el, lisp/nnmail.el,
2402         lisp/nndraft.el, lisp/messcompat.el, lisp/message.el,
2403         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
2404         lisp/gnus-sum.el, lisp/gnus-score.el, lisp/gnus-salt.el,
2405         lisp/gnus-msg.el, lisp/gnus-int.el, lisp/gnus-group.el,
2406         lisp/gnus-demon.el, lisp/gnus-cache.el, lisp/gnus-art.el,
2407         lisp/gnus-agent.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.12.
2408
2409         * lisp/message.el (message-send-news-function): Use
2410         `message-send-news-with-gnus' in default.
2411         (message-send-via-news): Use `message-send-news' instead of
2412         `message-send-news-function'.
2413         (message-send-mail): Don't avoid text properties; run
2414         `message-encode-mail-hook'.
2415         (message-send-news): Don't avoid text properties; run
2416         `message-encode-news-hook'; use `message-send-news-function'.
2417         (message-send-news-with-gnus): New function.
2418         (message-cancel-news): Use `message-send-news' instead of
2419         `message-send-news-function'.