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