Update.
[elisp/gnus.git-] / ChangeLog
1 1999-03-04  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2
3         * Nana-gnus: Version 6.12.8 released.
4
5         * lisp/nnml.el (nnml-request-list): Use
6         `nnmail-find-active-file'.
7
8         * lisp/nnmail.el (nnmail-file-coding-system): Abolished.
9         (nnmail-file-coding-system-for-write): New variable.
10         (nnmail-file-coding-system-for-read): Ditto.
11         (nnmail-active-file-coding-system): Abolished.
12         (nnmail-active-coding-system-for-read): New variable.
13         (nnmail-active-coding-system-for-write): Ditto.
14         (nnmail-find-active-file): New function.
15
16         * lisp/nnheader.el (nnheader-message-coding-system-for-read): New
17         variable.
18         (nnheader-message-coding-system-for-write): Ditto.
19
20         * lisp/nnfolder.el, lisp/nnmail.el, lisp/nnmh.el, lisp/nnml.el:
21         Use `nnheader-pathname-coding-system'.
22
23         * lisp/nnfolder.el (nnfolder-request-list): Use
24         `nnmail-find-active-file'.
25
26         * lisp/message.el: Use `nnheader-message-coding-system-for-write'.
27
28 1999-03-03  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
29
30         * lisp/gnus.el (gnus-version-number): Update to 6.12.8.
31
32         * lisp/message.el (message-after-save-hook): New function.
33         (message-mime-setup): Set buffer file coding system. Make local
34         hook `after-save-hook'.
35
36 1999-03-01  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
37
38         * Nana-gnus: Version 6.12.7 released.
39
40         * lisp/nnspool.el (nnspool-file-coding-system): Abolished.
41
42 1999-03-01  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
43
44         * lisp/gnus.el (gnus-version-number): Update to 6.12.7.
45
46         * Nana-TIPS.ja:  New section `nnheader-file-coding-system' and
47         `nnspool-file-coding-system'.
48
49         * lisp/nnspool.el (nnspool-retrieve-headers): Don't use
50         `nnheader-file-coding-system'.
51         (nnspool-retrieve-headers-with-nov): Ditto.
52         (nnspool-find-file): Ditto.
53
54 1999-02-26  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
55
56         * lisp/message.el (message-locale-detect): Fix, when no locale
57         detected.
58
59         * Nana-gnus: Version 6.12.6 released.
60
61         * lisp/gnus.el (gnus-version-number): Update to 6.12.6.
62
63         * Sync up with gnus-6_10 (version 6.10.9+).
64
65 * 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
66
67         * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
68         and make remove-info-suffix.
69
70         * texi/Makefile.in (.texi): Don't specify the output filename when
71         makeinfo command is used.
72         (add-info-suffix, remove-info-suffix): New targets.
73
74         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
75         function. It will be used for adding ".info" suffix to @setfilename
76         line in each .texi files.
77         (dgnushack-texi-file-regexp): New constant.
78         (dgnushack-info-file-regexp): Add ".info" suffix.
79
80 * 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
81
82         * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
83         "custom-load.el" as well.
84
85         * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
86         (install-package-ja, package-ja, install-package, package): Use
87         them; use $XEMACS instead of $EMACS.
88         (osome): Use $XEMACS instead of "xemacs".
89
90         * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
91         in destination lisp directory.
92         (dgnushack-make-package): Don't generate "_pkg.el" file; don't
93         remove "auto-autoloads.el*" files.
94         (dgnushack-compile): Don't remove "_pkg.el" from the list.
95
96 * 1999-02-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
97
98         * README-offline.en: Update.
99
100         * README-offline.ja: Fix typo.
101
102         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
103         `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
104         nil when null string is given.
105
106 * 1999-02-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
107
108         * texi/Makefile.in: Change to work on Windows environment and
109         other platforms.
110
111 * 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
112
113         * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
114
115 * 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
116
117         * Makefile.in (install-package-ja, package-ja, install-package,
118         package): New targets.
119         (PACKAGEDIR): New user option.
120
121         * lisp/Makefile.in (install-package, package): New targets.
122         (PACKAGEDIR): New user option.
123
124         * lisp/dgnushack.el (dgnushack-install-package): New function.
125         (dgnushack-make-package): New function.
126         (dgnushack-info-file-regexp): New constant.
127         (dgnushack-compile): Remove "_pkg.el" from the list.
128
129 * 1999-02-17  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
130
131         * aclocal.m4: install .el files to site-lisp/gnus instead of
132         site-lisp.
133         * configure: Ditto.
134         * Makefile.in: add new rule `all-ja'.
135
136 * 1999-02-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
137
138         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
139         using nnspool.
140
141         * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific
142         code.
143
144 * 1999-02-12  Katsumi Yamaoka   <yamaoka@jpl.org>
145
146         * lisp/gnus-art.el (article-hide-headers): Show all headers when
147         unhiding.
148
149         * lisp/message.el (message-make-forward-subject): Use "(none)" if
150         the original article has no subject.
151
152 * 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
153
154         * lisp/gnus-start.el (gnus-save-newsrc-file): Use
155         `save-buffer-as-coding-system' instead of
156         `write-region-as-coding-system'.
157         (save-buffer-as-coding-system): New function defined with
158         `defun-maybe'. NOTE: It should be deleted in the future.
159
160         * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
161
162 * 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
163
164         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
165         implementation.
166
167 * 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
168
169         * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
170         default instead of `gnus-large-newsgroup'.
171
172 * 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
173               Katsumi Yamaoka   <yamaoka@jpl.org>,
174               Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
175
176         * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
177         unread articles is more than `gnus-large-newsgroup', use it in
178         default instead of the maximum number.
179
180 * 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>,
181               Katsumi Yamaoka   <yamaoka@jpl.org>
182
183         * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
184         add it to the acting-condition for extracting mulitpart messages.
185         (gnus-mime-extract-message/rfc822): New function; add it to the
186         acting-condition for extracting message/rfc822 or message/news.
187
188 * 1999-02-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
189
190         * README-offline.ja: Change for current version.
191         * README-offline.en: Ditto.
192
193 * 1999-02-05  Katsumi Yamaoka   <yamaoka@jpl.org>
194
195         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field',
196         `nnheader-nov-read-integer' and `nnheader-nov-read-message-id'
197         instead of `gnus-nov-field', `gnus-nov-read-integer' or
198         `nnheader-generate-fake-message-id'; use `eobp' instead of
199         `(= (following-char) ?\n)' for checking whether a misc field
200         exists or not.
201         (gnus-nov-field): Abolished.
202         (gnus-nov-skip-field): Abolished.
203         (gnus-nov-read-integer): Abolished.
204
205         * lisp/nnheader.el (nnheader-parse-nov): Use
206         `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
207         `nnheader-generate-fake-message-id'.
208         (nnheader-nov-read-message-id): New macro.
209         (nnheader-nov-read-integer): New implementation.
210         (nnheader-nov-field): New implementation.
211         (nnheader-nov-next-field): New macro.
212
213 1999-02-26  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
214
215         * Nana-gnus: Version 6.12.5 released.
216
217         * lisp/gnus.el (gnus-version-number): Update to 6.12.5.
218
219         * lisp/nnheader.el (nnheader-file-coding-system): Abolished.
220         (nnheader-insert-file-contents): Use
221         `insert-file-contents-as-raw-text-CRLF'.
222         (nnheader-find-file-noselect): Use
223         `find-file-noselect-raw-text-CRLF'.
224
225 1999-02-24  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
226
227         * Nana-gnus: Version 6.12.4 released.
228
229         * lisp/gnus.el (gnus-version-number): Update to 6.12.4.
230
231         * Nana-TIPS.ja: Add new section message-locale-* and
232         message-mime-charset-recover-*.
233
234         * lisp/message.el (message-locale-detect): Fix, save restriction.
235
236 1999-02-23  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
237
238         * Nana-gnus: Version 6.12.3 released.
239
240         * lisp/gnus.el (gnus-version-number): Update to 6.12.3.
241
242         * lisp/message.el (message-mime-charset-detect-method): Abolished.
243         (message-mime-charset-specify-method): Ditto.
244         (message-mime-charset-detect-args): Ditto.
245         (message-maybe-encode-with-specified-charset): Ditto.
246         (message-mime-charset-detect-by-ask): Ditto.
247         (message-mime-charset-specify-none): Ditto.
248         (message-mime-charset-recover-function): New variable.
249         (message-mime-charset-recover-args): Ditto.
250         (message-charsets-mime-charset-alist): Ditto.
251         (message-locale-default): Ditto.
252         (message-locale-detect-for-mail): Ditto.
253         (message-locale-detect-for-news): Ditto.
254         (message-locale-newsgroup-alist): Ditto.
255         (message-locale-mail-address-alist): Ditto.
256         (message-mime-charset-recover-ask-function): Ditto.
257         (message-locale-mime-charsets-alist): Ditto.
258         (message-maybe-encode): New implementation.
259         (message-locale-detect): New function.
260         (message-locale-detect-with-newsgroup-alist): Ditto.
261         (message-locale-detect-with-mail-address-alist): Ditto.
262         (message-mime-charset-recover-by-ask): Ditto.
263         (message-mime-charset-recover-ask-y-or-n): Ditto.
264         (message-mime-charset-recover-ask-charset): Ditto.
265         (message-mime-charset-setup): Ditto.
266
267 1999-02-23  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
268
269         * Nana-gnus: Version 6.12.2 released.
270
271 1999-02-12  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
272
273         * lisp/message.el (message-maybe-encode-with-specified-charset):
274         Renamed to `message-maybe-encode'.
275         (message-mime-charset-detect-by-ask): Pop up encoding region when
276         ask charset to user.
277         (message-mime-charset-detect-method): Change default value to nil.
278         (message-mime-charset-specify-method): Ditto.
279         (message-mime-charset-detect-ask-metod): New variable.
280         (message-mime-charset-detect-by-ask): Use
281         `message-mime-charset-ask-metod'.
282         (message-mime-charset-detect-ask-y-or-n): New function.
283         (message-mime-charset-detect-ask-charset): New function.
284         (message-mime-charset-alias-alist): New variable.
285         (message-mime-charset-newsgroup-alist): Ditto.
286         (message-mime-charset-mail-address-alist): Ditto.
287
288 1999-02-08  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
289
290         * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
291
292         * lisp/mess-bbdb.el: New file.
293
294         * lisp/message.el (message-mail-follow-up-address-checker): New
295         variable.
296         (message-reply): Use `message-mail-follow-up-address-checker'.
297         (message-mailing-list-address-list): New variable.
298         (message-check-mailing-list-with-address-list): New function.
299         (message-mailing-list-address-p): New variable.
300         (message-check-mailing-list-with-function): New function.
301
302         * lisp/gnus-bbdb.el: Update required Gnus version.
303
304         * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'.
305
306         * Nana-TIPS.ja: New section
307         `message-mail-follow-up-address-checker'.
308
309 1999-02-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
310
311         * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
312
313         * Sync up with gnus-6_10.
314
315 * 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
316
317         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
318         instead of `char-after'. NOTE: It's a temporary step.
319
320 * 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
321
322         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
323
324 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
325
326         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
327         information to .newsrc file.
328
329 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
330
331         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
332         external movemail program.
333
334 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
335
336         * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
337         the last changes -- don't sync with chaos-1_12.
338
339 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
340
341         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
342         change.
343
344 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
345
346         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
347         parentheses.
348         (gnus-offline-define-menu-on-agent): Ditto.
349
350 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
351
352         * lisp/gnus.el (gnus-version-number): Update to 6.10.3.
353         (gnus-version): Modify for SEMI 1.13.
354
355         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
356         of `following-char'.
357
358 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
359
360         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
361         <manbou@ceres.dti.ne.jp>.
362
363 * 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
364
365         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
366         `gnus-nov-skip-field' and `gnus-nov-field'.
367         (gnus-nov-parse-line): Use `nnheader-nov-field' and
368         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
369         `gnus-nov-read-integer'.
370         (gnus-get-newsgroup-headers-xover): Use
371         `gnus-retrieve-parsed-headers'.
372
373         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
374         `gnus-cache-braid-headers',
375         `nnheader-get-newsgroup-headers-xover*' and
376         `nnheader-retrieve-headers-from-directory*' instead of
377         `gnus-get-newsgroup-headers-xover'.
378         (gnus-cache-braid-headers): New function.
379
380         * lisp/nnheader.el (nnheader-nov-read-integer): Use
381         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
382         same as `gnus-nov-read-integer'.
383         (nnheader-retrieve-headers-from-directory*): New function.
384         (nnheader-retrieve-headers-from-directory): Use
385         `nnheader-retrieve-headers-from-directory*'.
386         (nnheader-get-newsgroup-headers-xover*): New function.
387
388 * 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
389
390         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
391         `nnheader-retrieve-headers-from-directory'.
392
393         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
394         function.
395
396 * 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
397
398         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
399         `gnus-cache-retrieve-parsed-headers' instead of
400         `gnus-cache-retrieve-headers'.
401
402         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
403         function.
404
405 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
406
407         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
408         select methods.
409
410 * 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
411
412         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
413
414 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
415
416         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
417         optional arguments `dependencies' and `force-new'; new
418         implementation; call `retrieve-parsed-headers' if it is found.
419
420         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
421
422 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
423
424         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
425         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
426         and `gnus-get-newsgroup-headers-xover' or
427         `gnus-get-newsgroup-headers'.
428
429         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
430
431 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
432             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
433
434         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
435         pGnus 0.73 or later.
436
437         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
438         to check pGnus 0.73 or later instead of (locate-library "mail-source")
439
440 * 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
441
442         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
443         * lisp/gnus-ofsetup.el: Ditto.
444
445 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
446
447         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
448         frame after selecting a new article if the value of
449         `message-use-multi-frames' is non-nil and more than one articles
450         are given.
451
452 * 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
453
454         * lisp/gnus-offline.el: Add security notice.
455
456 * 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
457
458         * README-offline.ja: New file - Variable and command description
459         for gnus-offline(Japanese edition).
460         * README-offline.en: New file - Ditto (English edition).
461
462 * 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
463
464         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
465         variable.
466         (gnus-offline-pop-password-decoding-function): New variable.
467         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
468         is non-nil, get one's password information from a file specified
469         by this variable, and don't store the passwords as a variable.
470         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
471         translations.
472
473 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
474
475         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
476         respool article.
477
478 1999-01-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
479
480         * lisp/message.el (message-mime-charset-detect-method): New
481         user optional variable.
482         (message-mime-charset-specify-method): Ditto.
483         (message-mime-charset-detect-args): New variable.
484         (message-maybe-encode-with-specified-charset): New function.
485         (message-mime-charset-detect-by-ask): Ditto.
486         (message-mime-charset-specify-none): Ditto.
487
488         * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
489         (gnus-version): Change required version of SEMI/FLIM.
490
491         * Sync up with gnus-6_10.
492
493 * 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
494
495         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
496         `message-list-references' for gathering IDs from yanked articles.
497
498         * lisp/message.el (message-list-references): New function.
499         (message-yank-original): Use it for gathering IDs from a yanked
500         article.
501
502 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
503
504         * lisp/message.el (message-reply): Get the references from
505         `In-Reply-To' field if there were no references and `In-Reply-To'
506         field looks promising.
507         (message-yank-original): Try to fetch ID from `In-Reply-To' field
508         if `References' field does not exist.
509         (message-yank-original): Use `std11-narrow-to-header' instead of
510         `message-narrow-to-head'.
511
512 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
513
514         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
515         `gnus-current-headers' instead of article header.
516
517 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
518
519         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
520         position of the yanked articles -- apologize to SUTO-san, it has
521         been supported in his original code, but I didn't.
522
523 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
524
525         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
526
527         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
528         * lisp/message.el: Likewise.
529
530         * lisp/message.el (message-yank-original): If
531         `message-yank-add-new-references' is non-nil and this command is
532         called interactively, new IDs from the yanked article will be added
533         to `References' field.
534         (message-yank-add-new-references): New user option.
535         (message-ignored-resent-headers): Default to "^Return-Receipt".
536
537 * 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
538               Katsumi Yamaoka   <yamaoka@jpl.org>
539
540         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
541         field with the gathered Message-IDs and References if more than one
542         articles are given.
543
544 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
545
546         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
547         frame after selecting a new article if the value of
548         `message-use-multi-frames' is non-nil and more than one articles
549         are given.
550
551 1999-01-20  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
552
553         * Sync up with gnus-6_10.
554
555 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
556
557         * README.semi.ja: Delete "ichikawa" from the branches info, and
558         add "keiichi" and "nana-gnus" to there.  Modify the directory name
559         for the daily snapshots.
560         * README.semi: Likewise.
561
562 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
563
564         * lisp/message.el (message-reply): Cancel the last change.
565         (message-followup): Cancel the last change.
566         (message-wide-reply): Cancel the last change.
567
568         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
569         (gnus-summary-reply): Cancel the last change.
570         (gnus-post-news): Cancel the last change.
571
572 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
573
574         * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
575
576         * Sync up with gnus-6_10.
577
578 * 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
579
580         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
581         expirable marks if the destination group is not expirable.
582
583 * 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
586         binary.
587
588 * 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
591         binary.
592
593 * 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
594
595         * lisp/message.el (message-reply): Accept references as a new
596         optional arg.
597         (message-followup): Likewise.
598         (message-wide-reply): Likewise.
599
600         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
601         (gnus-summary-reply): Use it.
602         (gnus-post-news): Use it.
603
604 * 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
605
606         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
607         body.
608
609 * 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
610
611         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
612         <czkmt@remus.dti.ne.jp> to author and maintainer.
613
614 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
615
616         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
617         long headers.
618
619 * 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
622
623 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
624
625         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
626         server if it does not exist in the article.
627         (nntp-request-post): Run `nntp-prepare-post-hook'.
628         (nntp-wait-for): Save a response from the server in
629         `nntp-process-response' after sending a command.
630         (nntp-prepare-post-hook): New hook, run just before posting an
631         article.
632
633         * lisp/nnheader.el (nnheader-init-server-buffer): Make
634         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
635         (nntp-process-response): New variable, used for holding a response
636         from the server after sending a command.
637
638 * 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
639
640         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
641         only if `group' name is neither "queue" nor "draft".
642
643 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
644
645         * lisp/pop3.el (pop3-munge-message-separator): Use
646         `parse-time-string'.
647
648 * 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
651         past and the future, and parse single-digit numbers as years.
652
653 * 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * lisp/parse-time.el (parse-time-string): One too many nils.
656
657 * 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * lisp/parse-time.el (parse-time-rules): Parse
660         "Wed, 29 Apr 98 0:26:01 EDT" times.
661
662 * 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * lisp/parse-time.el (parse-time-rules): Accept times that look
665         like "h:mm".
666
667 * 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * lisp/parse-time.el (parse-time-string): Downcase before handling.
670         (parse-time-rules): Times without seconds have 0 seconds.
671
672 * 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * lisp/parse-time.el (parse-time-syntax): Use vectors.
675
676 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
677
678         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
679         select the article before saving.
680
681 * 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
682
683         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
684         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
685
686 * 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
687
688         * lisp/pop3.el (pop3-last): Use `split-string' instead of
689         `pop3-string-to-list'.
690         (pop3-stat): Likewise.
691         (pop3-munge-message-separator): Likewise.
692         (pop3-string-to-list): Abolished.
693
694 * 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
695
696         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
697         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
698         non-nil.
699         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
700         XEmacs.
701         (gnus-offline-popup-menu): New function.
702         (gnus-offline-define-menu-and-key): Call it under Emacs to create
703         a popup menu in the group buffer.
704
705 * 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
706
707         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
708         select the article before previewing. Abolish prefix arg.
709
710         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
711         the article without reservation.
712         (gnus-article-display-mime-message): Show all headers if
713         `gnus-have-all-headers' the local var of summary buffer is non-nil.
714
715 * 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
716
717         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
718         `gnus-summary-next-article' in `gnus-original-article-mode'.
719         (mime-preview-over-to-previous-method-alist): Use
720         `gnus-summary-prev-article' in `gnus-original-article-mode'.
721         (gnus-article-mode-map): Define almost undefined keys to
722         `gnus-article-read-summary-keys'.
723         (gnus-article-prepare-display): Set `gnus-article-current-summary'
724         to `gnus-summary-buffer'.
725
726 * 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
727
728         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
729         with APOP extention.
730
731 * 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
732
733         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
734         (gnus-xmas-logo-color-style): Default to `sky'.
735
736         * lisp/gnus.el (gnus-group-startup-message): Show version.
737         (gnus-splash-face): Shorten a wavelength.
738
739         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
740         for avoiding byte-compile warning.
741
742         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
743         `raw-text'.
744
745 * 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
746
747         * lisp/*.el: Ebola eradication.
748
749 * 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
750
751         * lisp/message.el (message-dont-send): Use `message-save-drafts'
752         instead of `save-buffer'.
753
754 * 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
755
756         * lisp/message.el (message-send-mail): Protect against errors.
757         (message-send-news): Likewise.
758         (message-maybe-split-and-send-mail): New function.
759         (message-maybe-split-and-send-news): New function.
760
761 * 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
762
763         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
764         `mime-insert-header' instead of `mime-insert-decoded-header'.
765
766 * 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
767
768         * lisp/gnus-ofsetup.el: New file - setting function for
769         gnus-offline.
770
771 * 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
772
773         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
774         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
775
776 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
777
778         * lisp/nnheader.el (nnheader-parse-nov): Use
779         `make-full-mail-header'.
780
781 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
782
783         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
784         Abolished.
785         (gnus-article-display-message-with-encoded-word): Abolished.
786
787 * 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
788
789         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
790         value to `gnus-maybe-setup-default-charset'.
791         (gnus-maybe-setup-default-charset): New function. It is called
792         `message-maybe-setup-default-charset' at one time.
793
794         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
795
796 * 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
797
798         * lisp/gnus-offline.el : New file.
799
800 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
801
802         * ChangeLog turned over.