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