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