Update.
[elisp/gnus.git-] / ChangeLog
1 1999-05-28  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-revision-number): Increment to 15.
4
5         * texi/gnus.texi (Customizing Articles): Abolish the treatment
6         variable `nomime' and rename
7         `gnus-treat-decode-message-body-as-default-mime-charset' with
8         `gnus-treat-decode-article-as-default-mime-charset'.
9
10         * lisp/gnus-art.el (gnus-treat-predicate): Abolish the treatment
11         variable `nomime'.
12         (gnus-article-prepare-mime-display): Call `gnus-treat-article' with
13         the 1st arg t for treating if the part is not the last one.
14         (gnus-article-decode-article-as-default-mime-charset): Renamed from
15         `gnus-article-decode-message-body-as-default-mime-charset'; Don't
16         work if `gnus-show-mime' is non-nil.
17         (gnus-treat-decode-article-as-default-mime-charset): Renamed from
18         `gnus-treat-decode-message-body-as-default-mime-charset'; add
19         choice item for decoding the whole article.
20
21 1999-05-28  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
22
23         * lisp/message.el (message-header-hook): Pass optional argument
24         code-conversion.
25
26 1999-05-26  Katsumi Yamaoka   <yamaoka@jpl.org>
27
28         * lisp/gnus.el (gnus-revision-number): Increment to 14.
29
30         * lisp/gnus-art.el (gnus-article-prepare-display): Narrow to
31         header with trailing newline instead of the use of
32         `std11-narrow-to-header'.
33         (article-date-ut): Use `text-property-any' instead of
34         `next-single-property-change'.
35         (article-toggle-headers): Use `text-property-any' and
36         `text-property-not-all' instead of `get-text-property' or
37         `next-single-property-change'; use `gnus-hidden-properties' instead
38         of the property `invisible' with the function `add-text-properties'
39         or `remove-text-properties'; use `article-hide-headers' instead of
40         `gnus-article-maybe-hide-headers'; re-display X-Face image under
41         XEmacs after sorting fields.
42
43 1999-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
44
45         * lisp/gnus.el (gnus-revision-number): Increment to 13.
46         (TopLevel): Autoload "gnus-art" for `gnus-article-toggle-headers'.
47
48         * texi/gnus.texi, texi/gnus-ja.texi (Article Hiding): Replace
49         `gnus-article-hide-headers' with `gnus-article-toggle-headers'.
50
51         * lisp/gnus-sum.el (gnus-summary-article-menu,
52         gnus-summary-wash-hide-map, gnus-summary-wash-map,
53         gnus-summary-mode-map): Use `gnus-article-toggle-headers' instead
54         of `gnus-article-hide-headers'.
55
56         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove bitmap images
57         with text property `x-face-mule-bitmap-image';
58         don't bind `inhibit-read-only'.
59
60         * lisp/gnus-art.el (gnus-article-display-x-face-with-x-face-mule):
61         Do nothing if `window-system' is nil.
62         (gnus-article-decode-message-body-as-default-mime-charset): Don't
63         bind `buffer-read-only'; decode from (point-min) instead of (point).
64         (gnus-article-prepare-display): Bind `inhibit-read-only' to t; bind
65         `buffer-read-only' to nil; don't bind
66         `mime-preview-over-to-next-method-alist';
67         strip read-only properties after preparing.
68         (gnus-article-prepare-mime-display): Put text property
69         `article-treated-header' to the header; don't use
70         `mime-preview-move-to-next'; reduce a number of bound variables.
71         (gnus-article-display-traditional-message): Don't bind
72         `inhibit-read-only'.
73         (gnus-article-make-menu-bar): Use `gnus-article-toggle-headers'
74         instead of `gnus-article-hide-headers'.
75         (article-toggle-headers): New function.
76
77 1999-05-24  Katsumi Yamaoka   <yamaoka@jpl.org>
78
79         * lisp/gnus.el (gnus-revision-number): Increment to 12.
80
81         * texi/gnus.texi (Customizing Articles): Remove duplicates; add the
82         function `gnus-treat-decode-message-body-as-default-mime-charset'.
83
84         * lisp/gnus-msg.el (gnus-copy-article-buffer): Bind
85         `inhibit-read-only' to t during modifying the destination buffer.
86
87         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Rewrite.
88         (article-date-ut): If there is a forwarded message, fetch Date from
89         its header instead of `gnus-current-headers'.
90         (gnus-article-display-x-face-with-x-face-mule): New function.
91         (TopLevel): Autoload "x-face-mule" for the function
92         `x-face-mule-x-face-decode-message-header'.
93         (gnus-treatment-function-alist): Remove duplicates.
94
95 1999-05-21  Katsumi Yamaoka   <yamaoka@jpl.org>
96
97         * lisp/gnus.el (gnus-revision-number): Increment to 11.
98
99         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't treat
100         as a MIME message if the article is not so.
101         (gnus-article-display-traditional-message): Bind
102         `inhibit-read-only' to t.
103         (article-hide-headers): Ditto.
104
105 1999-05-19  Katsumi Yamaoka   <yamaoka@jpl.org>
106
107         * lisp/gnus.el (gnus-revision-number): Increment to 10.
108         (gnus-article-display-hook): Default to nil; annotate that it is an
109         obsolete variable.
110
111         * texi/gnus.texi (Customizing Articles): Document the new treatment
112         variables `mime' and `nomime'.
113
114         * lisp/gnus-art.el (gnus-treat-predicate): Handle the new treatment
115         variables `mime' and `nomime'.
116         (gnus-article-decode-message-body-as-default-mime-charset): New
117         function.
118         (gnus-article-prepare-display): Rewrite for the use of
119         `gnus-treat-article'.
120         (gnus-article-prepare-mime-display): New function.
121         (article-date-ut): Use `next-single-property-change' instead of
122         re-search.
123         (gnus-treatment-function-alist): Add a pair of
124         `gnus-treat-decode-message-body-as-default-mime-charset' and
125         `gnus-article-decode-message-body-as-default-mime-charset'.
126         (gnus-treat-decode-message-body-as-default-mime-charset): New user
127         option.
128
129 1999-05-19  Katsumi Yamaoka   <yamaoka@jpl.org>
130
131         * lisp/gnus.el (gnus-revision-number): Increment to 09.
132
133         * lisp/gnus-art.el (article-date-ut): Keep the original X-Sent
134         field, fix the position of the converted date to be displayed,
135         etc.
136
137 1999-05-18  Katsumi Yamaoka   <yamaoka@jpl.org>
138
139         * lisp/gnus.el (gnus-revision-number): Increment to 08.
140
141         * lisp/gnus-art.el (gnus-article-prepare-display): Undo the last
142         change - don't call `gnus-treat-article'.
143
144 1999-05-17  Katsumi Yamaoka   <yamaoka@jpl.org>
145
146         * lisp/gnus.el (gnus-revision-number): Increment to 07.
147
148         * lisp/gnus-art.el (gnus-article-prepare-display): Call
149         `gnus-treat-article'.
150
151 1999-05-17   Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
152
153         * lisp/gnus-art.el (article-date-ut): Always detete the last
154         newline of any old Date fields.
155
156 1999-05-17   Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
157              Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
158
159         * lisp/gnus.el (gnus-revision-number): Increment to 06.
160
161         * lisp/mail-source.el (mail-source-keyword-map): New keyword
162         :connection for pop. It is introduced to enable SSL connection.
163         (mail-source-fetch-pop): Use it to bind `pop3-connection-type'.
164
165         * lisp/pop3.el : Add an autoload for `open-ssl-stream' defined in
166         `ssl'.
167         (pop3-connection-type, pop3-ssl-program-arguments): New variables.
168         (pop3-open-ssl-stream-1, pop3-open-ssl-stream): New functions.
169         (pop3-open-server): Call the latter when `pop3-connection-type' is
170         ssl.
171
172 1999-05-17  Katsumi Yamaoka   <yamaoka@jpl.org>
173
174         * lisp/gnus.el (gnus-revision-number): Increment to 05.
175         (TopLevel): Remove autoloads for `gnus-picons-display-x-face' and
176         `gnus-picons-article-display-x-face'.
177
178 1999-05-16  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
179
180         * texi/gnusref-ja.tex (subsec Notes): Complete words.
181         (sec GroupMode): Translate description of "P".
182
183 1999-05-15  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
184
185         * texi/gnusref-ja.tex: Undo the last change.
186
187 1999-05-15  Tsukamoto Tetsuo   <czkmt@remus.dti.ne.jp>
188
189         * texi/gnusref-ja.tex: Fix typo.
190
191 1999-05-14  Katsumi Yamaoka   <yamaoka@jpl.org>
192
193         * lisp/gnus.el (gnus-revision-number): Increment to 04.
194
195         * lisp/*.el: Undo all of the last changes.
196
197 1999-05-13  Katsumi Yamaoka   <yamaoka@jpl.org>
198
199         * lisp/gnus.el (gnus-revision-number): Increment to 03.
200
201         * lisp/nnsoup.el (nnsoup-store-reply): Use `forward-char' instead
202         of `backward-char'.
203         * lisp/message.el (message-send-news-with-gnus,
204         message-send-mail-with-smtp, message-send-mail-with-qmail,
205         message-send-mail-with-sendmail): Ditto.
206         * lisp/gnus-picon.el (gnus-group-display-picons): Ditto.
207
208         * lisp/nnsoup.el (nnsoup-store-reply): Use `(bolp)' instead of
209         `(= (preceding-char) ?\n)'.
210         * lisp/message.el (message-send-news, message-send-mail): Ditto.
211
212         * lisp/gnus-sum.el (gnus-summary-reparent-thread): Use
213         `(end-of-line 0)' to go to the end of the previous line.
214
215         * lisp/nnmail.el (nnmail-decode-status): Don't use regexp search.
216         * lisp/message.el (message-next-header, message-remove-header):
217         Ditto.
218         * lisp/gnus-art.el (gnus-article-add-buttons-to-head,
219         gnus-article-highlight-headers, gnus-article-hide-header,
220         article-hide-boring-headers, article-hide-headers): Ditto.
221
222         * lisp/nntp.el (nntp-snarf-error-message, nntp-read-server-type):
223         Use `buffer-substring' instead of `buffer-string'.
224         * lisp/nnspool.el (nnspool-inews-sentinel): Ditto.
225         * lisp/message.el (message-wash-subject, message-reply,
226         message-make-from, message-make-organization): Ditto.
227         * lisp/md5.el (md5): Ditto.
228         * lisp/mail-source.el (mail-source-movemail): Ditto.
229         * lisp/gnus.el (gnus-getenv-nntpserver): Ditto.
230         * lisp/gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
231         * lisp/gnus-util.el (gnus-mode-string-quote): Ditto.
232         * lisp/gnus-sum.el (gnus-summary-edit-article-done,
233         gnus-simplify-subject-fuzzy): Ditto.
234         * lisp/gnus-spec.el (gnus-parse-simple-format): Ditto.
235         * lisp/gnus-picon.el (gnus-picons-make-glyph): Ditto.
236         * lisp/gnus-msg.el (gnus-copy-article-buffer): Ditto.
237         * lisp/gnus-mh.el (gnus-summary-save-in-folder): Ditto.
238         * lisp/gnus-kill.el (gnus-kill-file-apply-buffer): Ditto.
239         * lisp/gnus-art.el (gnus-article-mime-edit-exit,
240         gnus-article-edit-exit): Ditto.
241         * lisp/format-spec.el (format-spec): Ditto.
242         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
243         * lisp/base64.el (base64-decode, base64-encode,
244         base64-run-command-on-region): Ditto.
245
246 1999-05-13  Katsumi Yamaoka   <yamaoka@jpl.org>
247
248         * lisp/gnus.el (gnus-revision-number): Increment to 02.
249
250         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Don't specify
251         the authentication scheme if `password' is selected.
252
253 1999-05-06  Katsumi Yamaoka   <yamaoka@jpl.org>
254
255         * lisp/gnus.el (gnus-revision-number): Increment to 01.
256
257         * texi/gnus-ja.texi: (gnus-summary-enter-digest-group): Change the
258         key assignment "C-d" into "A D".
259         (Article treatment): Document the new variable
260         `gnus-article-date-lapsed-new-header'.
261
262         * lisp/mail-source.el: Use the original source without any changes.
263
264         * lisp/gnus-art.el (article-hide-headers): To work toggle hiding.
265
266         * README.T-gnus: Update what is the latest T-gnus.
267
268 1999-05-04  Tatsuya Ichikawa   <t-ichi@po.shiojiri.ne.jp>
269
270         * lisp/gnus.el (gnus-version-number): Update to 6.10.064.
271         (gnus-revision-number): Fresh start from 00.
272
273         * Sync up with Pterodactyl Gnus v0.84.
274
275 1999-04-28  Katsumi Yamaoka   <yamaoka@jpl.org>
276
277         * lisp/gnus.el (gnus-revision-number): Increment to 03.
278
279         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Use
280         `vm-read-file-name' instead of `read-file-name'. This allows to use
281         the optional sixth argument HISTORY for the various environments.
282         (gnus-summary-save-article-vm): Ditto.
283         (TopLevel): Autoload "vm" for the function `vm-read-file-name'.
284
285 1999-04-27  Katsumi Yamaoka   <yamaoka@jpl.org>
286
287         * lisp/gnus.el (gnus-revision-number): Increment to 02.
288
289         * lisp/gnus-vm.el (gnus-summary-save-in-vm): To read the name of
290         FOLDER in the way of VM; give the value of `gnus-current-article'
291         to the function `gnus-summary-select-article' if it is called non
292         interactively.
293         (gnus-summary-save-article-vm): Accept the optional 2nd arg FOLDER.
294         If it is called interactively the name of FOLDER is read from the
295         minibuffer; bind `mime-display-header-hook',
296         `mime-display-text/plain-hook', `mime-text-decode-hook',
297         `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
298         when the function `gnus-summary-save-article' is called.
299         (gnus-summary-save-article-vm-count,
300         gnus-summary-save-article-vm-folder): New internal variables.
301         (gnus-vm-make-folder): Bind `mime-display-header-hook',
302         `mime-display-text/plain-hook', `mime-text-decode-hook',
303         `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
304         when the function `vm-mode' is called.
305         (vm-use-toolbar, vm-primary-inbox, vm-folder-history,
306         vm-folder-directory): Define variables for avoiding byte compile
307         warning.
308         (gnus-vm-inhibit-window-system): Abolish variable; don't require
309         `win-vm'.
310         (TopLevel): Don't autoload "vm" for the functions
311         `vm-forward-message', `vm-reply' or `vm-mail'; don't require
312         `sendmail', `message', `gnus' or `gnus-msg' but `gnus-art'.
313
314 1999-04-20  Katsumi Yamaoka   <yamaoka@jpl.org>
315
316         * lisp/gnus.el (gnus-revision-number): Increment to 01.
317
318         * lisp/pop3.el (pop3-munge-message-separator): Don't put the
319         Content-Length field break into the other fields.
320
321 1999-04-18  Sin'ya Kanematsu <ksinya@quartz.ocn.ne.jp>
322
323         * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' ->
324         `gnus-auto-expirable-newsgroups'.
325
326 1999-04-18  Katsumi Yamaoka   <yamaoka@jpl.org>
327
328         * lisp/gnus.el (gnus-version-number): Update to 6.10.063.
329         (gnus-revision-number): Fresh start from 00.
330
331         * Sync up with Pterodactyl Gnus v0.83.
332
333 1999-04-15  NAKAGAWA Tsuneo <yaemon@alles.or.jp>
334
335         * REDME.semi.ja: Fix where the required packages are.
336
337 1999-04-13  Katsumi Yamaoka   <yamaoka@jpl.org>
338
339         * lisp/gnus.el (gnus-revision-number): Increment to 09.
340
341 1999-04-13  Keiichi Suzuki  <keiichi@nanap.org>
342
343         * lisp/gnus-sum.el (gnus-summary-move-article): Fix,
344         `gnus-article-mark-lists' will be broken by side effect.
345
346 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
347
348         * lisp/gnus.el (gnus-revision-number): Increment to 08.
349
350         * lisp/gnus-art.el (TopLevel): Remove symbol's function definition
351         for `gnus-article-mime-decode-quoted-printable'.
352
353 1999-04-05  Katsumi Yamaoka   <yamaoka@jpl.org>
354
355         * lisp/gnus.el (gnus-revision-number): Increment to 07.
356
357 1999-03-30  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
358
359         * texi/gnus-ja.texi: Some fixes.
360
361 1999-03-26  Katsumi Yamaoka   <yamaoka@jpl.org>
362
363         * lisp/gnus.el (gnus-revision-number): Increment to 06.
364
365         * lisp/pop3.el (pop3-munge-message-separator): If a retrieved
366         message has a illegal date field, use `(current-time)' instead.
367
368 1999-03-25  Katsumi Yamaoka   <yamaoka@jpl.org>
369
370         * lisp/message.el (message-send): Kill `message-encoding-buffer'
371         after sending.
372
373 1999-03-25  Katsumi Yamaoka   <yamaoka@jpl.org>
374
375         * lisp/message.el (message-maybe-encode): Inherit the buffer local
376         variable `mime-edit-pgp-processing' and call
377         `mime-edit-pgp-enclose-buffer'.
378
379 1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
380
381         * lisp/gnus.el (gnus-revision-number): Increment to 05.
382
383         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the
384         buffer local variable `default-mime-charset' of
385         `gnus-article-buffer' before `mime-display-message' is called.
386
387         * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also
388         matched with the group name which has a method name and/or a
389         foreign server name.
390         (gnus-set-summary-default-charset): Cancel the last change.
391
392 1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
393
394         * lisp/gnus.el (gnus-revision-number): Increment to 04.
395
396         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip
397         method and foreign server name from the newsgroup name.
398
399 1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
400
401         * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix.
402
403 1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
404
405         * lisp/gnus.el (gnus-revision-number): Increment to 03.
406
407         * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that
408         the title of a popup menu is displayed under Emacs 19.34.
409         (gnus-offline-define-menu-and-key): Rewrite the function to change
410         the behavior of "Get new news" button, under XEmacs.
411
412         * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that
413         `pop3-fma-password' can be saved in .newsrc.eld.
414
415         * README-offline.en: Update.
416         * README-offline.ja: Ditto.
417
418 1999-03-09  Katsumi Yamaoka   <yamaoka@jpl.org>
419
420         * lisp/gnus.el  (gnus-revision-number): Increment to 02.
421
422         * lisp/message.el (message-yank-original): Keep the existing
423         references.
424
425 1999-03-04  Katsumi Yamaoka   <yamaoka@jpl.org>
426
427         * lisp/gnus.el  (gnus-revision-number): Increment to 01.
428         (gnus-other-frame): Rewrite on the model of `toolbar-gnus'.
429         (gnus-frame): New internal variable.
430         (gnus-frame-properties): New user option.
431
432 1999-03-04  Katsumi Yamaoka   <yamaoka@jpl.org>
433
434         * lisp/gnus.el (gnus-version-number): Update to 6.10.062.
435         (gnus-revision-number): Fresh start from 00.
436
437         * Sync up with Pterodactyl Gnus v0.80.
438
439         * lisp/gnus-sum.el (gnus-summary-edit-article): Don't use
440         `mime-to-mml' nor `mml-to-mime'.
441
442 1999-03-02  Katsumi Yamaoka   <yamaoka@jpl.org>
443
444         * lisp/gnus.el (gnus-revision-number): Increment to 03.
445
446         * lisp/gnus-sum.el (gnus-select-newsgroup): Examine cached articles
447         with `gnus-cache-articles-in-group' if the current group is not
448         a virtual group.
449         (TopLevel): Autoload `gnus-cache-articles-in-group'
450
451 1999-03-01  Katsumi Yamaoka   <yamaoka@jpl.org>
452
453         * lisp/gnus.el (gnus-revision-number): Increment to 02.
454
455         * texi/gnus-ja.texi: Sync up with Semi-gnus 6.10.
456
457         * lisp/dgnushack.el (dgnushack-install-package): Don't refer to
458         `configure-package-path'. Use `early-packages', `late-packages' or
459         `last-packages' instead.
460
461 1999-03-01  Katsumi Yamaoka   <yamaoka@jpl.org>
462
463         * lisp/gnus.el (gnus-revision-number): Increment to 01.
464
465         * lisp/message.el (messgage-inhibit-body-encoding): Default to t.
466         (message-mode): Abolish `message-mime-attach-file' from doc
467         string.
468         (message-mode-map): Abolish `message-mime-attach-file' from
469         `message-mode-menu'.
470
471         * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished. It
472         is given in APEL 9.13 by now.
473
474         * lisp/gnus-ems.el (gnus-decode-coding-string): Abolished.
475         (gnus-encode-coding-string): Abolished.
476         (gnus-mule-cite-add-face): Restored.
477         (gnus-cite-add-face): Restored.
478
479         * README.semi.ja: Note that APEL 9.13 or later is required.
480         * README.semi: Ditto.
481         * README.T-gnus: Ditto.
482
483 1999-02-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
484
485         * lisp/gnus.el (gnus-version-number): Update to 6.10.061.
486         (gnus-revision-number): Fresh start from 00.
487
488         * Sync up with Pterodactyl Gnus v0.79.
489
490 1999-02-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
491
492         * lisp/gnus.el (gnus-version-number): Update to 6.10.060.
493         (gnus-revision-number): Fresh start from 00.
494
495         * Sync up with Pterodactyl Gnus v0.78.
496
497 1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
498
499         * lisp/gnus.el (gnus-revision-number): Increment to 05.
500
501         * Makefile.in (add-info-suffix, remove-info-suffix): New targets.
502         (package, install-package, package-ja, install-package-ja): Use
503         them.
504         (xinfo, xinfo-ja): Only build infos.
505
506         * texi/Makefile.in (add-info-suffix): Chdir ../lisp first.
507
508         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir
509         ../texi first.
510         (dgnushack-install-package): Don't refer to `package-path'; error
511         if the package path does not found.
512         (TopLevel): Don't define `gnus-revision-number',
513         `gnus-version-number' and `package-path'.
514
515 1999-02-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
516
517         * README.ichikawa : Removed.
518
519         * README.T-gnus : Renamed from README.ichikawa
520                           Remove description about T-gnus 6.8.
521
522 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
523
524         * lisp/gnus.el (gnus-revision-number): Increment to 04.
525
526         * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
527         and make remove-info-suffix.
528
529         * texi/Makefile.in (.texi): Don't specify the output filename when
530         makeinfo command is used.
531         (add-info-suffix, remove-info-suffix): New targets.
532
533         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
534         function. It will be used for adding ".info" suffix to @setfilename
535         line in each .texi files.
536         (dgnushack-texi-file-regexp): New constant.
537         (dgnushack-info-file-regexp): Add ".info" suffix.
538
539 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
540
541         * lisp/gnus.el (gnus-revision-number): Increment to 03.
542
543         * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
544         "custom-load.el" as well.
545
546         * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
547         (install-package-ja, package-ja, install-package, package): Use
548         them; use $XEMACS instead of $EMACS.
549         (osome): Use $XEMACS instead of "xemacs21".
550         (x): Ditto.
551         (XEMACS): Use "xemacs" instead of "xemacs21" in default.
552
553         * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
554         in destination lisp directory.
555         (dgnushack-make-package): Don't generate "_pkg.el" file; don't
556         remove "auto-autoloads.el*" files.
557         (dgnushack-compile): Don't remove "_pkg.el" from the list.
558
559 1999-02-23  Katsumi Yamaoka   <yamaoka@jpl.org>
560
561         * lisp/gnus.el (gnus-revision-number): Increment to 02.
562
563         * lisp/mail-source.el (mail-source-fetch-pop): Fix typo in original
564         source and merged it.
565
566         * README.ichikawa: Update description about the latest T-gnus.
567
568 1999-02-22  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
569
570         * lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work.
571
572         * lisp/gnus.el (gnus-revision-number): Increment to 01.
573
574 1999-02-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
575
576         * lisp/mail-source.el (mail-source-fetch-pop): Comment out
577         postscript block - I don't know why it does not work.
578         There is no Bug report from ding ML.
579
580         * lisp/gnus.el (gnus-version-number): Update to 6.10.059.
581         (gnus-revision-number): Fresh start from 00.
582
583         * Sync up with Pterodactyl Gnus v0.77.
584
585 1999-02-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
586
587         * lisp/gnus.el (gnus-revision-number): Increment to 09.
588
589         * lisp/gnus-start.el (save-buffers-kill-emacs): Rewrite the
590         advice. Call `gnus-offer-save-summaries'.
591
592 1999-02-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
593
594         * lisp/gnus.el (gnus-revision-number): Increment to 08.
595
596         * lisp/gnus-start.el (save-buffers-kill-emacs): Advice. Call
597         `gnus-save-newsrc-file' before `save-some-buffers' is called.
598
599         * README-offline.en: Update.
600
601         * README-offline.ja: Fix typo.
602
603         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
604         `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
605         nil when null string is given.
606
607 1999-02-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
608
609         * texi/Makefile.in: Change to work on Windows environment and
610         other platforms.
611
612         * lisp/gnus.el (gnus-revision-number): Increment to 07.
613
614 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
615
616         * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
617
618 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
619
620         * lisp/gnus.el (gnus-revision-number): Increment to 06.
621
622         * Makefile.in (install-package-ja, package-ja, install-package,
623         package): New targets.
624         (PACKAGEDIR): New user option.
625
626         * lisp/Makefile.in (install-package, package): New targets.
627         (PACKAGEDIR): New user option.
628
629         * lisp/dgnushack.el (dgnushack-install-package): New function.
630         (dgnushack-make-package): New function.
631         (dgnushack-info-file-regexp): New constant.
632         (dgnushack-compile): Remove "_pkg.el" from the list.
633
634         * configure: Regenerate by autoconf-2.13.
635
636 1999-02-17  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
637
638         * aclocal.m4: install .el files to site-lisp/gnus instead of
639         site-lisp.
640         * Makefile.in: add new rule `all-ja'.
641
642 1999-02-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
643
644         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
645         using nnspool.
646
647         * lisp/gnus.el (gnus-revision-number): Increment to 05.
648
649 1999-02-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
650
651         * lisp/gnus.el (gnus-revision-number): Increment to 04.
652
653         * lisp/read-passwd.el: Change location of (provide 'read-passwd)
654
655         * lisp/gnus-offline.el: ditto.
656
657 1999-02-12   Hidekazu Nakamura <u90121@uis-inf.co.jp>
658
659         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with APOP
660         authentication scheme.
661
662         * lisp/read-passwd..el (read-pw-set-mail-source-passwd-cache):
663         Undo my change.
664
665 1999-02-12  Katsumi Yamaoka   <yamaoka@jpl.org>
666
667         * lisp/gnus.el (gnus-revision-number): Increment to 03.
668
669         * lisp/gnus-sum.el (gnus-summary-mode-map): Bound the command
670         `gnus-article-hide-headers' to "t".
671
672         * lisp/gnus-art.el (article-hide-headers): Show all headers when
673         unhiding.
674
675         * texi/gnus.texi: Fix latin chars.
676
677 1999-02-12  Katsumi Yamaoka   <yamaoka@jpl.org>
678
679         * lisp/gnus.el (gnus-revision-number): Increment to 02.
680
681         * texi/emacs-mime.texi: Fix latin chars.
682
683 1999-02-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
684
685         * lisp/gnus.el (gnus-revision-number): Increment to 01.
686
687         * lisp/gnus-sum.el (gnus-nov-parse-line): Use
688         `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
689         `nnheader-generate-fake-message-id'; use `(eobp)' instead of
690         `(eq (char-after) ?\n)'.
691
692 1999-02-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
693
694         * lisp/gnus.el (gnus-version-number): Update to 6.10.058.
695         (gnus-revision-number): Fresh start from 00.
696
697         * lisp/message.el (message-forward): Get back to the previous
698         design.
699         * lisp/gnus-msg.el (gnus-summary-mail-forward): Ditto.
700
701         * lisp/mail-source.el (mail-source-fetch-pop): Ignore program and
702         authentication scheme..
703
704         * lisp/message.el (message-forward-start-separator): Restored.
705         (message-forward-end-separator): Restored.
706         (message-signature-before-forwarded-message): Restored.
707         (message-included-forward-headers): Restored.
708
709         * lisp/message.el (message-make-forward-subject): Use "(none)" if
710         the original article has no subject.
711
712         * Sync up with Pterodactyl Gnus v0.76.
713
714         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Change for pGnus 0.76.
715
716 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
717
718         * lisp/gnus.el (gnus-revision-number): Increment to 08.
719
720         * lisp/score-mode.el (gnus-score-edit-exit): Use
721         `save-buffer-as-coding-system' instead of
722         `write-region-as-coding-system'.
723         * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
724
725         * lisp/gnus-start.el (save-buffer-as-coding-system): New function
726         defined with `defun-maybe'. NOTE: It should be deleted in the
727         future.
728
729         * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
730
731 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
732
733         * lisp/gnus.el (gnus-revision-number): Increment to 07.
734
735         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
736         implementation.
737
738 1999-02-08  Katsumi Yamaoka   <yamaoka@jpl.org>
739
740         * lisp/gnus.el (gnus-revision-number): Increment to 06.
741
742 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
743
744         * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
745         default instead of `gnus-large-newsgroup'.
746
747 1999-02-08  Katsumi Yamaoka   <yamaoka@jpl.org>
748
749         * lisp/gnus.el (gnus-revision-number): Increment to 05.
750
751 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>,
752             Katsumi Yamaoka   <yamaoka@jpl.org>,
753             Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
754
755         * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
756         unread articles is more than `gnus-large-newsgroup', use it in
757         default instead of the maximum number.
758
759 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>,
760             Katsumi Yamaoka   <yamaoka@jpl.org>
761
762         * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
763         add it to the acting-condition for extracting mulitpart messages.
764         (gnus-mime-extract-message/rfc822): New function; add it to the
765         acting-condition for extracting message/rfc822 or message/news.
766
767 1999-02-08  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
768
769         * lisp/gnus.el (gnus-revision-number): Increment to 04.
770
771         * lisp/nntp.el: Change nnmail-read-passwd -> mail-source-read-passwd.
772
773 1999-02-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
774
775         * README-offline.ja: Change for current version.
776         * README-offline.en: Ditto.
777
778 1999-02-07  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
779
780         * lisp/gnus.el (gnus-revision-number): Increment to 03.
781
782 1999-02-04  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
783
784         * lisp/gnus-offline.el: Delete security notice.
785         (gnus-offline-pop-password-file): Removed.
786         (gnus-offline-pop-password-decoding-function): Removed.
787         (gnus-offline-gnus-get-new-news): Revert to its original.
788
789 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
790
791         * lisp/gnus.el (gnus-revision-number): Increment to 02.
792
793 1999-02-04  YOSHIZAWA Masahiro <manbou@ceres.dti.ne.jp>
794
795         * README-offline.en: New description.
796         * README-offline.ja: Ditto.
797
798 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
799
800         * lisp/gnus.el (gnus-revision-number): Change to 01
801
802         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
803
804 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
805
806         * lisp/gnus.el (gnus-revision-number): New constant.
807
808 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
809
810         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
811         information to .newsrc file.
812
813         * lisp/gnus.el (gnus-variable-list): Undo my last change.
814
815         * lisp/read-password.el (read-pw-set-mail-source-passwd-cache): Do
816         not input password if mail-source-password-cache is non nil.
817
818 1999-02-03   Hidekazu Nakamura <u90121@uis-inf.co.jp>
819
820         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache): To
821         work with APOP authentication scheme.
822
823 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
824
825         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
826         external movemail program.
827
828         * lisp/gnus.el (gnus-variable-list): Add
829         mail-source-password-cache to save password information.
830
831 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
832
833         * lisp/gnus.el (gnus-version-number): Update to 6.10.057.
834
835         * Sync up with Pterodactyl Gnus v0.75.
836
837 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
838
839         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
840         change.
841
842 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
843
844         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
845         parentheses.
846         (gnus-offline-define-menu-on-agent): Ditto.
847
848 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
849
850         * README.ichikawa: Fix about the last version of T-gnus based on
851         Gnus 5.6.
852
853 1999-02-01  Akihiro Arisawa   <ari@mei9.advantest.co.jp>
854
855         * lisp/nndoc.el (nndoc-mime-digest-type-p): Add the element of
856         `header-begin' to type-alist for mime-digest.
857
858 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
859
860         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
861         <manbou@ceres.dti.ne.jp>
862
863 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
864             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
865
866         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
867         pGnus with mail-source.el.
868
869         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
870         to check pGnus 0.73 or later instead of (locate-library "mail-source")
871
872 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
873
874         * lisp/nndoc.el (nndoc-mime-parts-type-p): Strip leading white
875         space from the matching pattern.
876
877 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
878
879         * lisp/gnus-sum.el (gnus-nov-parse-extra): Abolished.
880         (gnus-nov-parse-line): Use `char-after' instead of `following-char'
881         ; use `nnheader-nov-parse-extra' instead of `gnus-nov-parse-extra'.
882
883 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
884
885         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
886         `gnus-nov-skip-field' and `gnus-nov-field'.
887         (gnus-nov-parse-line): Use `nnheader-nov-field' and
888         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
889         `gnus-nov-read-integer'.
890         (gnus-get-newsgroup-headers-xover): Use
891         `gnus-retrieve-parsed-headers'.
892
893         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
894         `gnus-cache-braid-headers',
895         `nnheader-get-newsgroup-headers-xover*' and
896         `nnheader-retrieve-headers-from-directory*' instead of
897         `gnus-get-newsgroup-headers-xover', `gnus-cache-braid-parsed-nov'
898         nor `gnus-cache-braid-parsed-heads'; abolish function
899         `gnus-cache-braid-parsed-nov' and `gnus-cache-braid-parsed-nov'.
900         (gnus-cache-braid-headers): New function.
901
902         * lisp/nnheader.el (nnheader-nov-read-integer): Use
903         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
904         same as `gnus-nov-read-integer'.
905         (nnheader-retrieve-headers-from-directory*): New function.
906         (nnheader-retrieve-headers-from-directory): Use
907         `nnheader-retrieve-headers-from-directory*'.
908         (nnheader-get-newsgroup-headers-xover*): New function.
909
910 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
913         `nnheader-retrieve-headers-from-directory'.
914
915         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
916         function.
917
918 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
919
920         * lisp/gnus.el (gnus-version): Modify for SEMI 1.13.
921
922         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
923         `gnus-cache-retrieve-parsed-headers' instead of
924         `gnus-cache-retrieve-headers'.
925
926         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
927         function.
928         (gnus-cache-braid-parsed-nov): New function.
929         (gnus-cache-braid-parsed-heads): New function.
930
931 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
932
933         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
934         * lisp/gnus-ofsetup.el: Ditto.
935
936         * lisp/pop3-fma.el: Removed because after pGnus0.73 , pGnus can treat
937         multiple pop3 account.
938
939 1999-01-29  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
940
941         * lisp/read-passwd.el: New file.
942
943 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
944
945         * lisp/gnus.el (running-pterodactyl-gnus-0_73-or-later): Provide as
946         a new feature.
947
948         * lisp/mail-source.el (mail-source-read-passwd): Don't load
949         "passwd" if the function `read-passwd' already exists.
950
951         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
952         select methods.
953
954         * lisp/gnus-group.el (gnus-group-catchup-current): Fix typo.
955
956 1999-01-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
957
958         * lisp/gnus.el (gnus-version-number): Update to 6.10.056.
959
960         * Sync up with Pterodactyl Gnus v0.74.
961
962 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
963
964         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
965         frame after selecting a new article if the value of
966         `message-use-multi-frames' is non-nil and more than one articles
967         are given.
968
969 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
970
971         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
972         respool article.
973
974 1999-01-26  Katsumi Yamaoka   <yamaoka@jpl.org>
975
976         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Bind `in-reply-to'
977         and `cur' as temporary variables.
978
979 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
982
983 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
984
985         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
986         optional arguments `dependencies' and `force-new'; new
987         implementation; call `retrieve-parsed-headers' if it is found.
988
989         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
990
991 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
994         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
995         and `gnus-get-newsgroup-headers-xover' or
996         `gnus-get-newsgroup-headers'.
997
998         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
999
1000 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1001
1002         * lisp/gnus-offline.el: Add security notice.
1003
1004 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1005
1006         * README-offline.ja: New file - Variable and command description
1007         for gnus-offline(Japanese edition).
1008         * README-offline.en: New file - Ditto (English edition).
1009
1010 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1011
1012         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
1013         variable.
1014         (gnus-offline-pop-password-decoding-function): New variable.
1015         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
1016         is non-nil, get one's password information from a file specified
1017         by this variable, and don't store the passwords as a variable.
1018         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
1019         translations.
1020
1021 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
1022
1023         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
1024         `message-list-references' for gathering IDs from yanked articles.
1025
1026         * lisp/message.el (message-list-references): New function.
1027         (message-yank-original): Use it for gathering IDs from a yanked
1028         article.
1029
1030 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1031
1032         * lisp/message.el (message-reply): Get the references from
1033         `In-Reply-To' field if there were no references and `In-Reply-To'
1034         field looks promising.
1035         (message-yank-original): Try to fetch ID from `In-Reply-To' field
1036         if `References' field does not exist.
1037         (message-yank-original): Use `std11-narrow-to-header' instead of
1038         `message-narrow-to-head'.
1039
1040 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1041
1042         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
1043         `gnus-current-headers' instead of article header.
1044
1045 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1046
1047         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
1048         position of the yanked articles -- apologize to SUTO-san, it has
1049         been supported in his original code, but I didn't.
1050
1051         * lisp/message.el: Replace line endings from `CRLF' to `LF'.
1052
1053 1999-01-21  Hiroaki Matsui <matu@uxd.fc.nec.co.jp>
1054
1055         * lisp/message.el : Fix typo.
1056
1057 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1058
1059         * lisp/message.el (message-yank-original): If
1060         `message-yank-add-new-references' is non-nil and this command is
1061         called interactively, new IDs from the yanked article will be added
1062         to `References' field.
1063         (message-yank-add-new-references): New user option.
1064         (message-header-format-alist): Use `message-shorten-references' for
1065         `References' in default.
1066
1067 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
1068             Katsumi Yamaoka   <yamaoka@jpl.org>
1069
1070         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
1071         field with the gathered Message-IDs and References if more than one
1072         articles are given.
1073
1074 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1075
1076         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
1077         frame after selecting a new article if the value of
1078         `message-use-multi-frames' is non-nil and more than one articles
1079         are given.
1080
1081 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1082
1083         * lisp/gnus.el (gnus-version-number): Update to 6.10.055.
1084
1085         * Sync up with Pterodactyl Gnus v0.72.
1086
1087 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
1088
1089         * README.semi.ja: Add keiichi and nana-gnus to the branches info.
1090         Modify the directory name for the daily snapshots.
1091         * README.semi: Ditto.
1092
1093         * README.branch.ja: Modified for Semi-gnus 6.10, etc.
1094         * README.branch: Ditto.
1095
1096 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
1097
1098         * lisp/message.el (message-reply): Cancel the last change.
1099         (message-followup): Cancel the last change.
1100         (message-wide-reply): Cancel the last change.
1101
1102         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
1103         (gnus-summary-reply): Cancel the last change.
1104         (gnus-post-news): Cancel the last change.
1105
1106 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1107
1108         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
1109         expirable marks if the destination group is not expirable.
1110
1111 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
1112
1113         * lisp/message.el (message-reply): Accept references as a new
1114         optional arg.
1115         (message-followup): Ditto.
1116         (message-wide-reply): Ditto.
1117
1118         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
1119         (gnus-summary-reply): Use it
1120         (gnus-post-news): Use it.
1121
1122 1999-01-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1123
1124         * lisp/gnus.el (gnus-version-number): Update to 6.10.054.
1125
1126         * Sync up with Pterodactyl Gnus v0.71.
1127
1128 1999-01-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1129
1130         * lisp/gnus.el (gnus-version-number): Update to 6.10.053.
1131
1132         * Sync up with Pterodactyl Gnus v0.70.
1133
1134 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
1135
1136         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
1137         body.
1138
1139 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1140
1141         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
1142         <czkmt@remus.dti.ne.jp> to author and maintainer.
1143
1144 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1145
1146         * lisp/nnmail.el (nnmail-article-group): Don't infloop.
1147
1148 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1149
1150         * TODO.ja: Modified for Cancel-Lock feature.
1151
1152         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
1153         server if it does not exist in the article.
1154         (nntp-request-post): Run `nntp-prepare-post-hook'.
1155         (nntp-async-trigger): Save a response from the server in
1156         `nntp-process-response' after sending a command.
1157         (nntp-wait-for): Ditto.
1158         (nntp-prepare-post-hook): New hook, run just before posting an
1159         article.
1160
1161         * lisp/nnheader.el (nnheader-init-server-buffer): Make
1162         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
1163         (nntp-process-response): New variable, used for holding a response
1164         from the server after sending a command.
1165
1166 1999-01-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1167
1168         * lisp/message.el (message-draft-coding-system): Don't Call
1169         `coding-system-p'. Find its default value using
1170         `find-coding-system' instead.
1171
1172 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1173
1174         * lisp/pop3.el (pop3-munge-message-separator): Use
1175         `parse-time-string'.
1176
1177         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
1178         select the article before saving.
1179
1180 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1181
1182         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
1183         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
1184
1185 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1186
1187         * lisp/pop3.el (pop3-last): Use `split-string' instead of
1188         `pop3-string-to-list'.
1189         (pop3-stat): Ditto.
1190         (pop3-munge-message-separator): Ditto.
1191         (pop3-string-to-list): Abolished.
1192
1193 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1194
1195         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
1196         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
1197         non-nil.
1198         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
1199         XEmacs.
1200         (gnus-offline-popup-menu): New function.
1201         (gnus-offline-define-menu-and-key): Call it under Emacs to create
1202         a popup menu in the group buffer.
1203
1204 1999-01-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1205
1206         * lisp/gnus.el (gnus-version-number): Update to 6.10.052.
1207
1208         * Sync up with Pterodactyl Gnus v0.69.
1209
1210 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
1211
1212         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
1213         select the article before previewing. Abolish prefix arg.
1214
1215         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
1216         the article without reservation.
1217         (gnus-article-display-mime-message): Show all headers if
1218         `gnus-have-all-headers' the local var of summary buffer is non-nil.
1219
1220 1998-12-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1221
1222         * lisp/gnus-art.el (gnus-article-check-buffer): Rewrite (checking
1223         for buffer object).
1224
1225 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1226
1227         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1228         `gnus-summary-next-article' in `gnus-original-article-mode'.
1229         (mime-preview-over-to-previous-method-alist): Use
1230         `gnus-summary-prev-article' in `gnus-original-article-mode'.
1231
1232 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1233
1234         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
1235         for avoiding byte-compile warning.
1236
1237         * lisp/gnus-art.el (gnus-article-mode-map): Define almost undefined
1238         keys to `gnus-article-read-summary-keys'.
1239         (gnus-article-check-buffer): Check for a major-mode in
1240         `gnus-original-article-buffer' as well.
1241         (gnus-article-prepare-display): Set `gnus-article-current-summary'
1242         to `gnus-summary-buffer'.
1243
1244 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1245
1246         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
1247         with APOP extention.
1248
1249 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1250
1251         * lisp/gnus-start.el (gnus-read-newsrc-el-file): Bug (referring to
1252         unbounded variable) fix.
1253
1254 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1255
1256         * lisp/gnus-start.el (gnus-read-newsrc-el-file): Don't load newsrc
1257         file if it does not exist.
1258
1259 1998-12-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1260
1261         * lisp/gnus-offline.el: (gnus-offline-define-menu-on-miee)
1262         (gnus-offline-define-menu-on-agent): Use Japanized menu when using
1263         under Meadow.
1264
1265 1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1266
1267         * lisp/gnus.el (gnus-version-number): Update to 6.10.051.
1268
1269         * Sync up with Pterodactyl Gnus v0.68.
1270
1271 1998-12-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1272
1273         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
1274         fix.
1275
1276 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
1277
1278         * lisp/nnheader.el (nnheader-find-file-noselect): Call
1279         `find-file-noselect-as-coding-system' with CODING-SYSTEM as the
1280         1st arg.
1281
1282         * lisp/gnus-score.el (gnus-score-load-score-alist): Call
1283         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1284         1st arg.
1285         * lisp/nnmail.el (nnmail-find-file): Ditto.
1286         * lisp/nnheader.el (nnheader-insert-file-contents): Ditto.
1287
1288         * lisp/score-mode.el (gnus-score-edit-exit): Call
1289         `write-region-as-coding-system' as the 1st arg.
1290         * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
1291
1292         * lisp/gnus-start.el (gnus-read-newsrc-el-file): Call
1293         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
1294         1st arg.
1295
1296         * lisp/gnus-score.el (gnus-score-save): Call
1297         `gnus-write-buffer-as-coding-system' with CODING-SYSTEM as the 1st
1298         arg.
1299         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1300         (gnus-cache-save-buffers): Ditto.
1301
1302         * lisp/gnus-util.el (gnus-write-buffer-as-coding-system): Be
1303         CODING-SYSTEM the 1st arg.
1304
1305         * lisp/nnmail.el (nnmail-write-region): Call
1306         `write-region-as-coding-system' as the 1st arg.
1307         * lisp/gnus-agent.el (gnus-agent-expire): Ditto.
1308         (gnus-agent-fetch-headers): Ditto.
1309         (gnus-agent-flush-cache): Ditto.
1310         (gnus-agent-fetch-articles): Ditto.
1311         (gnus-agent-save-history): Ditto.
1312         (gnus-agent-save-groups): Ditto.
1313         (gnus-agent-save-active): Ditto.
1314
1315 1998-12-14  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1316
1317         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Bug
1318         fix.
1319         Overwrite the toolbar spec for gnus-group-mode, under XEmacs.
1320
1321 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
1322
1323         * lisp/nnheader.el (nnheader-find-file-noselect): Use
1324         `find-file-noselect-as-coding-system' (renamed from
1325         `find-file-noselect-as-specified-coding-system').
1326
1327         * lisp/gnus-score.el (gnus-score-load-score-alist): Use
1328         `insert-file-contents-as-coding-system' (renamed from
1329         `insert-file-contents-as-specified-coding-system').
1330         * lisp/nnmail.el (nnmail-find-file): Ditto.
1331         * lisp/nnheader.el (nnheader-insert-file-contents): Ditto.
1332
1333         * lisp/score-mode.el (gnus-score-edit-exit): Use
1334         `write-region-as-coding-system' (renamed from
1335         `write-region-as-specified-coding-system').
1336         * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
1337
1338         * lisp/gnus-start.el (gnus-read-newsrc-el-file): Use
1339         `insert-file-contents-as-coding-system' (renamed from
1340         `insert-file-contents-as-specified-coding-system').
1341
1342         * lisp/gnus-score.el (gnus-score-save): Use
1343         `gnus-write-buffer-as-coding-system' (renamed from
1344         `gnus-write-buffer-as-specified-coding-system').
1345         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1346         (gnus-cache-save-buffers): Ditto.
1347
1348         * lisp/gnus-util.el (gnus-write-buffer-as-coding-system): Renamed
1349         from 'gnus-write-buffer-as-specified-coding-system'.
1350
1351         * lisp/nnmail.el (nnmail-write-region): Use
1352         `write-region-as-coding-system' (renamed from
1353         `write-region-as-specified-coding-system').
1354         * lisp/gnus-agent.el (gnus-agent-expire): Ditto.
1355         (gnus-agent-fetch-headers): Ditto.
1356         (gnus-agent-flush-cache): Ditto.
1357         (gnus-agent-fetch-articles): Ditto.
1358         (gnus-agent-save-history): Ditto.
1359         (gnus-agent-save-groups): Ditto.
1360         (gnus-agent-save-active): Ditto.
1361
1362 1998-12-14  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1363
1364         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
1365         fix.
1366         (gnus-offline-set-offline-sendmail-function): Bug fix.
1367
1368 1998-12-12  Hidekazu Nakamura <u90121@uis-inf.co.jp>
1369
1370         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix.
1371
1372 1998-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1373
1374         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
1375         fix.
1376         (gnus-offline-set-offline-sendmail-function): Bug fix.
1377
1378 1998-12-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1379
1380         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Change
1381         easy-menu-define to easy-menu-change to override miee menu.
1382
1383 1998-12-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1384
1385         * lisp/nnheader.el (nnheader-find-file-noselect): Call
1386         `find-file-noselect-as-specified-coding-system' directly.
1387
1388 1998-12-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1389
1390         * lisp/gnus-offline.el (gnus-offline-setup): Add
1391         gnus-offline-setup to gnus-group-mode-hook.
1392         (gnus-offline-set-offline-sendmail-function): Bug fix.
1393
1394 1998-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1395
1396         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Bug
1397         fix.
1398         (gnus-offline-define-menu-on-agent): Bug fix.
1399
1400 1998-12-10  Katsumi Yamaoka   <yamaoka@jpl.org>
1401
1402         * lisp/pop3.el (pop3-movemail): Use `write-region-as-binary'
1403         instead of `append-to-file'.
1404         (pop3-movemail-file-coding-system): Abolished.
1405
1406         * lisp/nnheader.el (nnheader-find-file-noselect): Use
1407         `find-file-noselect-as-specified-coding-system' instead of
1408         `find-file-noselect'.
1409
1410         * lisp/gnus-score.el (gnus-score-load-score-alist): Use
1411         `insert-file-contents-as-specified-coding-system' instead of
1412         `insert-file-contents'.
1413         * lisp/nnmail.el (nnmail-find-file): Ditto.
1414         * lisp/nnheader.el (nnheader-insert-file-contents): Ditto.
1415
1416         * lisp/message.el (message-send-mail-with-qmail): Enclose
1417         `call-process-region' with `as-binary-process'.
1418         (message-send-mail-with-sendmail): Ditto.
1419         (message-send-coding-system): Abolished.
1420
1421         * lisp/score-mode.el (gnus-score-edit-exit): Emulate
1422         `save-buffer' with `write-region-as-specified-coding-system'.
1423         * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto.
1424
1425         * lisp/gnus-start.el (gnus-read-newsrc-el-file): Emulate `load'
1426         with `insert-file-contents-as-specified-coding-system' and
1427         `eval-region'.
1428
1429         * lisp/gnus-score.el (gnus-score-save): Use
1430         `gnus-write-buffer-as-specified-coding-system' instead of
1431         `gnus-write-buffer'.
1432         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1433         (gnus-cache-save-buffers): Ditto.
1434
1435         * lisp/gnus-util.el (gnus-output-to-mail): Use
1436         `write-region-as-binary' instead of `append-to-file'.
1437         (gnus-output-to-mail): Use `gnus-write-buffer-as-binary' instead
1438         of `gnus-write-buffer'.
1439         (gnus-write-buffer-as-specified-coding-system): New function.
1440         (gnus-write-buffer-as-binary): New function.
1441
1442         * lisp/nnmail.el (nnmail-write-region): Use
1443         `write-region-as-specified-coding-system' instead of
1444         `write-region'.
1445         * lisp/gnus-agent.el (gnus-agent-expire): Ditto.
1446         (gnus-agent-fetch-headers): Ditto.
1447         (gnus-agent-flush-cache): Ditto.
1448         (gnus-agent-fetch-articles): Ditto.
1449         (gnus-agent-save-history): Ditto.
1450         (gnus-agent-save-groups): Ditto.
1451         (gnus-agent-save-active): Ditto.
1452
1453 1998-12-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1454
1455         * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Create menu
1456         using 'easymenu'.
1457
1458 1998-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1459
1460         * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Don't call
1461         `gnus-offline-agent-expire' under XEmacs.
1462
1463 1998-12-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1464
1465         * texi/gnus-ja.texi: Fix latin chars.
1466         * texi/gnus.texi: Ditto.
1467
1468         * texi/ChangeLog: Shrunk.
1469
1470         * text/widget.texi: Removed.
1471         * texi/custom.texi: Removed.
1472
1473         * lisp/ChangeLog: Fix latin chars.
1474
1475         * lisp/pop3.el (pop3-open-server): Use
1476         `open-network-stream-as-binary' instead of `open-network-stream'.
1477         * lisp/nntp.el (nntp-open-network-stream): Ditto.
1478         * lisp/gnus-gl.el (bbb-connect-to-bbbd): Ditto.
1479
1480         * lisp/nntp.el (nntp-open-rlogin): Enclose `start-process' with
1481         `as-binary-process'.
1482         (nntp-open-telnet): Ditto.
1483
1484         * lisp/nntp.el (nntp-coding-system-for-write): Abolished.
1485         (nntp-coding-system-for-read): Abolished.
1486
1487         * lisp/nndb.el: Don't require `tcp'.
1488
1489 1998-12-07  Katsumi Yamaoka   <yamaoka@jpl.org>
1490
1491         * lisp/message.el (message-get-parameter-with-eval): Call
1492         `message-get-parameter' with arg `key' first.
1493
1494 1998-12-07  Katsumi Yamaoka   <yamaoka@jpl.org>
1495
1496         * lisp/gnus.el (gnus-version-number): Update to 6.10.050.
1497
1498         * Sync up with Pterodactyl Gnus 0.65.
1499
1500 1998-12-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1501
1502         * lisp/message.el (message-cite-original-without-signature): Do
1503         not use mml-quote-region.
1504
1505         * lisp/message.el (message-cite-original): Ditto.
1506
1507         * lisp/gnus.el (gnus-version-number): Update to 6.10.049.
1508
1509         * Sync up with Pterodactyl Gnus 0.64.
1510
1511 1998-12-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1512
1513         * lisp/gnus-sum.el (gnus-summary-show-article): Don't use
1514         `mm-destroy-parts'.
1515
1516 1998-12-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1517
1518         * lisp/gnus.el (gnus-version-number): Update to 6.10.048.
1519
1520         * Sync up with Pterodactyl Gnus 0.63.
1521
1522 1998-12-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1523
1524         * lisp/gnus.el (gnus-version-number): Update to 6.10.047.
1525
1526         * Sync up with Pterodactyl Gnus 0.62.
1527
1528         * README.ichikawa: Add description of required APEL/FLIM/SEMI.
1529
1530 1998-12-03  Katsumi Yamaoka   <yamaoka@jpl.org>
1531
1532         * lisp/nndraft.el (nndraft-request-article): Don't bind
1533         `nnmail-file-coding-system'.
1534
1535 1998-12-03  Katsumi Yamaoka   <yamaoka@jpl.org>
1536
1537         * lisp/gnus.el (gnus-version-number): Update to 6.10.046.
1538
1539         * Sync up with Pterodactyl Gnus 0.61.
1540
1541 1998-12-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1542
1543         * lisp/smtp.el: Abolished - Use smtp.el in FLIM.
1544
1545         * lisp/gnus.el (gnus-version-number): Update to 6.10.045.
1546
1547         * Sync up with Pterodactyl Gnus 0.59.
1548
1549 1998-12-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1550
1551         * lisp/gnus.el (gnus-version-number): Update to 6.10.044.
1552
1553         * Sync up with Pterodactyl Gnus 0.58.
1554
1555 1998-12-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1556
1557         * lisp/gnus.el (gnus-version-number): Update to 6.10.043.
1558
1559         * Sync up with Pterodactyl Gnus 0.57.
1560
1561 1998-11-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1562
1563         * lisp/base64.el (base64-decode-region): Use `defun-maybe'.
1564         (base64-encode-region): Ditto.
1565
1566         * lisp/gnus.el (gnus-version-number): Update to 6.10.042.
1567
1568         * Sync up with Pterodactyl Gnus 0.56.
1569
1570 1998-11-29  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1571
1572         * lisp/gnus-offline.el: Fix typo of DOC string.
1573
1574         * lisp/score-mode.el: Change default value
1575         score-mode-coding-system 'binary to 'ctext.
1576
1577 1998-11-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1578
1579         * lisp/gnus.el (gnus-version-number): Update to 6.10.041.
1580
1581         * Sync up with Pterodactyl Gnus 0.55.
1582
1583 1998-11-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1584
1585         * lisp/gnus-msg.el (gnus-summary-supersede-article): Bind
1586         `gnus-message-setup-hook' to minimum setting.
1587
1588         * lisp/message.el (message-supersede-setup-for-mime-edit): New
1589         function.
1590         (message-supersede-setup-function): New user option. Use
1591         `message-supersede-setup-for-mime-edit' in default.
1592         (message-supersede): Call `message-supersede-setup-function' if it
1593         is non-nil.
1594         (message-supersede-setup-hook): New user option.
1595
1596         * lisp/message.el (message-bounce-setup-for-mime-edit): Don't
1597         delete header separator. It is up to MIME-Edit to do so.
1598
1599 1998-11-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1600
1601         * lisp/gnus.el (gnus-version-number): Update to 6.10.040.
1602
1603         * Sync up with Pterodactyl Gnus 0.54.
1604
1605 1998-11-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1606
1607         * lisp/gnus-offline.el (gnus-offline-version-number): Update to
1608         2.00.
1609
1610         * lisp/pop3-fma.el (pop3-fma-save-password-information): New
1611         variable. Do not save password information when
1612         `pop3-fma-save-password-information' set to nil (in default).
1613         (pop3-fma-encode-string): abolished - because of difference of
1614         FLIM API.
1615         (pop3-fma-decode-string): Ditto.
1616
1617 1998-11-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1618
1619         * lisp/gnus.el (gnus-version-number): Update to 6.10.039.
1620
1621         * Sync up with Pterodactyl Gnus 0.53.
1622
1623         * lisp/pop3-fma.el (pop3-fma-init-message-hook): Change
1624         message-send-hook to mime-edit-translate-hook - enbug.
1625
1626 1998-11-20  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1627
1628         * lisp/gnus-offline.el: Update to beta5.
1629
1630         * lisp/gnus-ofsetup.el: Update to beta5.
1631
1632         * lisp/gnus.el (gnus-version-number): Update to 6.10.038.
1633
1634         * Sync up with Pterodactyl Gnus 0.52.
1635
1636 1998-11-19  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1637
1638         * lisp/message.el (message-get-reply-buffer): Abolished.
1639         (message-get-original-reply-buffer): Abolished.
1640         (message-get-parameter): New inline function.
1641         (message-get-parameter-with-eval): New macro.
1642         (message-fetch-reply-field): Do not use `message-get-reply-buffer'.
1643         (message-yank-original): Ditto.
1644         (message-setup): Use `message-get-parameter'.
1645         (message-mime-insert-article): Use
1646         `message-get-parameter-with-eval' instead of
1647         `message-get-original-reply-buffer'.
1648
1649         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Do not add
1650         `set-window-configuration' to action when
1651         `message-use-multi-frames' is non-`nil'.
1652
1653 1998-11-19  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1654
1655         * lisp/gnus.el (gnus-version-number): Update to 6.10.037.
1656
1657         * Sync up with Pterodactyl Gnus 0.51.
1658
1659         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Force set
1660         `use-miee' to t if `news-method' is equal to "nnspool".
1661         (gnus-setup-for-offline): Put a question for "Agent directory"
1662         only if `gnus-offline-news-fetch-method' is equal to `nnagent'.
1663         (Top-Level): Defvar `use-miee' for avoiding byte-compile warning.
1664
1665 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1666
1667         * lisp/gnus-sum.el (gnus-summary-save-article-rmail): Use
1668         `gnus-summary-save-in-rmail' instead of
1669         `rmail-output-to-rmail-file'.
1670
1671 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1672
1673         * lisp/message.el (message-mimic-kill-buffer): Rewrite.
1674
1675 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1676
1677         * lisp/gnus.el (gnus-version-number): Update to 6.10.036.
1678
1679         * Sync up with Pterodactyl Gnus 0.50.
1680
1681 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1682
1683         * lisp/message.el (message-mimic-kill-buffer): New function.
1684         (message-mode-map): Use it for `C-x k'.
1685
1686 1998-11-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1687
1688         * lisp/message.el (message-dont-send): Use `message-delete-frame'.
1689
1690 1998-11-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1691
1692         * lisp/gnus.el (gnus-version-number): Update to 6.10.035.
1693
1694         * Sync up with Pterodactyl Gnus 0.49.
1695
1696 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1697
1698         * lisp/message.el (message-dont-send): Use `message-save-drafts'
1699         instead of `save-buffer'.
1700
1701 1998-11-17  Hiroaki Matsui  <matu@uxd.fc.nec.co.jp>
1702
1703         * lisp/message.el (message-clone-locals): Add
1704         "user-mail-address" and "user-full-name" to matching pattern.
1705
1706 1998-11-14  Kenji Itoh  <keit@tpj.co.jp>
1707
1708         * lisp/nnmail.el (nnmail-read-passwd): Use `read-passwd' if it
1709         exists as a function.
1710
1711         * lisp/pop3.el (pop3-read-passwd): Ditto.
1712
1713 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1714
1715         * lisp/gnus.el (gnus-version-number): Update to 6.10.034.
1716         (gnus-version): Modify for SEMI 1.11, FLIM 1.12.
1717
1718 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1719
1720         * make.bat: Replace line endings from `LF' to `CRLF'.
1721
1722 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1723
1724         * lisp/gnus.el (gnus-version-number): Update to 6.10.033.
1725
1726         * Sync up with Pterodactyl Gnus 0.48.
1727
1728 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1729
1730         * texi/emacs-mime.texi: Fix iso-8859-1 chars.
1731
1732         * lisp/message.el (message-send-news): Call
1733         `message-maybe-split-and-send-news' with an arg `method'.
1734         (message-maybe-split-and-send-news): Accept an arg `method'.
1735
1736         * lisp/rfc1843.el: Defvar `gnus-decode-encoded-word-function'.
1737
1738         * lisp/mm-uu.el: Require `gnus-mailcap'.
1739         * lisp/mm-decode.el: Require `gnus-mailcap' instead of `mailcap'.
1740         * lisp/mm-encode.el: Ditto.
1741         * lisp/gnus-mailcap.el: Provide `gnus-mailcap' instead of `mailcap'.
1742
1743 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1744
1745         * lisp/gnus.el (gnus-version-number): Update to 6.10.032.
1746
1747         * Sync up with Pterodactyl Gnus 0.47.
1748
1749 1998-11-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1750
1751         * lisp/gnus.el (gnus-version-number): Update to 6.10.031.
1752
1753         * Sync up with Pterodactyl Gnus 0.46.
1754
1755 1998-11-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1756
1757         * lisp/gnus.el (gnus-version-number): Update to 6.10.030.
1758
1759         * Sync up with Pterodactyl Gnus 0.44.
1760
1761 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1762
1763         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
1764         `mime-insert-header' instead of `mime-insert-decoded-header'.
1765
1766         * lisp/nnheader.el (nnheader-decode-subject): Change the 2nd arg of
1767         `mime-find-field-decoder' to 'nov'.
1768         (nnheader-decode-from): Ditto.
1769
1770         * lisp/message.el (message-maybe-split-and-send-mail): Discard
1771         a return from `message-send-mail-function'.
1772
1773 1998-11-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1774
1775         * lisp/gnus-offline.el: bug fix.
1776
1777         * lisp/gnus-ofsetup.el: Bug fix.
1778
1779 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1780
1781         * texi/Makefile.in (.texi:): Don't escape double quote.
1782         (texi2latex.elc:): Ditto.
1783
1784 1998-11-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1785
1786         * texi/gnus-ja.texi: Add infos about `pop3-fma' and `gnus-offline'.
1787
1788 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1789
1790         * lisp/message.el (message-maybe-split-and-send-mail): Use
1791         `defsubst' instead of `defun'.
1792         (message-maybe-split-and-send-news): Ditto.
1793
1794 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1795
1796         * lisp/gnus-msg.el (gnus-summary-resend-bounced-mail): Bind
1797         `gnus-message-setup-hook' to minimum setting.
1798
1799         * lisp/message.el (message-bounce-setup-for-mime-edit): New
1800         function.
1801         (message-bounce-setup-function): New user option. Use
1802         `message-bounce-setup-for-mime-edit' in default.
1803         (message-bounce): Call `message-bounce-setup-function' if it is
1804         non-nil.
1805         (message-bounce-setup-hook): New user option.
1806         (message-send-mail): Delete useless things.
1807
1808 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1809
1810         * lisp/message.el (message-maybe-split-and-send-mail): New function.
1811         (message-send-mail): Use it.
1812         (message-maybe-split-and-send-news): New function.
1813         (message-send-news): Use it.
1814
1815 1998-11-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1816
1817         * lisp/gnus-offline.el: bug fix.
1818
1819         * lisp/gnus-ofsetup.el: Bug fix.
1820
1821 1998-11-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1822
1823         * lisp/message.el (message-send-mail): Protect against errors.
1824         (message-send-news): Ditto.
1825
1826 1998-11-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1827
1828         * lisp/message.el (message-do-fcc): Sync up with Semi-gnus 6.8.
1829         (message-8bit-encoding-list): New variable.
1830         (message-check-encoding): Use `message-8bit-encoding-list'. Change
1831         search pattern.
1832
1833 1998-11-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1834
1835         * lisp/gnus-bbdb.el (gnus-bbdb/extract-address-components): Normalize
1836         return value.
1837         (gnus-bbdb/update-record): Change condition for checking own message.
1838
1839 1998-11-11  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1840
1841         * README.semi.ja, README.branch.ja: New file.
1842
1843 1998-11-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1844
1845         * lisp/gnus-offline.el: bug fix.
1846
1847         * lisp/gnus-ofsetup.el: Bug fix.
1848
1849 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1850
1851         * lisp/gnus-offline.el: v2.00b1 Separate setting part and
1852         functional part - setting part move to gnus-ofsetup.el (New file).
1853
1854         * lisp/gnus-ofsetup.el: New file - setting function for
1855         gnus-offline.
1856
1857 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1858
1859         * lisp/nnheader.el (nnheader-decode-subject): Call
1860         `mime-find-field-decoder' with `summary' as the 2nd arg.
1861         (nnheader-decode-from): Ditto.
1862
1863 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1864
1865         * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a
1866         symbol `pop3-fma-read-passwd'.
1867
1868 1998-11-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1869
1870         * lisp/gnus.el (gnus-version-number): Update to 6.10.029.
1871
1872         * Sync up with Pterodactyl Gnus 0.42.
1873
1874 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1875
1876         * lisp/gnus.el (gnus-version-number): Update to 6.10.028.
1877
1878         * Sync up with Pterodactyl Gnus 0.41.
1879
1880 1998-11-06  Katsumi Yamaoka   <yamaoka@jpl.org>
1881
1882         * lisp/gnus-art.el (gnus-article-make-full-mail-header): New
1883         function.
1884         (gnus-article-mime-edit-article-setup): Use it.
1885         (gnus-article-mime-edit-exit): Use it.
1886
1887         (gnus-article-mime-edit-article-setup): Set `gnus-show-mime' to t.
1888
1889         * lisp/gnus-bbdb.el: Modify header description.
1890
1891 1998-11-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1892
1893         * lisp/gnus-art.el (gnus-article-edit-done): Remove
1894         `gnus-article-mime-edit-article-unwind' from
1895         `gnus-article-mode-hook' before run `gnus-article-edit-exit'.
1896         (gnus-article-mime-edit-article-setup): Revised.
1897         (gnus-article-mime-edit-article-unwind): New function.
1898         (gnus-article-mime-edit-exit): New function.
1899
1900         (gnus-insert-mime-button): Fix typo.
1901
1902 1998-11-04  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1903
1904         * lisp/message.el: (message-do-fcc): Don't run message-header-hook
1905         and message-before-do-fcc-hook.
1906
1907 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1908
1909         * lisp/mmgnus.el (entity-buffer): Must move to (point-min) before
1910         search boundary between header and body (to fix problem with
1911         Emacs).
1912
1913 1998-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1914
1915         * lisp/nnmh.el (nnmh-retrieve-headers): Don't use
1916         `nnheader-fold-continuation-lines'.
1917
1918         * lisp/gnus-sum.el (gnus-get-newsgroup-headers): Don't expect
1919         unfolded (to fix problem when using gnus-cache).
1920
1921 1998-11-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1922
1923         * lisp/message.el (message-make-in-reply-to): Quote date.
1924
1925 1998-11-02  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1926
1927         * lisp/gnus-bbdb.el (gnus-bbdb/canonicalize-full-name-methods):
1928         New variable. (Merged from `mime-bbdb.el' in SEMI.)
1929         (gnus-bbdb/extract-address-components): New function. (Merged from
1930         `mime-bbdb.el' in SEMI.)
1931         (gnus-bbdb/canonicalize-spaces): Ditto.
1932         (gnus-bbdb/canonicalize-dots): Ditto.
1933         (gnus-bbdb/update-record): Use
1934         `gnus-bbdb/extract-address-components'.
1935         (gnus-bbdb/lines-and-from): Ditto.
1936         (gnus-bbdb/summary-get-author): Ditto.
1937         (gnus-bbdb/summary-author-in-bbdb): Ditto.
1938         (gnus-bbeb/decode-field-body-function): New variable.
1939         (gnus-bbdb/decode-field-body): New macro.
1940         (gnus-bbdb/update-record): Use `gnus-bbdb/decode-field-body'.
1941         (gnus-bbdb/extract-field-value): Ditto.
1942         (gnus-bbdb/decode-field-body-function): Fix typo.
1943         (gnus-bbdb/decode-field-body): Ditto.
1944         (gnus-bbdb/update-record): Use `save-excursion' and change timing
1945         of `save-restriction'.
1946
1947 1998-10-31  Katsumi Yamaoka   <yamaoka@jpl.org>
1948
1949         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
1950         `mime-edit-decode-message-in-buffer' instead of
1951         `mime-edit-decode-buffer'.
1952
1953 1998-10-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1954
1955         * lisp/nnheader.el (nnheader-decode-field-body): New inline
1956         function.
1957
1958         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
1959         `mime-edit-decode-buffer' and `mime-decode-header-in-buffer'.
1960
1961         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
1962         `nnheader-decode-field-body' instead of `mime-decode-field-body'.
1963         (gnus-bbdb/extract-field-value): Ditto.
1964
1965 1998-10-30  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1966
1967         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Check existance of
1968         `To' field before decoding.
1969
1970 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1971
1972         * README-gnus-bbdb.en: New file, translated by courtesy of
1973         Hiroshi Kawaguchi <taicho@shiba.sony.co.jp>.
1974
1975 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1976
1977         * lisp/dgnushack.el (dgnushack-compile): Add `gnus-bbdb.el'.
1978
1979         * lisp/gnus-bbdb.el: New file. By courtesy of Keiichi Suzuki.
1980         * README-gnus-bbdb.ja: Ditto (A part of Nana-TIPS.ja).
1981
1982 1998-10-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1983
1984         * lisp/gnus.el: Add autoload setting for `gnus-offline' and
1985         `pop3-fma'.
1986
1987 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1988
1989         * lisp/gnus-art.el (article-decode-encoded-words): Use
1990         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
1991         (gnus-article-display-message-with-encoded-word): Likewise.
1992
1993         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Fix
1994         typo.
1995
1996 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1997
1998         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
1999         `mime-edit-decode-buffer' simply as initial value.
2000
2001         * lisp/message.el (message-make-forward-subject): Use
2002         `nnheader-decode-subject' instead of
2003         `eword-decode-unstructured-field-body'.
2004
2005         * lisp/nnheader.el (nnheader-decode-subject): New alias.
2006         (nnheader-decode-from): New alias.
2007         (make-full-mail-header): Use `nnheader-decode-subject' and
2008         `nnheader-decode-from' instead of
2009         `eword-decode-and-unfold-unstructured-field' and
2010         `eword-decode-and-unfold-structured-field'.
2011
2012 1998-10-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2013
2014         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Force
2015         `font-lock' to turn on at the beginning. Turn off `font-lock'
2016         after editing article.
2017
2018 1998-10-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2019
2020         * lisp/gnus-sum.el (gnus-summary-edit-article-done): Abolish
2021         `gnus-article-decoded-p'.
2022
2023         * lisp/nnheader.el: Delete useless comments.
2024
2025         * lisp/gnus-art.el (gnus-article-edit-article): Call
2026         `gnus-article-edit-article-setup-function' if it is non nil.
2027         (gnus-article-mime-edit-article-setup): New function.
2028         (gnus-article-mime-edit-article-setup-hook): New hook.
2029         (gnus-article-edit-article-setup-function): New user option. Use
2030         `gnus-article-mime-edit-article-setup' in default.
2031
2032 1998-10-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2033
2034         * lisp/pop3-fma.el: Determin base64 encode/decode function by FLIM.
2035
2036 1998-10-26  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2037
2038         * lisp/pop3-fma.el: Require `mel-b-el' if `mel-b' does not exist.
2039
2040 1998-10-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2041
2042         * lisp/pop3-fma.el: Require `mel-b-ccl' or `mel-b-el' if `mel-b'
2043         does not exist.
2044
2045         * lisp/nnheader.el (nnheader-file-coding-system): Restore the
2046         previous default value.
2047
2048 1998-10-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2049
2050         * lisp/gnus.el (gnus-version-number): Update to 6.10.027.
2051
2052         * Sync up with Pterodactyl Gnus 0.40.
2053
2054 1998-10-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2055
2056         * lisp/gnus.el (gnus-version-number): Update to 6.10.026.
2057         (gnus-version): Modify supported version for FLIM and SEMI.
2058
2059 1998-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2060
2061         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use
2062         `mime-fetch-field' for getting Subject and From field.
2063
2064 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2065
2066         * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field'
2067         for Subject and From field.
2068
2069 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2070
2071         * lisp/nnheader.el (nnheader-parse-nov): Use
2072         `make-full-mail-header'.
2073
2074 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2075
2076         * lisp/nnheader.el (nnheader-parse-head): Use
2077         `make-full-mail-header'.
2078
2079 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2080
2081         * lisp/nnheader.el (make-full-mail-header): Sync up with
2082         "chao-6_9" branch.
2083         (mail-header-set-xref): Use `mime-entity-set-xref-internal'.
2084         (mail-header-xref): Use `mime-entity-xref-internal'
2085         (mail-header-set-lines): mime-entity-set-lines-internal'.
2086         (mail-header-lines): Use `mime-entity-lines-internal'
2087         (mail-header-set-chars): Use `mime-entity-set-chars-internal'.
2088         (mail-header-chars): Use `mime-entity-chars-internal'.
2089         (mail-header-set-references): Use
2090         `mime-entity-set-references-internal'.
2091         (mail-header-references): Use `mime-entity-references-internal'.
2092         (mail-header-set-message-id): Use
2093         `mime-entity-set-message-id-internal'.
2094         (mail-header-message-id): Use `mime-entity-message-id-internal'.
2095         (mail-header-set-date): Use `mime-entity-set-date-internal'.
2096         (mail-header-date): Use `mime-entity-date-internal'.
2097         (mail-header-set-from): Use
2098         `mime-entity-set-decoded-from-internal'.
2099         (mail-header-from): Use `mime-entity-decoded-from-internal'.
2100         (mail-header-set-subject): Use
2101         `mime-entity-set-decoded-subject-internal'.
2102         (mail-header-subject): Use `mime-entity-decoded-subject-internal'.
2103         All changes are imported from "chao-6_9" branch.
2104
2105         * lisp/message.el (message-reply): Use
2106         `make-full-mail-header-from-decoded-header`.
2107         (message-followup): Ditto.
2108         (message-get-reply-buffer-function): Abolished.
2109         (message-fill-address): Don't fold if the current column number is
2110         less than 79.
2111
2112         * lisp/gnus-sum.el (gnus-summary-insert-line): Use
2113         `gnus-put-text-property-excluding-characters-with-faces' instead
2114         of `gnus-put-text-property'.
2115         (gnus-summary-mode-map): Abolish key definition
2116         "b" for `gnus-article-view-part'.
2117         (gnus-encoded-word-method-alist): Abolished.
2118         (gnus-multi-decode-encoded-word-string) Abolished.
2119
2120         * lisp/gnus-int.el (gnus-request-replace-article): Don't encode
2121         message body.
2122
2123         * lisp/gnus-i18n.el (gnus-get-summary-default-charset): Abolished.
2124         (gnus-set-summary-default-charset): Sync up with "chao-6_9" branch.
2125
2126         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
2127         Abolished.
2128         (gnus-article-display-message-with-encoded-word): Abolished.
2129
2130 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2131
2132         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
2133         `mime-read-field', `std11-address-string' and
2134         `std11-full-name-string' instead of
2135         `gnus-extract-address-components'.
2136         (gnus-article-sort-by-author): Likewise.
2137
2138 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2139
2140         * lisp/nnheader.el (make-full-mail-header-from-decoded-header):
2141         New function.
2142
2143 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2144
2145         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up
2146         buffer local variable `default-mime-charset' of
2147         `gnus-original-article-buffer' and `gnus-article-buffer'.
2148
2149 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2150
2151         * lisp/nnheader.el: Use `mime-entity' as gnus-header structure.
2152         (mail-header-number): Use `mime-entity-location-internal'.
2153         (mail-header-set-number): Use `mime-entity-set-location-internal'.
2154         - Change other `mail-header-*' and `mail-header-set-*' to alias of
2155         reference and set functions for mime-entity-internal.
2156
2157         * lisp/mmgnus.el: New module.
2158
2159         * lisp/gnus-sum.el: Abolish variable
2160         `gnus-structured-field-decoder' and
2161         `gnus-unstructured-field-decoder'.
2162         (gnus-nov-parse-line): Don't decode from and subject.
2163         (gnus-get-newsgroup-headers): Likewise.
2164
2165         * lisp/gnus-score.el (gnus-header-index): Modify to use
2166         mime-entity structure as gnus-header structure.
2167
2168         * lisp/gnus-art.el (gnus-article-prepare-display): Use content of
2169         `gnus-current-headers' as mime-message-structure.
2170
2171 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2172
2173         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use
2174         `make-full-mail-header'.
2175
2176 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2177
2178         (gnus-parse-headers-hook): Use
2179         `(gnus-set-summary-default-charset)' in default.
2180
2181 \f
2182 1998-10-21  Katsumi Yamaoka   <yamaoka@jpl.org>
2183
2184         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Guard for non string
2185         symbol.
2186
2187 1998-10-21  Katsumi Yamaoka   <yamaoka@jpl.org>
2188
2189         * lisp/gnus.el (gnus-version-number): Update to 6.10.025.
2190         (gnus-version): Fix supported version for FLIM and SEMI.
2191
2192         * Sync up with Pterodactyl Gnus 0.36.
2193
2194 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2195
2196         * lisp/gnus.el (gnus-version-number): Update to 6.10.024.
2197         Fix supported version for FLIM and SEMI.
2198
2199         * Sync up with Pterodactyl Gnus 0.35.
2200
2201 1998-10-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2202
2203         * lisp/gnus-offline.el (gnus-offline-setup-needed-hooks): Change
2204         message-send-hook to mime-edit-translate-hook.
2205
2206         * lisp/pop3-fma.el (pop3-fma-init-message-hook): Change
2207         message-send-hook to mime-edit-translate-hook.
2208
2209         * lisp/message.el (message-save-drafts): New function to save
2210         drafts in network code.
2211
2212 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2213
2214         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
2215         value to `gnus-maybe-setup-default-charset'.
2216         (gnus-maybe-setup-default-charset): New function. It is called
2217         `message-maybe-setup-default-charset' at one time.
2218
2219         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
2220
2221 1998-10-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2222
2223         * TODO.ja: Update.
2224
2225 1998-10-15  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2226
2227         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
2228         update `gnus-format-specs' when `gnus-version' is differ from
2229         saved version.
2230
2231 1998-10-14  Katsumi Yamaoka   <yamaoka@jpl.org>
2232
2233         * lisp/pop3-fma.el (pop3-fma-read-char-exclusive): New macro. Use
2234         `next-command-event' instead of `read-char-exclusive' under XEmacs.
2235         (pop3-fma-read-noecho): Use it.
2236
2237 1998-10-13  Katsumi Yamaoka   <yamaoka@jpl.org>
2238
2239         * lisp/nnheaderxm.el (nnheader-xmas-Y-or-n-p): New function.
2240         It will be used for the substitute of `nnheader-Y-or-n-p' under
2241         XEmacs.
2242
2243         * lisp/nnheader.el (nnheader-Y-or-n-p): Rewrite for Emacs 19 or
2244         later except for XEmacs.
2245
2246 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
2247
2248         * lisp/uudecode.el: New file.
2249
2250 1998-10-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2251
2252         * lisp/gnus.el (gnus-version-number): Update to 6.10.023.
2253         Add version information for SEMI-1.9/FLIM-1.10.
2254
2255         * Sync up with Pterodactyl Gnus 0.34.
2256
2257 1998-10-10  Katsumi Yamaoka   <yamaoka@jpl.org>
2258
2259         * lisp/gnus-msg.el (gnus-message-make-user-agent): Fix typo in doc
2260         string.
2261
2262 1998-10-07  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2263
2264         * lisp/nnagent.el (nnagent-open-server): Small bug fix.
2265
2266 1998-10-07  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2267
2268         * TODO.ja: New file.
2269
2270 1998-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2271
2272         * lisp/message.el (message-mime-insert-article): Don't refer to
2273         `mark' position.
2274
2275         * lisp/message.el (message-mime-insert-article): If the optional
2276         arg FULL-HEADERS is non-nil, include full headers when inserting.
2277
2278 1998-10-06  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2279
2280         * lisp/message.el (message-parameter-alist): New variable.
2281         (message-startup-parameter-alist):  New variable.
2282         (message-fetch-reply-field): Get reply buffer with
2283         `message-get-reply-buffer()'.
2284         (message-yank-original): Ditto.
2285         (message-eval-parameter): New function.
2286         (message-get-reply-buffer): Ditto.
2287         (message-get-original-reply-buffer): Ditto.
2288         (message-mode): New buffer local variable
2289         `message-parameter-alist'.
2290         (message-setup): Set up `message-reply-buffer' from
2291         `message-parameter-alist'.
2292         (message-mime-insert-article): Get `Original message buffer' with
2293         `message-get-original-reply-buffer' instead of
2294         `gnus-original-article-buffer'.
2295         Remove bogus header fields for forwarding message.
2296
2297         * lisp/gnus-msg.el (gnus-setup-message): Setup
2298         `message-startup-parameter-alist'.
2299
2300 1998-10-05  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2301
2302         * lisp/gnus.el (gnus-info-filename): New variable.
2303         (gnus-info-find-node): Use `gnus-info-filename' and
2304         `current-language-environment'.
2305
2306 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2307
2308         * lisp/message.el (message-send-mail): Remove misplaced
2309         `interactive'.
2310
2311         * lisp/message.el (message-yank-original): Get back to the previous
2312         state.
2313         (message-fetch-reply-field): Ditto.
2314         (message-setup): Ditto.
2315         * lisp/gnus-msg.el (gnus-setup-message): Ditto.
2316
2317 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2318
2319         * lisp/gnus-draft.el: Remove some useless comments.
2320
2321         * lisp/gnus-draft.el (gnus-draft-send-draft): Abolished.
2322
2323 1998-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2324
2325         * lisp/message.el (message-yank-original):  Use the value of
2326         `message-reply-buffer' as a function if it is a function.
2327         (message-fetch-reply-field): Ditto.
2328
2329         * lisp/message.el (message-setup): Set the value of
2330         `message-reply-buffer' if the variable
2331         `gnus-message-get-reply-buffer' exists.
2332
2333         * lisp/gnus-msg.el (gnus-setup-message): Bind
2334         `gnus-message-get-reply-buffer' as the function
2335         `gnus-copy-article-buffer'.
2336
2337 1998-10-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2338
2339         * lisp/gnus-draft.el (gnus-draft-send): Call
2340         `message-send-news-function' or `message-send-mail-function'
2341         instead of `message-send-and-exit'.
2342
2343 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2344
2345         * lisp/message.el (message-mode-map): Use `define-key' instead of
2346         `substitute-key-definition' for `message-kill-buffer'.
2347
2348 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2349
2350         * lisp/message.el (message-make-user-agent): Replace with the
2351         new code again. It is based on MORIOKA-san's code.
2352
2353 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2354
2355         * lisp/message.el (message-make-user-agent): Replace with the
2356         new code.
2357
2358         * lisp/gnus-msg.el (gnus-message-make-user-agent): New function.
2359
2360         * lisp/gnus-msg.el (gnus-extended-version): Needn't be interactive.
2361
2362         * lisp/gnus-msg.el (gnus-inviolable-extended-version): Abolished.
2363
2364 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2365
2366         * lisp/message.el (message-kill-buffer): Change the prompt string.
2367
2368         * lisp/message.el (message-mode-map): Substitute key definition
2369         from `kill-buffer' to `message-kill-buffer'.
2370
2371 1998-10-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2372
2373         * lisp/gnus-msg.el (gnus-message-setup-hook): Set the default value
2374         to `message-maybe-setup-default-charset'.
2375
2376         * lisp/message.el (message-setup-hook): Move
2377         'message-maybe-setup-default-charset' to `gnus-message-setup-hook'.
2378
2379 1998-10-02  Katsumi Yamaoka   <yamaoka@jpl.org>
2380
2381         * lisp/message.el (message-kill-buffer): Refer to
2382         `message-kill-buffer-query-function'.
2383
2384         * lisp/message.el (message-kill-buffer-query-function): New user
2385         option.
2386
2387         * lisp/nnheader.el (nnheader-Y-or-n-p): New function.
2388
2389 1998-10-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2390
2391         * lisp/pop3-fma.el (pop3-fma-movemail): Bug fix.
2392         Delete variable pop3-fma-movemail options.
2393         Add new variabel pop3-fma-commandline-arguments.
2394
2395 1998-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2396
2397         * lisp/message.el: Fix my stupid changes.
2398
2399 1998-09-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2400
2401         * lisp/message.el (message-make-user-agent): Add the value of
2402         `system-configuration' to Emacs and XEmacs as a comment.
2403
2404         * lisp/message.el (message-make-user-agent): Fold up the return
2405         value if the optional arg MAX-COLUMN is specified.
2406
2407 1998-09-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2408
2409         * lisp/message.el (message-make-user-agent): Make a user-agent
2410         string without MUA info, if the value of `message-user-agent' is
2411         nil nor `gnus-inviolable-extended-version' is not exists.
2412
2413 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2414
2415         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
2416         only if `group' name is neither "queue" nor "draft".
2417         Fix typo (at 23:25).
2418
2419         * lisp/message.el (message-send-mail): Add different Message-ID in
2420         each message/partial
2421
2422 1998-09-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2423
2424         * texi/gnus-ja.texi: Sync up with Semi-gnus 6.8.19.
2425
2426         * lisp/gnus.el: Add autoload setting for
2427         `gnus-quote-arg-for-sh-or-csh'.
2428
2429 1998-09-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2430
2431         * lisp/gnus-sum.el (gnus-summary-insert-pseudos): Use
2432         `gnus-quote-arg-for-sh-or-csh' instead of `mm-quote-arg'.
2433
2434         * lisp/nndoc.el (nndoc-possibly-change-buffer): Don't eval
2435         `mm-enable-multibyte'.
2436         * lisp/nnmbox.el (nnmbox-possibly-change-newsgroup): Ditto.
2437
2438 1998-09-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2439
2440         * lisp/gnus.el (gnus-version-number): Update to 6.10.022.
2441
2442         * Sync up with Pterodactyl Gnus 0.32.
2443
2444 1998-09-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2445
2446         * lisp/gnus.el (gnus-version-number): Update to 6.10.021.
2447
2448         * Sync up with Pterodactyl Gnus 0.31.
2449
2450 1998-09-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2451
2452         * lisp/message.el (message-make-user-agent): Add extended version
2453         number to Emacs/{VERSION} (e.g. "Emacs/20.3.90").
2454
2455 1998-09-22  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2456
2457         * lisp/gnus-agent.el (gnus-agent-expire): Bug fix when variable
2458         expired is nil.
2459
2460 1998-09-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2461
2462         * lisp/gnus-draft.el: (gnus-draft-edit-message): Fix typo.
2463
2464 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2465
2466         * lisp/message.el (message-make-user-agent): Use
2467         `gnus-inviolable-extended-version' if `message-user-agent' is nil.
2468
2469         * lisp/message.el (message-make-user-agent): In message-mode, make
2470         the most of the `User-Agent' field value if already exists.
2471
2472         * lisp/gnus-msg.el (gnus-inviolable-extended-version): New constant.
2473
2474         * lisp/gnus-msg.el (gnus-extended-version): Remove trailing white
2475         space.
2476
2477 1998-09-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2478
2479         * lisp/gnus-draft.el (gnus-draft-send-draft): Expire queued message
2480         after news posting.
2481
2482 1998-09-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2483
2484         * lisp/gnus-draft.el (gnus-draft-send-draft): Error if no
2485         recipients.
2486
2487 1998-09-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2488
2489         * lisp/gnus-draft.el (gnus-draft-decoding-function): Uncommented.
2490
2491 1998-09-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2492
2493         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
2494         `gnus-draft-setup-for-editing' instead of `gnus-draft-setup'.
2495         (gnus-draft-send): Use `gnus-draft-setup-for-sending' instead of
2496         `gnus-draft-setup'.
2497         (gnus-draft-setup-for-editing): New function (renamed from
2498         `gnus-draft-setup').
2499         (gnus-draft-setup-for-sending): New function.
2500         (gnus-draft-send-draft-buffer): New variable.
2501
2502 1998-09-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2503
2504         * texi/gnus-ja.texi: Sync up with Semi-gnus 6.8.18.
2505
2506         * Makefile.in: Add entry `info-ja'.
2507         * texi/Makefile.in: Add entry `ja'.
2508
2509 1998-09-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2510
2511         * lisp/gnus.el (gnus-version-number): Update to 6.10.020.
2512
2513         * lisp/ietf-drums.el: New file.
2514         * lisp/date.el: Abolished.
2515         * lisp/mm.el: Abolished.
2516
2517         * Sync up with Pterodactyl Gnus 0.31.
2518
2519 1998-09-14  Katsumi Yamaoka   <yamaoka@jpl.org>
2520
2521         * lisp/message.el (message-encode-message-body): Copied from
2522         Pterodactyl Gnus 0.30. It is useless for Semi-gnus but usefull for
2523         reducing differences while at work for synchronizing up. It will
2524         be removed when the Gnus becomes stable.
2525         * lisp/gnus-art.el (gnus-mime-display-alternative)
2526         (gnus-display-mime) (gnus-widget-press-button)
2527         (gnus-insert-mime-button) (gnus-mime-copy-part)
2528         (gnus-mime-view-part) (gnus-mime-pipe-part) (gnus-mime-save-part)
2529         (gnus-mime-button-map) (gnus-mime-button-line-format-alist)
2530         (gnus-mime-button-line-format)
2531         (article-mime-decode-quoted-printable-buffer)
2532         (article-de-quoted-unreadable) (article-decode-charset)
2533         (article-decode-mime-words) (gnus-decode-header-function)
2534         (gnus-display-mime-function): Ditto.
2535
2536 1998-09-14  Katsumi Yamaoka   <yamaoka@jpl.org>
2537
2538         * lisp/gnus-art.el (article-decode-encoded-words): Renamed from
2539         `gnus-article-decode-rfc1522'.
2540
2541         * lisp/mail-parse.el: New file.
2542         * lisp/mm-view.el: New file.
2543         * lisp/rfc2231.el: New file.
2544         * texi/emacs-mime.texi: New file.
2545
2546         * lisp/gnus.el (gnus-version-number): Update to 6.10.019.
2547
2548         * Sync up with Pterodactyl Gnus 0.30.
2549
2550 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
2551
2552         * lisp/gnus.el (gnus-version-number): Update to 6.10.018.
2553
2554         * Sync up with Pterodactyl Gnus 0.26.
2555
2556 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
2557
2558         * lisp/gnus.el (gnus-version-number): Update to 6.10.017.
2559
2560         * lisp/gnus-art.el (gnus-show-mime) (gnus-summary-toggle-mime):
2561         Revived.
2562
2563         * lisp/gnus-mailcap.el: New file. Renamed from `mailcap.el'.
2564
2565         * Sync up with Pterodactyl Gnus 0.25.
2566
2567 1998-09-11  Katsumi Yamaoka   <yamaoka@jpl.org>
2568
2569         * lisp/gnus-art.el (article-make-date-line): Add TZ value to
2570         `local' and `ut' date.
2571
2572         * lisp/gnus-art.el (article-make-date-line): Fix `ut' date.
2573
2574         * lisp/parse-time.el (parse-time-string): The last element of the
2575         return list should be TZ.
2576
2577         * lisp/message.el (message-send): Eval 'message-fix-before-sending'
2578         after encoding.
2579
2580 1998-09-10  Katsumi Yamaoka   <yamaoka@jpl.org>
2581
2582         * lisp/gnus-spec.el (gnus-tilde-pad-form): Use old macro form.
2583
2584         * lisp/gnus-art.el (article-decode-mime-words): Abolished.
2585
2586 1998-09-10  Katsumi Yamaoka   <yamaoka@jpl.org>
2587
2588         * lisp/gnus.el (gnus-version-number): Update to 6.10.016.
2589
2590         * Sync up with Pterodactyl Gnus 0.24.
2591
2592 1998-09-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2593
2594         * lisp/gnus.el (gnus-version-number): Update to 6.10.015.
2595
2596         * Sync up with Pterodactyl Gnus 0.23.
2597
2598 1998-09-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2599
2600         * lisp/gnus.el (gnus-version-number): Update to 6.10.014.
2601
2602         * Sync up with Pterodactyl Gnus 0.22.
2603
2604 1998-09-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2605
2606         * lisp/gnus.el (gnus-version-number): Update to 6.10.013.
2607
2608         * Sync up with Pterodactyl Gnus 0.19.
2609
2610 1998-09-08  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2611
2612         * lisp/gnus-draft.el (gnus-draft-send-draft) (gnus-draft-send): New
2613         implementations for testing.
2614
2615         * lisp/gnus-agent.el (gnus-agent-expire) (gnus-agent-fetch-headers)
2616         (gnus-agent-flush-cache) (gnus-agent-save-history)
2617         (gnus-agent-save-groups): Bind `coding-system-for-write' by
2618         `gnus-agent-file-coding-system' while writing a file.
2619
2620         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Renamed from
2621         `gnus-agent-article-file-coding-system'.
2622
2623 1998-09-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2624
2625         * lisp/gnus.el (gnus-version-number): Update to 6.10.012.
2626
2627         * Sync up with Pterodactyl Gnus 0.18.
2628
2629 1998-09-07  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2630
2631         * lisp/gnus-draft.el (gnus-draft-setup): Do not use message mode.
2632         (gnus-draft-send): Ditto.
2633         gnus-draft-send-draft-buffer: New variable.
2634
2635         * lisp/gnus-msg.el (gnus-extended-version): Display original Gnus
2636         version.
2637
2638         * lisp/gnus-agent.el : Use pGnus 0.17 gnus-agent.el
2639
2640 1998-09-07  Katsumi Yamaoka   <yamaoka@jpl.org>
2641
2642         * lisp/gnus.el (gnus-continuum-version): Use `char-int' instead of
2643         `mm-char-int'.
2644         * lisp/messagexmas.el (message-xmas-make-caesar-translation-table):
2645         Ditto.
2646
2647         * lisp/gnus-art.el (gnus-article-setup-buffer): Don't use
2648         `mm-enable-multibyte'.
2649
2650 1998-09-07  Katsumi Yamaoka   <yamaoka@jpl.org>
2651
2652         * lisp/gnus.el (gnus-version-number): Update to 6.10.011.
2653
2654         * Sync up with Pterodactyl Gnus 0.17.
2655
2656 1998-09-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2657
2658         * lisp/gnus.el (gnus-version-number): Update to 6.10.010.
2659
2660         * Sync up with Pterodactyl Gnus 0.16.
2661
2662 1998-09-04  Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
2663
2664         * lisp/pop3-fma.el (pop3-fma-movemail): Add error handle.
2665         (pop3-fma-get-movemail-type): Fix typo.
2666
2667 1998-09-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2668
2669         * lisp/gnus.el (gnus-version-number): Update to 6.9.09.
2670
2671         * Sync up with Pterodactyl Gnus 0.14.
2672
2673 1998-09-03  Katsumi Yamaoka   <yamaoka@jpl.org>
2674
2675         * lisp/nndoc.el (nndoc-transform-mime-parts): Insert
2676         "MIME-Version:" instead of "Mime-Version:".
2677
2678         * lisp/message.el (message-encode-message-body): Abolished.
2679
2680         * lisp/message.el: Don't require `rfc2047'.
2681
2682         * lisp/gnus.el: Delete autoload settings for `qp' and `rfc2047'.
2683
2684         * lisp/gnus.el (semi-gnus-developers): New constant.
2685
2686         * lisp/gnus.el (gnus-version-number): Update to 6.9.08.
2687
2688         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Move to
2689         `gnus-xmas-redefine' from `gnus-xmas-define'.
2690
2691         * lisp/gnus-sum.el (gnus-set-mode-line): Use `gnus-truncate-string'
2692         instead of `truncate-string'.
2693
2694         * lisp/gnus-sum.el: Don't define menu for "MIME".
2695
2696         * lisp/gnus-sum.el: Delete key definitions for
2697         `gnus-article-decode-mime-words' and `gnus-article-decode-charset'.
2698
2699         * lisp/gnus-spec.el (gnus-tilde-pad-form): New function for the
2700         benefit of avoiding byte-compile warning.
2701
2702         * lisp/gnus-soup.el (gnus-soup-send-packet): Set
2703         `message-user-agent' instead of `message-newsreader'.
2704
2705         * lisp/message.el (message-set-work-buffer) (message-mode):  Don't
2706         use `mm-enable-multibyte'.
2707         * lisp/gnus-util.el (gnus-set-work-buffer): Ditto.
2708         * lisp/gnus-sum.el (gnus-summary-mode): Ditto.
2709         * lisp/gnus-msg.el (gnus-copy-article-buffer): Ditto.
2710         * lisp/gnus-art.el (gnus-article-mode): Ditto.
2711
2712         * lisp/gnus-art.el (gnus-article-decode-mime-words)
2713         (gnus-article-decode-charset) (gnus-decode-rfc1522)
2714         (article-decode-rfc1522) (article-de-quoted-unreadable)
2715         (article-mime-decode-quoted-printable-buffer): Abolished.
2716
2717         * lisp/message.el: Don't require `mm-bodies'.
2718         * lisp/gnus-art.el: Ditto.
2719
2720         * lisp/gnus-agent.el (gnus-category-line-format-alist): Change
2721         variable name `name' and `groups' to `gnus-tmp-name' and
2722         `gnus-tmp-groups'.
2723         (gnus-category-insert-line): Ditto.
2724
2725         * lisp/gnus-agent.el (gnus-agent-fetch-articles): Delete useless
2726         binding variables.
2727
2728 1998-09-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2729
2730         * lisp/gnus.el (gnus-version-number): Update to 6.9.07.
2731
2732         * Sync up with Pterodactyl Gnus 0.13.
2733
2734 1998-08-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2735
2736         * lisp/gnus.el (gnus-version-number): Update to 6.9.04.
2737
2738         * Sync up with Pterodactyl Gnus 0.10.
2739
2740         * lisp/gnus-agent.el : back to version Gnus 5.6.32.
2741
2742 1998-08-31  Katsumi Yamaoka   <yamaoka@jpl.org>
2743
2744         * lisp/rfc1522.el: Abolished.
2745
2746         * lisp/message.el: (message-send-mail) (message-send-news): Don't
2747         use `mm-encode-message-header'.
2748
2749         * lisp/gnus.el: Delete autoload settings for
2750         `hexl-hex-string-to-integer', `mm-decode-words-region',
2751         `mm-decode-words-string', `gnus-hack-decode-rfc1522',
2752         `gnus-article-de-quoted-unreadable', `gnus-decode-rfc1522' and
2753         `article-decode-rfc1522'.
2754
2755         * lisp/gnus-sum.el: Delete key definitions for
2756         `gnus-article-decode-mime-words', `gnus-article-decode-mime-words'
2757         and `gnus-article-de-quoted-unreadable'.
2758
2759         * lisp/gnus-art.el (gnus-article-decode-mime-words)
2760         (gnus-decode-rfc1522) (article-de-quoted-unreadable)
2761         (article-mime-decode-quoted-printable-buffer): Abolished.
2762
2763         * lisp/gnus.el (gnus-version-number): Update to 6.9.03.
2764
2765         * Sync up with Pterodactyl Gnus 0.9.
2766
2767 1998-08-31  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2768
2769         * lisp/gnus-agent.el: Do not use nnheader-temp-write.
2770
2771         * lisp/gnus-ems.el: Do not use nnheader-temp-write.
2772
2773         * lisp/gnus.el (gnus-version-number): Update to 6.9.02.
2774
2775         * Sync up with Pterodactyl Gnus 0.8.
2776
2777 1998-08-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2778
2779         * New branch ... pgnus-ichikawa
2780
2781         * lisp/gnus.el (gnus-original-version-number)
2782         (gnus-original-product-name) : New variable.
2783
2784         * lisp/gnus.el (gnus-version-number): Update to 6.9.01.
2785         Third version number 0x means Original gnus's status in beta version.
2786
2787         * Sync up with Pterodactyl Gnus 0.6.
2788
2789 1998-08-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2790
2791         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Bug Fix.
2792         When add a new newsgroup , gnus-agent cannot fetch articles.
2793
2794         * lisp/gnus.el (gnus-version-number): Update to 6.8.17.
2795
2796         * Sync up with Gnus 5.6.42.
2797
2798 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2799
2800         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Try
2801         "qualified" newsgroup name first.
2802
2803 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2804
2805         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Match
2806         "real" newsgroup name; strip "backend+server" prefix.
2807
2808 1998-08-28  Katsumi Yamaoka   <yamaoka@jpl.org>
2809
2810         * lisp/message.el (message-make-user-agent): New function.
2811         (message-generate-headers): Use it.
2812         These changes are copied from Shoe-gnus.
2813
2814 1998-08-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2815
2816         * lisp/message.el (message-make-in-reply-to):
2817         Use `std11-extract-address-components'.
2818         (message-use-mail-reply-to): Doc fix.
2819
2820 1998-08-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2821
2822         * lisp/gnus.el (gnus-version-number): Update to 6.8.16.
2823
2824         * Sync up with Gnus 5.6.41.
2825
2826 1998-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2827
2828         * lisp/gnus-spec.el (gnus-parse-simple-format): Use
2829         `gnus-tilde-pad-form' instead of the padding faculty of `format'
2830         under XEmacs-mule.
2831
2832         * lisp/gnus-xmas.el
2833         (gnus-xmas-redefine): Redifine `gnus-truncate-string',
2834         `gnus-tilde-max-form' and `gnus-tilde-cut-form' for XEmacs-mule.
2835         (gnus-xmas-define): New function 'gnus-tilde-pad-form' for
2836         XEmacs-mule.
2837
2838 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2839
2840         * lisp/gnus-art.el (gnus-article-narrow-to-signature):
2841         Removed TM stuff.
2842         (gnus-article-display-mime-message):
2843         Set `mime-button-mother-dispatcher' in correct buffer.
2844         (gnus-url-mailto): Use `gnus-setup-message'.
2845         (gnus-button-mailto): Ditto.
2846         (gnus-button-reply): Ditto.
2847
2848         * lisp/gnus-ems.el (gnus-mule-max-width-function): Removed.
2849         (gnus-truncate-string): Use `truncate-string-to-width' if available.
2850         (gnus-tilde-max-form): New implementation.
2851         (gnus-tilde-cut-form): Ditto.
2852
2853         * lisp/gnus-msg.el (gnus-summary-mail-digest): New function.
2854         (gnus-summary-post-digest): New function.
2855
2856         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Use
2857         `gnus-summary-mail-digest' and `gnus-summary-post-digest' instead
2858         of `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'.
2859
2860         * lisp/gnus-util.el (gnus-truncate-string): Ignore more than two
2861         arguments.
2862
2863         * lisp/message.el (message-forward-end-separator): Use
2864         `text/plain' tag.
2865
2866 1998-08-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2867
2868         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Write
2869         file in raw-text coding system.
2870         (gnus-cache-save-buffers): Ditto.
2871         * lisp/gnus-cache.el (gnus-cache-write-file-coding-system): New variable.
2872         * lisp/gnus-util.el (gnus-write-buffer): Undo change.
2873
2874         * lisp/gnus-util.el (gnus-write-file-coding-system): Delete variable.
2875
2876 1998-08-25  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2877
2878         * lisp/gnus-msg.el (gnus-bug-message): About Semi-gnus.
2879         (gnus-extended-version): Return gnus version only.
2880         (gnus-bug): Add Semi-gnus developers to recipients.
2881
2882         * lisp/message.el (message-make-user-agent): New function.
2883         (message-generate-headers): Use it.
2884
2885 1998-08-24  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2886
2887         * lisp/gnus-offline.el (gnus-offline-setup): Bug fix and version
2888         changed to 1.53.
2889
2890         * lisp/gnus-util.el (gnus-write-buffer): Write file in raw-text coding
2891         system.
2892
2893         * lisp/gnus-util.el (gnus-write-file-coding-system): New variable.
2894
2895 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2896
2897         * lisp/message.el: Suppress some byte-compile warnings.
2898         (message-make-forward-subject): Failed to sync.
2899         (message-setup): Ditto.
2900         (message-clone-locals): Modify regexp.
2901
2902         * lisp/message.el (message-fill-references): Reverted.
2903
2904 1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2905
2906         * lisp/gnus-agent.el (gnus-agent-braid-nov): Use
2907         `nnheader-insert-file-contents'.
2908
2909         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Sync up
2910         with "akr" branch.
2911
2912 1998-08-23  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2913
2914         * lisp/gnus.el (gnus-version-number): Update to 6.8.15.
2915
2916         * Sync up with Gnus 5.6.39.
2917
2918 1998-08-20  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2919
2920         * lisp/gnus.el (gnus-version-number): Update to 6.8.14.
2921
2922         * Sync up with Gnus 5.6.38.
2923
2924         * lisp/gnus-offline.el (gnus-offline-enable-fetch-mail): Enable to get
2925         APOP server.
2926
2927         * lisp/pop3-fma.el (pop3-fma-movemail): Enable to get from APOP server.
2928         (pop3-fma-set-pop3-password) Enable to get from APOP server.
2929
2930 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2931
2932         * lisp/gnus.el (gnus-version-number): Update to 6.8.13.
2933
2934         * Sync up with Gnus 5.6.37.
2935
2936         * lisp/gnus-offline.el (gnus-offline-setup) : To create spol directory
2937         if not exists.
2938         Change default value of gnus-offline-drafts-queue-type 'miee to 'agent
2939
2940 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2941
2942         * lisp/gnus.el (gnus-version-number): Update to 6.8.12.
2943
2944         * Sync up with Gnus 5.6.36.
2945
2946         * lisp/gnus-offline.el : New file.
2947         Merge gnus-offline to ichikawa branch.
2948
2949 1998-08-15  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2950
2951         * texi/gnus-ja.texi: Update.
2952
2953 1998-08-14  Katsumi Yamaoka   <yamaoka@jpl.org>
2954
2955         * lisp/gnus-start.el (gnus-save-newsrc-file): Bind
2956         `coding-system-for-write' by `gnus-startup-file-coding-system'
2957         while saving the quick newsrc file.
2958
2959         * lisp/gnus-start.el (gnus-startup-file-coding-system): Change
2960         default value to `ctext'.
2961
2962 1998-08-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2963
2964         * lisp/gnus.el (gnus-version-number): Update to 6.8.11.
2965
2966         * Sync up with Gnus 5.6.34.
2967
2968 1998-08-12  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2969
2970         * lisp/gnus.el (gnus-version-number): Update to 6.8.10.
2971
2972         * Sync up with Gnus 5.6.33.
2973
2974 1998-08-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2975
2976         * lisp/message.el (message-frames): New custom group.
2977         (message-original-frame): New variable.
2978         (message-use-multi-frames): New variable.
2979         (message-delete-frame-on-exit): New variable.
2980         (message-send-and-exit): Delete frame which made for editing
2981         message.
2982         (message-kill-buffer): Ditto.
2983         (message-delete-frame): New function.
2984         (message-pop-to-buffer): Make new frame when edit message.
2985
2986 1998-08-11  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2987
2988         * lisp/gnus.el (gnus-version-number): Update to 6.8.9.
2989
2990         * Sync up with Gnus 5.6.31.
2991
2992 1998-08-10  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2993
2994         * lisp/gnus.el (gnus-version-number): Update to 6.8.8.
2995
2996         * Sync up with Gnus 5.6.30.
2997
2998 1998-08-10  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
2999
3000         * lisp/gnus.el (gnus-version-number): Update to 6.8.7.
3001
3002 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
3003
3004         * lisp/smtp.el: Do not insert empty line at the end of message.
3005
3006 1998-08-06  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3007
3008         * lisp/gnus.el (gnus-version-number): Update to 6.8.6.
3009
3010         * Sync up with Gnus 5.6.29.
3011
3012 1998-08-05  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3013
3014         * lisp/gnus-start.el (gnus-read-init-file): Fix indent.
3015         * lisp/gnus-ems.el (gnus-tilde-max-form): Redefine instead of
3016         (gnus-summary-line-format-spec) to display Japanese character
3017         correctly in Gnus summaly.
3018
3019 1998-08-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
3020
3021         * lisp/gnus-start.el (gnus-read-init-file): Don't restrict
3022         `coding-system-for-read' by `binary' when loading `.gnus'.
3023
3024 1998-08-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3025
3026         * lisp/gnus.el (gnus-version-number): Update to 6.8.5.
3027
3028         * Sync up with Gnus 5.6.28.
3029
3030 1998-07-27  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3031
3032         * lisp/gnus.el (gnus-version-number): Update to 6.8.4.
3033
3034         * Sync up with Gnus 5.6.27.
3035
3036 1998-07-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3037
3038         * texi/message-ja.texi: Japanese translation of "message.texi".
3039
3040 1998-07-26  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3041
3042         * lisp/gnus.el (gnus-version-number): Update to 6.8.3.
3043
3044         * Sync up with Gnus 5.6.26.
3045
3046 1998-07-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3047
3048         * lisp/gnus.el (gnus-version-number): Update to 6.8.2.
3049         (gnus-version): Change to "Semi-gnus". Change comment format.
3050
3051 1998-07-21  Keisuke Mori   <ksk@ntts.com>
3052
3053         * texi/gnus-ja.texi: Add "Appendices".
3054
3055 1998-07-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3056
3057         * texi/gnus-ja.texi: Add "Appendices".
3058
3059 1998-07-16  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3060
3061         * lisp/gnus.el (gnus-version-number): Update to 6.8.1.
3062
3063         * Sync up with Gnus 5.6.24.
3064
3065 1998-07-10  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
3066
3067         * lisp/gnus-ems.el (gnus-mule-cite-add-face): Fix problem when multi
3068         bytes charactors are used in cite prefix. (for Emacs 20.1 and 20.2)
3069         (gnus-ems-redefine): for Emacs 20.1 and 20.2
3070
3071         * lisp/gnus-cite.el (gnus-cite-add-face): Abolish my last bogus change.
3072
3073 1998-07-09  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
3074
3075         * lisp/gnus-cite.el (gnus-cite-add-face): Fix problem when multi
3076         bytes charactors are used in cite prefix.
3077
3078 1998-07-07  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3079
3080         * texi/gnus-ja.texi: Add "The End".
3081
3082 1998-07-06  Keisuke Mori   <ksk@ntts.com>
3083
3084         * texi/gnus-ja.texi: Add "Various".
3085
3086 1998-07-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3087
3088         * texi/gnus-ja.texi: Add "Various".
3089         * texi/gnus-ja.texi: Sync up with Gnus 5.6.22
3090
3091 1998-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3092
3093         * lisp/message.el (message-header-format-alist): Repair to use
3094         `message-fill-references' for References.
3095
3096 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3097
3098         * lisp/gnus-art.el (gnus-article-header-presentation-method):
3099         Delete nil optional arguments.
3100         - Delete setting for `mime-raw-representation-type-alist'.
3101
3102 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3103
3104         * lisp/gnus.el (gnus-version-number): Update to 6.8.0.
3105         (gnus-version): Modify for FLIM 1.8.
3106
3107         * lisp/gnus-art.el (gnus-article-header-presentation-method):
3108         Modify for FLIM 1.8.
3109
3110 1998-06-30  Keisuke Mori   <ksk@ntts.com>
3111
3112         * texi/gnus-ja.texi: Add "Scroing".
3113
3114 1998-06-30  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3115
3116         * texi/gnus-ja.texi: Add "Scoring".
3117
3118 1998-06-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3119
3120         * Sync up with Gnus 5.6.22
3121         * lisp/gnus.el (gnus-version-number): Update to 6.7.8.
3122         * lisp/pop3-fma.el : Enable to get localhost mail spool.
3123
3124 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3125
3126         * lisp/gnus.el (gnus-version-number): Update to 6.7.7.
3127
3128         * lisp/gnus-art.el (gnus-article-prepare): Set up
3129         `gnus-article-current-summary' of gnus-article-buffer.
3130         (gnus-request-article-this-buffer): Don't set up
3131         `gnus-article-current-summary'.
3132
3133 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3134
3135         * lisp/gnus.el (gnus-version-number): Update to 6.7.6.
3136
3137 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3138
3139         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): Renamed
3140         from `mime-preview-quitting-method-for-gnus'.
3141
3142 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3143
3144         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): New
3145         implementation.
3146
3147         * lisp/gnus-art.el (mime-preview-quitting-method-for-gnus): Use
3148         `gnus-article-show-summary' is `gnus-show-mime' is not nil.
3149
3150 1998-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3151
3152         * texi/ChangeLog, texi/gnus.texi, texi/message.texi,
3153         lisp/ChangeLog, lisp/gnus.el, lisp/nngateway.el, lisp/nnfolder.el,
3154         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-soup.el: Sync up with
3155         Gnus 5.6.20.
3156
3157 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3158
3159         * README, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
3160         lisp/ChangeLog, lisp/nnweb.el, lisp/nnmail.el, lisp/nndoc.el,
3161         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
3162         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-score.el,
3163         lisp/gnus-group.el, lisp/gnus-ems.el, lisp/gnus-demon.el,
3164         lisp/gnus-art.el: Sync up with Gnus 5.6.16.
3165
3166 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3167
3168         * lisp/gnus.el (gnus-version-number): Update to 6.7.3.
3169
3170         * lisp/gnus-sum.el (gnus-summary-move-article): Use
3171         `gnus-request-article-this-buffer'.
3172         (gnus-request-partial-message): Likewise.
3173
3174         * lisp/gnus-art.el (gnus-article-prepare): Use
3175         `gnus-request-article-this-buffer'.
3176         (gnus-request-article-this-buffer): Renamed from
3177         `gnus-request-original-article'; abolish conventional
3178         implementation.
3179         - Abolish unused setting for `mime-view-show-summary-method'.
3180
3181 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3182
3183         * readme, texi/ChangeLog, texi/gnus.texi, texi/message.texi,
3184         lisp/ChangeLog, lisp/gnus.el, lisp/nnmail.el, lisp/nnheader.el,
3185         lisp/nngateway.el, lisp/nnfolder.el, lisp/nnagent.el,
3186         lisp/message.el, lisp/gnus-sum.el, lisp/gnus-score.el,
3187         lisp/gnus-salt.el, lisp/gnus-msg.el, lisp/gnus-cus.el,
3188         lisp/gnus-cache.el, lisp/gnus-art.el: Sync up with Gnus 5.6.15.
3189
3190 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3191
3192         * texi/gnus.texi, texi/message.texi, texi/ChangeLog: Sync up with
3193         Gnus 5.6.13.
3194
3195 1998-06-14  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3196
3197         * Sync up with Gnus 5.6.13.
3198
3199 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3200
3201         * lisp/gnus-art.el (gnus-article-display-mime-message): Don't
3202         `save-excursion'.
3203         (gnus-article-prepare): Use `mime-fetch-field' instead of
3204         `mime-entity-fetch-field'.
3205
3206 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3207
3208         * lisp/gnus-art.el (gnus-article-display-mime-message): Use
3209         `mime-display-message' instead of `mime-view-buffer'.
3210         (gnus-article-display-traditional-message): Set
3211         `gnus-article-buffer'.
3212         (gnus-article-display-message-with-encoded-word): Modify for
3213         `gnus-article-display-traditional-message'.
3214         (gnus-article-prepare): Use `mime-parse-buffer' and
3215         `mime-entity-fetch-field'; don't set gnus-article-buffer.
3216
3217 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3218
3219         * lisp/gnus-sum.el (gnus-summary-move-article): Use
3220         `gnus-request-original-article' instead of
3221         `gnus-request-article-this-buffer'.
3222
3223 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3224
3225         * texi/gnus-ja.texi, texi/gnus.texi (Using MIME): Modify
3226         description about new display mechanism.
3227
3228 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3229
3230         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
3231         (gnus-version): Modify for this branch.
3232
3233         * lisp/gnus-art.el (gnus-article-display-method-for-mime): New
3234         variable; abolish `gnus-show-mime-method'.
3235         (gnus-article-display-method-for-encoded-word): New variable;
3236         abolish `gnus-decode-encoded-word-method'.
3237         (gnus-article-display-method-for-traditional): New variable.
3238         (gnus-article-display-mime-message): New function; abolish
3239         `gnus-article-preview-mime-message'.
3240         (gnus-article-display-traditional-message): New function.
3241         (gnus-article-display-message-with-encoded-word): New function;
3242         abolish `gnus-article-decode-encoded-word'.
3243         (gnus-article-prepare): Change display mechanism; use
3244         `gnus-request-original-article' instead of
3245         `gnus-request-article-this-buffer'.
3246         (gnus-request-original-article): New function.
3247
3248 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3249
3250         * lisp/gnus.el (gnus-version-number): Update to 6.6.0.
3251         (gnus-version): Modify for SEMI 1.8.
3252
3253         * lisp/gnus-sum.el: Modify for interface change in SEMI 1.8 about
3254         automatic message/partial combining.
3255
3256 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3257
3258         * lisp/gnus.el (gnus-version-number): Update to 6.5.0.
3259         (gnus-version): Modify for SEMI 1.7.
3260
3261         * lisp/gnus-sum.el: Rename
3262         `mime-method-to-combine-message/partial-pieces' to
3263         `mime-combine-message/partial-pieces-automatically'.
3264
3265         * lisp/gnus-art.el (gnus-article-preview-mime-message): Use
3266         `mime-view-buffer'.
3267         (gnus-article-decode-encoded-word): Fix DOC-string.
3268         (gnus-article-header-presentation-method): New function; abolish
3269         `gnus-content-header-filter'.
3270         Modify for SEMI 1.7.
3271
3272 1998-06-18  Keisuke Mori   <ksk@ntts.com>
3273
3274         * texi/gnus-ja.texi: Add "Select Methods".
3275
3276 1998-06-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3277
3278         * texi/gnus-ja.texi: Add "Select Methods".
3279
3280 1998-06-17  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3281
3282         * lisp/pop3-fma.el: Small bug fix.
3283
3284         * lisp/pop3-fma.el: Delete variable pop3-fma-cypher-key
3285         Use base64-encode-string , base64-decode-string instead.
3286         Both change by Yasuo OKABE <okabe@kuis.kyoto-u.ac.jp>
3287
3288 1998-06-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3289
3290         * lisp/pop3-fma.el: New function pop3-fma-cypher-string
3291         New variable pop3-fma-cypher-key
3292
3293 1998-06-12  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3294
3295         * lisp/message.el (message-required-news-headers): `X-Newsreader'
3296         was replaced by `User-Agent'.
3297         (message-required-mail-headers): `X-Mailer' was replaced by
3298         `User-Agent'.
3299         (message-header-format-alist): `X-Mailer' and `X-Newsreader' were
3300         replaced by `User-Agent'.
3301         (message-generate-headers): Ditto.
3302
3303         (message-user-agent): New variable.
3304         (message-newsreader): Replaced by `message-user-agent'.
3305         (message-mailer): Ditto.
3306         (message-mode): `message-mailer' and `message-newsreader' were
3307         replaced by `message-user-agent'.
3308
3309         * lisp/gnus-msg.el (gnus-inews-add-send-actions): `message-mailer'
3310         and `message-newsreader' were replaced by `message-user-agent'.
3311         (gnus-extended-version): Generate "PRODUCT/VERSION" style strings.
3312
3313         * lisp/gnus-soup.el (gnus-soup-send-packet): `message-mailer' and
3314         `message-newsreader' were replaced by `message-user-agent'.
3315
3316 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3317
3318         * lisp/gnus-art.el: Delete setting for
3319         `article-de-quoted-unreadable' and
3320         `article-mime-decode-quoted-printable' because they have been
3321         already abolished.
3322
3323 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3324
3325         * texi/gnus-ja.texi: Sync up with latest gnus.texi.
3326
3327         * texi/gnus.texi: Modify for Semi-gnus 6.4.0.
3328
3329 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3330
3331         * lisp/gnus.el (gnus-extract-address-components): Add
3332         `std11-extract-address-components' as a choice.
3333
3334 1998-06-06  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3335
3336         * texi/gnus-ja.texi: Add "Composing Messages".
3337
3338 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3339
3340         * lisp/gnus-ems.el (gnus-ems-redefine): Must require 'path-util
3341         before call `module-installed-p'.
3342
3343         * lisp/gnus.el (gnus-version-number): Update to 6.4.0.
3344         (gnus-version): Modify for SEMI 1.5.
3345
3346         * lisp/gnus-art.el: Modify for SEMI 1.5 API.
3347
3348 1998-06-04  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3349
3350         * lisp/pop3-fma.el: New file. To handle multiple POP account.
3351
3352         * lisp/gnus.el (gnus-version-number): Update to 6.3.4.
3353         And fix typo 5.6.10 -> 5.6.11.
3354
3355 1998-06-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3356
3357         * lisp/gnus.el (gnus-version-number): Update to 6.3.3.
3358
3359         * Sync up with Gnus 5.6.11.
3360
3361 1998-06-03  Keisuke Mori   <ksk@ntts.com>
3362
3363         * texi/gnus-ja.texi: Add "The Article Buffer".
3364
3365 1998-06-03  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3366
3367         * texi/gnus-ja.texi: Add "The Summary Buffer".
3368
3369 1998-06-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3370
3371         * lisp/gnus.el (gnus-version-number): Update to 6.3.2.
3372
3373         * Sync up with Gnus 5.6.10.
3374
3375 1998-05-30  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3376
3377         * README.semi: Add description of `shuhei-k' branch.
3378
3379 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3380
3381         * lisp/gnus.el (gnus-version-number): Update to 6.3.1.
3382
3383 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3384
3385         * lisp/gnus-util.el (gnus-output-to-rmail): Guard as binary.
3386
3387         * lisp/gnus-util.el (gnus-output-to-mail): Guard as binary.
3388
3389 1998-04-24  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3390
3391         * texi/gnus-ja.texi: Add "The Active File".
3392
3393 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3394
3395         * lisp/gnus.el (gnus-version-number): Update to 6.3.0.
3396         (gnus-version): Modify for SEMI 1.4.
3397
3398         * lisp/gnus-sum.el: Use 'mime-add-condition to set up
3399         acting-condition.
3400
3401 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3402
3403         * lisp/lpath.el: Must add "flim" instead of "mel" to load-path.
3404
3405 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3406
3407         * lisp/gnus.el (gnus-version-number): Update to 6.2.5.
3408
3409         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus v5.6.9.
3410
3411         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
3412         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-agent.el: Sync up
3413         with Gnus v5.6.9.
3414
3415 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3416
3417         * lisp/gnus.el (gnus-version-number): Update to 6.2.4.
3418
3419         * texi/gnus.texi, lisp/ChangeLog: Sync up with Gnus 5.6.7.
3420
3421         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
3422         lisp/gnus-msg.el, lisp/gnus-cache.el, lisp/gnus-art.el: Sync up
3423         with Gnus 5.6.7.
3424
3425 1998-04-28  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3426
3427         * lisp/gnus.el (gnus-version-number): Update to 6.2.3.
3428
3429         * Sync up with Gnus 5.6.6.
3430
3431 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3432
3433         * lisp/nnheader.el: Sync up with Gnus 5.6.5.
3434
3435 1998-04-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3436
3437         * lisp/gnus.el (gnus-version-number): Update to 6.2.2.
3438
3439         * Sync up with Gnus 5.6.5.
3440
3441         * texi/custom.texi, texi/widget.texi: Removed from Semi-gnus.
3442
3443 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3444
3445         * README.semi (How to get? (via CVS)): Modify descriptions about
3446         TAG.
3447
3448 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3449
3450         * lisp/gnus.el (gnus-version-number): Update to 6.2.1.
3451
3452 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3453
3454         * lisp/message.el (message-make-forward-subject): Use
3455         `eword-decode-unstructured-field-body' for subject.
3456
3457         * lisp/gnus-msg.el (gnus-summary-mail-forward): Make local
3458         variable `default-mime-charset' of `gnus-original-article-buffer'
3459         and set up by `default-mime-charset' of `gnus-summary-buffer'.
3460
3461 1998-04-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3462
3463         * texi/gnus-ja.texi: Fix typos.
3464
3465         * texi/gnus.texi: Modify for Semi-gnus.
3466
3467 1998-04-23  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3468
3469         * texi/gnus-ja.texi: Add "Auto Save".
3470
3471 1998-04-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3472
3473         * texi/gnus-ja.texi: Add "Startup Files".
3474
3475 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3476
3477         * lisp/gnus.el (gnus-version-number): Update to 6.2.0.
3478         (gnus-version): Modify for SEMI 1.3.
3479
3480         * lisp/gnus-sum.el: Use 'ctree-set-calist-strictly instead of
3481         'set-atype to set up for 'mime-acting-condition.
3482
3483 1998-04-21  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3484
3485         * texi/gnus-ja.texi: Add "Changing Servers".
3486
3487 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3488
3489         * texi/gnus-ja.texi: Modify styles.
3490
3491         * texi/gnus.texi: Modify for Semi-gnus (sync up with
3492         gnus-ja.texi).
3493
3494 1998-04-20  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3495
3496         * texi/gnus-ja.texi: Add "New Groups".
3497
3498 1998-04-20  Yoshiki Hayashi   <penny@tb3.so-net.ne.jp>
3499
3500         * texi/gnus-ja.texi: Modify styles.
3501
3502 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3503
3504         * texi/gnus-ja.texi: Check and modify for Semi-gnus.
3505
3506 1998-04-18  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
3507
3508         * texi/gnus-ja.texi: New file.
3509
3510 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3511
3512         * lisp/gnus.el (gnus-version-number): Update to 6.1.3.
3513
3514 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3515
3516         * lisp/gnus-art.el (gnus-following-method): New function; set up
3517         for 'mime-view-following-method-alist.
3518
3519 1998-04-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3520
3521         * texi/gnus.texi: Add and modify description for Semi-gnus.
3522
3523 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3524
3525         * texi/gnus.texi: "Gnus 5.6.4" -> "Semi-gnus 6.1.2".
3526         (Top): "Gnus" -> "gnus".
3527         (Starting Up): "Gnus" -> "gnus".
3528
3529 1998-04-10  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3530
3531         * lisp/ChangeLog, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
3532
3533 1998-04-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3534
3535         * lisp/gnus.el (gnus-version-number): Update to 6.1.2.
3536         (gnus-version): Include corresponding SEMI version.
3537
3538         * lisp/gnus.el, lisp/nnkiboze.el, lisp/message.el,
3539         lisp/gnus-sum.el, lisp/gnus-agent.el: Sync up with Gnus 5.6.4.
3540
3541 1998-03-27  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3542
3543         * README.semi: Change descriptions of sending bug report.
3544
3545 1998-03-20  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3546
3547         * lisp/gnus.el (gnus-version-number): Update to 6.1.1.
3548         (gnus-version): Include corresponding SEMI version.
3549
3550         * Sync up with Gnus 5.6.3.
3551
3552 1998-03-15  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3553
3554         * lisp/gnus-agent.el (gnus-agent-crosspost): Use
3555         `nnheader-insert-file-contents'.
3556         (gnus-agent-braid-nov): Ditto.
3557         (gnus-agent-expire): Ditto.
3558
3559         * lisp/gnus-cache.el (gnus-cache-request-article): Ditto.
3560         (gnus-cache-retrieve-headers): Ditto.
3561         (gnus-cache-change-buffer): Ditto.
3562         (gnus-cache-braid-nov): Ditto.
3563
3564         * lisp/gnus-sum.el (gnus-summary-import-article): Ditto.
3565
3566         * lisp/nnkiboze.el (nnkiboze-retrieve-headers): Ditto.
3567
3568         * lisp/message.el (message-generate-headers): Fix regexp.
3569         (cf. [semi-gnus-ja:107])
3570
3571 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3572
3573         * lisp/gnus-art.el: Add setting for
3574         `mime-raw-buffer-coding-system-alist'.
3575
3576 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3577
3578         * lisp/gnus-art.el: Rename `mime-view-quitting-method-for-gnus' ->
3579         `mime-preview-quitting-method-for-gnus'.
3580
3581         * lisp/gnus-art.el: Rename `mime-view-quitting-method-alist' ->
3582         `mime-preview-quitting-method-alist'.
3583
3584         * lisp/gnus-art.el: Rename `mime-view-kill-buffer' ->
3585         `mime-preview-kill-buffer'.
3586
3587         * lisp/gnus.el (gnus-version-number): Update to 6.0.10.
3588
3589         * lisp/gnus-sum.el: Add code to check latest SEMI.
3590         (mime-acting-condition): Separate type and subtype; rename
3591         `mime-combine-message/partials-automatically' ->
3592         `mime-method-to-combine-message/partial-pieces'.
3593
3594 1998-03-08  Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
3595
3596         * lisp/gnus.el (gnus-version-number): Update to 6.0.9.
3597
3598         * README.semi (How to get?): Add description of daily snapshot.
3599         (How to join development): Change mailing list command address.
3600
3601         * Sync up with Gnus 5.6.2.
3602
3603 1998-03-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
3604
3605         * lisp/gnus-ems.el: Change variable name
3606         gnus-bdf-image-file to gnus-mule-bitmap-image-file.
3607
3608 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3609
3610         * lisp/gnus.el (gnus-version-number): Update to 6.0.8.
3611
3612         * lisp/gnus.el: Sync up with qgnus-0.34.
3613
3614 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3615
3616         * lisp/message.el: Sync up with qgnus-0.33.
3617
3618         * lisp/gnus-ems.el (gnus-bdf-image-file): New variable; moved from
3619         gnus.el.
3620         (gnus-mule-group-startup-message): New function; moved and renamed
3621         from `gnus-group-startup-message' of gnus.el.
3622
3623         * lisp/gnus.el, lisp/gnus-sum.el, lisp/gnus-art.el,
3624         lisp/gnus-agent.el: Sync up with qgnus-0.33.
3625
3626 1998-02-28  Tatsuya Ichikawa  <t-ichi@niagara.shiojiri.ne.jp>
3627
3628         * lisp/gnus.el (gnus-bdf-image-file): New variable.
3629         (gnus-mule-group-startup-message): Display bitmap image using
3630         bitmap.el running with Emacs 20.
3631
3632         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Fix problem when
3633         Xref field is not exist.
3634
3635 1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3636
3637         * README.semi (How to join development): Modify for Semi-gnus
3638         mailing list.
3639
3640         * lisp/gnus.el (gnus-version-number): Update to 6.0.7.
3641
3642         * lisp/gnus.el (gnus-article-display-hook): Delete
3643         `gnus-article-de-quoted-unreadable' from options.
3644
3645         * lisp/gnus-sum.el (gnus-article-make-menu-bar): Delete key for
3646         `gnus-article-de-quoted-unreadable'.
3647         (gnus-summary-make-menu-bar): Delete menu for
3648         `gnus-article-de-quoted-unreadable'.
3649
3650         * lisp/gnus-art.el (gnus-article-make-menu-bar): Delete menu for
3651         `gnus-article-de-quoted-unreadable'.
3652
3653 1998-02-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3654
3655         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.32.
3656
3657 1998-02-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3658
3659         * lisp/gnus.el (gnus-version-number): Update to 6.0.6.
3660
3661         * lisp/message.el (message-fill-references): Abolish unused local
3662         variables.
3663
3664         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
3665         lisp/gnus-art.el: Sync up with qgnus-0.31.
3666
3667         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
3668         lisp/gnus-art.el: Sync up with qgnus-0.30.
3669
3670 1998-02-20  Christophe Broult <christophe.broult@info.unicaen.fr>
3671
3672         * README.semi (How to get?): The command `update' must come before
3673         `-r semi-gnus'. (cf. [tm-en:1559])
3674
3675 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3676
3677         * lisp/gnus.el: Sync up with qgnus-0.29.
3678
3679         * lisp/gnus.el, lisp/message.el: Sync up with qgnus-0.28.
3680
3681         * lisp/message.el: Abolish variable
3682         `message-references-generator'.  Abolish function
3683         `message-generate-filled-references',
3684         `message-generate-folded-references' and
3685         `message-generate-unfolded-references'.
3686         (message-reply): Don't use `message-references-generator'.
3687         (message-followup): Don't use `message-references-generator'.
3688
3689         (message-fill-references): New function.
3690         (message-header-format-alist): Use `message-fill-references' for
3691         References.
3692
3693 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3694
3695         * lisp/gnus.el (gnus-version-number): Update to 6.0.5.
3696
3697 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3698
3699         * lisp/gnus-sum.el: Check SEMI-0.118.2 (Otomaru) or later.
3700         (gnus-structured-field-decoder): Use
3701         `eword-decode-and-unfold-structured-field'.
3702
3703         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use charset
3704         conversion option of `eword-decode-header'.
3705         (gnus-article-decode-encoded-word): Use charset conversion option
3706         of `eword-decode-header'; use `gnus-run-hooks'.
3707         (gnus-content-header-filter): Use charset conversion option of
3708         `eword-decode-header'.
3709
3710         * README.semi (How to get?): Should specify "-r semi-gnus".
3711
3712 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3713
3714         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Decode header by
3715         localized code.
3716
3717 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3718
3719         * lisp/gnus-msg.el: Delete commented-out function
3720         `gnus-inews-insert-mime-headers'.
3721
3722         * lisp/gnus.el, lisp/message.el, lisp/gnus-sum.el,
3723         lisp/gnus-art.el: Sync up with qgnus-0.27.
3724
3725 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3726
3727         * lisp/nnheader.el: Use original.
3728
3729         * lisp/gnus.el, lisp/pop3.el, lisp/message.el, lisp/gnus-sum.el,
3730         lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync up
3731         with qgnus-0.26.
3732
3733 1998-02-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3734
3735         * lisp/nnmail.el, lisp/nnmh.el: Use original.
3736
3737         * lisp/gnus.el, lisp/gnus-draft.el, lisp/gnus-sum.el,
3738         lisp/message.el, lisp/gnus-art.el: Sync up with qgnus-0.25.
3739
3740 1998-02-11  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
3741
3742         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
3743         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
3744         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
3745         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-art.el,
3746         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.24
3747
3748 1998-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3749
3750         * lisp/gnus-art.el (gnus-article-prepare): Don't bind coding
3751         systems.
3752
3753         * lisp/gnus.el (gnus-version-number): Update to 6.0.4.
3754         (gnus-version): Sync with qgnus-0.23.
3755
3756         * lisp/pop3.el, lisp/nnmh.el, lisp/nnheader.el, lisp/message.el,
3757         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-draft.el,
3758         lisp/gnus-art.el: Merge qgnus-0.23.
3759
3760 1998-02-09  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
3761
3762         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
3763         lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
3764         lisp/gnus-xmas.el, lisp/gnus-sum.el, lisp/gnus-start.el,
3765         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
3766         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Importing
3767         qgnus-0.23
3768
3769 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3770
3771         * lisp/message.el (message-references-generator): New variable.
3772         (message-generate-filled-references): New function.
3773         (message-generate-folded-references): New function.
3774         (message-generate-unfolded-references): New function.
3775         (message-reply): Refer `message-references-generator'.
3776         (message-followup): Refer `message-references-generator'.
3777
3778 1998-01-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3779
3780         * lisp/message.el (message-send-mail-with-sendmail): Guard
3781         `coding-system-for-write' by binary.
3782         (message-send-mail-with-qmail): Likewise.
3783
3784 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3785
3786         * lisp/lpath.el: Require path-util; add load-path of APEL, MEL and
3787         SEMI.
3788
3789 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3790
3791         * lisp/message.el: Require smtp.el when compile.
3792
3793         * lisp/message.el (message-send-mail-with-smtp): Use
3794         `(current-buffer)' instead of `tembuf'; rename
3795         `smtp-recipient-address-list' -> `recipient-address-list'.
3796
3797 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3798
3799         * lisp/smtp.el (smtp-deduce-address-list): Don't use
3800         `smtp-recipient-address-list' as global variable.
3801
3802         * lisp/message.el (message-send-mail-with-smtp): Don't use
3803         `smtp-recipient-address-list' as global variable.
3804
3805         * lisp/smtpmail.el (smtpmail-recipient-address-list): New
3806         variable; renamed from `smtp-recipient-address-list'.
3807         (smtpmail-send-it): Remove `(not (null ...))'.
3808         (smtpmail-send-queued-mail): Likewise.
3809
3810 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3811
3812         * lisp/message.el (message-send-mail-with-smtp): Don't generate
3813         temporary buffer for message; don't generate and kill
3814         `smtp-address-buffer' for `smtp-deduce-address-list'.
3815
3816         * lisp/smtpmail.el (smtpmail-send-it): Don't generate and kill
3817         `smtp-address-buffer' for `smtp-deduce-address-list'.
3818
3819         * lisp/smtp.el (smtp-deduce-address-list): Bind and generate
3820         `smtp-address-buffer' in itself.
3821
3822 1998-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3823
3824         * lisp/gnus.el (gnus-version-number): Update to version 6.0.3.
3825
3826 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3827
3828         * lisp/smtp.el: New file.
3829
3830         * lisp/smtpmail.el: Split basic features into smtp.el.
3831
3832         * lisp/message.el (message-send-mail-function): Add
3833         `message-send-mail-with-smtp' as an item.
3834         (message-send-mail-with-smtp): New function.
3835
3836         * ChangeLog: New file.
3837
3838 1998-01-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3839
3840         * lisp/smtpmail.el (smtpmail-via-smtp): Bind
3841         `coding-system-for-read' by `smtpmail-coding-system' to avoid
3842         dead-locking in Emacs 20.
3843
3844         * lisp/gnus.el: gnus.el (gnus-version-number): Update to version
3845         6.0.2.
3846
3847 1998-01-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3848
3849         * lisp/nnmail.el, lisp/message.el: Sync with Quassia Gnus v0.22.
3850
3851         * lisp/gnus.el: Delete autoload setting for `metamail-buffer'.
3852
3853         * lisp/gnus.el, lisp/gnus-sum.el: Sync with Quassia Gnus v0.22.
3854
3855         * lisp/gnus-msg.el: Abolish function
3856         `gnus-inews-insert-mime-headers'.
3857
3858         * lisp/gnus-msg.el, lisp/gnus-draft.el, lisp/gnus-art.el: Sync
3859         with Quassia Gnus v0.22.
3860
3861         * lisp/smtpmail.el (smtpmail-coding-system): New variable; abolish
3862         `smtpmail-code-conv-from'.
3863         (smtpmail-via-smtp): Guard `coding-system-for-write' by
3864         `smtpmail-coding-system'.
3865
3866         * lisp/smtpmail.el: Imported from Emacs 20.2.
3867
3868         * lisp/pop3.el (pop3-movemail-file-coding-system): Change default
3869         value to `binary'.
3870         (pop3-open-server): Guard `coding-system-for-read' by `binary'.
3871
3872 1998-01-06  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
3873
3874         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nnoo.el,
3875         lisp/nnml.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
3876         lisp/gnus-start.el, lisp/gnus-ems.el, lisp/gnus-draft.el,
3877         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.22
3878
3879         * texi/message.texi, texi/gnus.texi, lisp/gnus.el, lisp/ChangeLog:
3880         Importing qgnus-0.21
3881
3882         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
3883         lisp/nnvirtual.el, lisp/nnsoup.el, lisp/nnoo.el, lisp/nnmh.el,
3884         lisp/nnmail.el, lisp/nndraft.el, lisp/gnus.el, lisp/gnus-xmas.el,
3885         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-score.el,
3886         lisp/gnus-msg.el, lisp/gnus-group.el, lisp/gnus-draft.el,
3887         lisp/gnus-art.el, lisp/ChangeLog: Importing qgnus-0.20
3888
3889         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/pop3.el,
3890         lisp/nntp.el, lisp/nnml.el, lisp/nnmail.el, lisp/nndoc.el,
3891         lisp/message.el, lisp/gnus.el, lisp/gnus-uu.el,
3892         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
3893         lisp/gnus-score.el, lisp/gnus-group.el, lisp/gnus-cache.el,
3894         lisp/gnus-agent.el, lisp/ChangeLog: Importing qgnus-0.19
3895
3896 1997-12-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3897
3898         * lisp/gnus.el (gnus-version-number): Update to version 6.0.1.
3899
3900         * lisp/message.el (message-resend): Enclose `message-setup' with
3901         `(let (message-setup-hook) ...)' to avoid to `turn-on-mime-edit';
3902         must setup `message-encoding-buffer' and `message-edit-buffer' for
3903         `message-send-mail'.
3904
3905 1997-12-08  Shuhei Kobayashi  <shuhei-k@jaist.ac.jp>
3906
3907         * lisp/pop3.el, lisp/message.el, lisp/gnus.el, lisp/gnus-sum.el,
3908         lisp/gnus-art.el, lisp/ChangeLog: Synch'ed up to qgnus-0.18.
3909
3910         * texi/message.texi, texi/gnus.texi, texi/ChangeLog,
3911         lisp/smiley.el, lisp/pop3.el, lisp/nnweb.el, lisp/nntp.el,
3912         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el, lisp/nndraft.el,
3913         lisp/message.el, lisp/lpath.el, lisp/gnus.el, lisp/gnus-util.el,
3914         lisp/gnus-sum.el, lisp/gnus-start.el, lisp/gnus-picon.el,
3915         lisp/gnus-nocem.el, lisp/gnus-mh.el, lisp/gnus-group.el,
3916         lisp/gnus-ems.el, lisp/gnus-cite.el, lisp/gnus-art.el,
3917         lisp/gnus-agent.el, lisp/dgnushack.el, lisp/ChangeLog: Importing
3918         qgnus-0.18
3919
3920 1997-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3921
3922         * README.semi: New file.
3923
3924         * lisp/gnus.el (gnus-version): Rename to "Semi-gnus".
3925
3926 1997-11-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3927
3928         * lisp/gnus-draft.el (gnus-draft-decoding-function): New variable.
3929         (gnus-draft-setup): Use `gnus-draft-decoding-function'.
3930
3931 1997-11-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3932
3933         * lisp/nnmail.el, lisp/nnheader.el, lisp/message.el, lisp/gnus.el,
3934         lisp/gnus-sum.el, lisp/gnus-msg.el, lisp/gnus-art.el: sync with
3935         qgnus-0.17.
3936
3937         * texi/message.texi, texi/gnus.texi, lisp/smiley.el, lisp/nnoo.el,
3938         lisp/nnml.el, lisp/nnmail.el, lisp/nnheader.el,
3939         lisp/messagexmas.el, lisp/message.el, lisp/gnus.el,
3940         lisp/gnus-xmas.el, lisp/gnus-util.el, lisp/gnus-sum.el,
3941         lisp/gnus-start.el, lisp/gnus-spec.el, lisp/gnus-score.el,
3942         lisp/gnus-picon.el, lisp/gnus-move.el, lisp/gnus-msg.el,
3943         lisp/gnus-kill.el, lisp/gnus-group.el, lisp/gnus-draft.el,
3944         lisp/gnus-demon.el, lisp/gnus-cite.el, lisp/gnus-art.el,
3945         lisp/ChangeLog: Quassia Gnus v0.17.
3946
3947         * lisp/gnus-i18n.el: New file.
3948
3949         * lisp/nnmail.el (nnmail-file-coding-system): Use `raw-text' in
3950         default.
3951
3952         * lisp/nnheader.el (nnheader-file-coding-system): Use `raw-text'
3953         in default.
3954
3955         * lisp/message.el (message-encode-function): New variable.
3956         (message-forward-start-separator): Modify for mime-edit.
3957         (message-forward-end-separator): Modify for mime-edit.
3958         (message-setup-hook): Use `(message-maybe-setup-default-charset
3959         turn-on-mime-edit)' in default.
3960         (message-header-hook): Use `(eword-encode-header)' in default.
3961
3962         (message-send): Use local variable `message-encoding-buffer',
3963         `message-edit-buffer' and `message-mime-mode' as public variables;
3964         use `message-encode-function'.
3965         (message-send-mail): Use `message-encoding-buffer' to get contents
3966         of body; abolish `message-encode-mail-hook'; use
3967         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
3968         refer original editing buffer.
3969         (message-send-news): Use `message-encoding-buffer' to get contents
3970         of body; abolish `message-encode-news-hook'; use
3971         `mime-edit-maybe-split-and-send'; use `message-edit-buffer' to
3972         refer original editing buffer.
3973         (message-check-news-syntax): Call `message-check-news-body-syntax'
3974         in `mime-edit-buffer'.
3975         (message-do-fcc): Use `message-encoding-buffer' to get contents;
3976         run `message-header-hook'.
3977         (message-cancel-news): Use `std11-extract-address-components'
3978         instead of `mail-extract-address-components'; bind
3979         `message-encoding-buffer' and `message-edit-buffer'.
3980
3981         (message-maybe-setup-default-charset): New function.
3982         (message-maybe-encode): New function.
3983         (message-mime-insert-article): New function.
3984         Add setting for mime-view.
3985
3986         * lisp/gnus.el (gnus-version-number): for version number for Open
3987         gnus.
3988         (gnus-version): Modify for Open gnus.
3989
3990         * lisp/gnus-sum.el: Autoload gnus-i18n.
3991
3992         (gnus-show-mime): `t' in default.
3993         (gnus-structured-field-decoder): Use
3994         `eword-decode-structured-field-body' in default.
3995         (gnus-unstructured-field-decoder): Use
3996         `eword-decode-unstructured-field-body' in default.
3997
3998         (gnus-parse-headers-hook): Use
3999         `(gnus-set-summary-default-charset)' in default.
4000
4001         (gnus-summary-mode-map): Add binding for
4002         `gnus-summary-scroll-down' and
4003         `gnus-summary-preview-mime-message'.
4004
4005         (gnus-summary-preview-mime-message): New function.
4006         (gnus-mime-partial-preview-function): New function.
4007         Add setting for mime-view.
4008
4009         * lisp/gnus-msg.el (gnus-summary-cancel-article): Display
4010         `gnus-article-buffer' instead ofb `gnus-original-article-buffer'.
4011         (gnus-extended-version): Don't return version of emacsen.
4012         (gnus-inews-do-gcc): Refer `message-encoding-buffer'.
4013
4014         * lisp/gnus-art.el (gnus-show-mime-method): Use
4015         `gnus-article-preview-mime-message' instead of `metamail-buffer'
4016         in default.
4017         (gnus-decode-encoded-word-method): Use
4018         `gnus-article-decode-encoded-word' instead of
4019         `gnus-article-de-quoted-unreadable' in default.
4020
4021         Abolish `gnus-hack-decode-rfc1522', `gnus-decode-rfc1522',
4022         `article-decode-rfc1522', `article-de-quoted-unreadable',
4023         `article-mime-decode-quoted-printable-buffer' and
4024         `article-mime-decode-quoted-printable'.
4025         (gnus-article-decode-rfc1522): New implementation (use
4026         `eword-decode-header').
4027
4028         (gnus-article-preview-mime-message): New function.
4029         (gnus-article-decode-encoded-word): New function.
4030         (gnus-content-header-filter): New function.
4031         (mime-view-quitting-method-for-gnus): New function.
4032         Add setting for mime-view.
4033
4034         * lisp/message.el: Abolish `message-max-size' because it is not
4035         used.
4036
4037         * lisp/message.el: sync with qgnus-0.16.
4038
4039         * texi/Makefile, texi/message.texi, texi/gnus.texi, lisp/nnweb.el,
4040         lisp/nnmh.el, lisp/nnheader.el, lisp/nnfolder.el, lisp/message.el,
4041         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
4042         lisp/gnus-sum.el, lisp/gnus-srvr.el, lisp/gnus-picon.el,
4043         lisp/gnus-group.el, lisp/gnus-cite.el, lisp/gnus-art.el: Quassia
4044         Gnus v0.16.
4045
4046         * lisp/nnmh.el (nnmh-request-list-1): fix maybe.
4047
4048         * lisp/message.el (message-do-fcc): Guard
4049         `coding-system-for-write' by `raw-text'; run
4050         `message-before-do-fcc-hook'.
4051
4052         * lisp/gnus-msg.el (gnus-inews-do-gcc): Guard
4053         `coding-system-for-write' by `raw-text'; run
4054         `gnus-before-do-gcc-hook'.
4055
4056         * texi/message.texi, texi/gnus.texi, texi/ChangeLog, lisp/nntp.el,
4057         lisp/nnoo.el, lisp/nnml.el, lisp/nndraft.el, lisp/nnbabyl.el,
4058         lisp/message.el, lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
4059         lisp/gnus-util.el, lisp/gnus-sum.el, lisp/gnus-start.el,
4060         lisp/gnus-spec.el, lisp/gnus-soup.el, lisp/gnus-score.el,
4061         lisp/gnus-msg.el, lisp/gnus-gl.el, lisp/gnus-ems.el,
4062         lisp/gnus-draft.el, lisp/gnus-cache.el, lisp/gnus-audio.el,
4063         lisp/gnus-art.el, lisp/gnus-agent.el, lisp/ChangeLog: Quassia Gnus
4064         v0.15.
4065
4066         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.14.
4067
4068         * texi/Makefile, texi/gnus.texi: Quassia Gnus v0.14.
4069
4070         * texi/dir: New file.
4071
4072         * texi/dir, lisp/pop3.el, lisp/nntp.el, lisp/nnml.el,
4073         lisp/nnmail.el, lisp/nnfolder.el, lisp/message.el, lisp/lpath.el,
4074         lisp/gnus.el, lisp/gnus-win.el, lisp/gnus-util.el,
4075         lisp/gnus-topic.el, lisp/gnus-sum.el, lisp/gnus-start.el,
4076         lisp/gnus-score.el, lisp/gnus-msg.el, lisp/gnus-mh.el,
4077         lisp/gnus-cus.el, lisp/gnus-art.el, lisp/gnus-agent.el,
4078         lisp/ChangeLog: Quassia Gnus v0.14.
4079
4080         * lisp/message.el, lisp/ChangeLog: sync with qgnus-0.13.
4081
4082         * texi/gnus.texi, texi/ChangeLog, lisp/pop3.el, lisp/nnweb.el,
4083         lisp/nnmail.el: Quassia Gnus v0.13.
4084
4085         * lisp/nnlistserv.el: New file.
4086
4087         * lisp/nnlistserv.el, lisp/message.el, lisp/md5.el, lisp/lpath.el,
4088         lisp/gnus.el, lisp/gnus-topic.el, lisp/gnus-sum.el,
4089         lisp/gnus-score.el, lisp/gnus-picon.el, lisp/gnus-msg.el,
4090         lisp/gnus-group.el, lisp/gnus-art.el, lisp/gnus-agent.el,
4091         lisp/dgnushack.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.13.
4092
4093         * lisp/message.el: sync with qgnus-0.12.
4094
4095         * texi/message.texi, texi/gnus.texi, texi/gnus-faq.texi,
4096         texi/ChangeLog, lisp/nntp.el, lisp/nnmh.el, lisp/nnmail.el,
4097         lisp/nndraft.el, lisp/messcompat.el, lisp/message.el,
4098         lisp/gnus.el, lisp/gnus-xmas.el, lisp/gnus-uu.el,
4099         lisp/gnus-sum.el, lisp/gnus-score.el, lisp/gnus-salt.el,
4100         lisp/gnus-msg.el, lisp/gnus-int.el, lisp/gnus-group.el,
4101         lisp/gnus-demon.el, lisp/gnus-cache.el, lisp/gnus-art.el,
4102         lisp/gnus-agent.el, lisp/ChangeLog, GNUS-NEWS: Quassia Gnus v0.12.
4103
4104         * lisp/message.el (message-send-news-function): Use
4105         `message-send-news-with-gnus' in default.
4106         (message-send-via-news): Use `message-send-news' instead of
4107         `message-send-news-function'.
4108         (message-send-mail): Don't avoid text properties; run
4109         `message-encode-mail-hook'.
4110         (message-send-news): Don't avoid text properties; run
4111         `message-encode-news-hook'; use `message-send-news-function'.
4112         (message-send-news-with-gnus): New function.
4113         (message-cancel-news): Use `message-send-news' instead of
4114         `message-send-news-function'.