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