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