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