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