Update.
[elisp/gnus.git-] / ChangeLog
1 1999-02-08  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2
3         * Nana-gnus: Version 6.12.2 released.
4
5         * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
6
7         * lisp/mess-bbdb.el: New file.
8
9         * lisp/message.el (message-mail-follow-up-address-checker): New
10         variable.
11         (message-reply): Use `message-mail-follow-up-address-checker'.
12         (message-mailing-list-address-list): New variable.
13         (message-check-mailing-list-with-address-list): New function.
14         (message-mailing-list-address-p): New variable.
15         (message-check-mailing-list-with-function): New function.
16
17         * lisp/gnus-bbdb.el: Update required Gnus version.
18
19         * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'.
20
21         * Nana-TIPS.ja: New section
22         `message-mail-follow-up-address-checker'.
23
24 \f
25 1999-02-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
26
27         * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
28
29         * Sync up with gnus-6_10.
30
31 * 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
32
33         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
34         instead of `char-after'. NOTE: It's a temporary step.
35
36 * 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
37
38         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
39
40 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
41
42         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
43         information to .newsrc file.
44
45 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
46
47         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
48         external movemail program.
49
50 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
51
52         * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
53         the last changes -- don't sync with chaos-1_12.
54
55 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
56
57         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
58         change.
59
60 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
61
62         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
63         parentheses.
64         (gnus-offline-define-menu-on-agent): Ditto.
65
66 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
67
68         * lisp/gnus.el (gnus-version-number): Update to 6.10.3.
69         (gnus-version): Modify for SEMI 1.13.
70
71         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
72         of `following-char'.
73
74 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
75
76         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
77         <manbou@ceres.dti.ne.jp>.
78
79 * 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
82         `gnus-nov-skip-field' and `gnus-nov-field'.
83         (gnus-nov-parse-line): Use `nnheader-nov-field' and
84         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
85         `gnus-nov-read-integer'.
86         (gnus-get-newsgroup-headers-xover): Use
87         `gnus-retrieve-parsed-headers'.
88
89         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
90         `gnus-cache-braid-headers',
91         `nnheader-get-newsgroup-headers-xover*' and
92         `nnheader-retrieve-headers-from-directory*' instead of
93         `gnus-get-newsgroup-headers-xover'.
94         (gnus-cache-braid-headers): New function.
95
96         * lisp/nnheader.el (nnheader-nov-read-integer): Use
97         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
98         same as `gnus-nov-read-integer'.
99         (nnheader-retrieve-headers-from-directory*): New function.
100         (nnheader-retrieve-headers-from-directory): Use
101         `nnheader-retrieve-headers-from-directory*'.
102         (nnheader-get-newsgroup-headers-xover*): New function.
103
104 * 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
107         `nnheader-retrieve-headers-from-directory'.
108
109         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
110         function.
111
112 * 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
115         `gnus-cache-retrieve-parsed-headers' instead of
116         `gnus-cache-retrieve-headers'.
117
118         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
119         function.
120
121 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
122
123         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
124         select methods.
125
126 * 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
127
128         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
129
130 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
131
132         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
133         optional arguments `dependencies' and `force-new'; new
134         implementation; call `retrieve-parsed-headers' if it is found.
135
136         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
137
138 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
139
140         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
141         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
142         and `gnus-get-newsgroup-headers-xover' or
143         `gnus-get-newsgroup-headers'.
144
145         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
146
147 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
148             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
149
150         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
151         pGnus 0.73 or later.
152
153         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
154         to check pGnus 0.73 or later instead of (locate-library "mail-source")
155
156 * 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
157
158         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
159         * lisp/gnus-ofsetup.el: Ditto.
160
161 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
162
163         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
164         frame after selecting a new article if the value of
165         `message-use-multi-frames' is non-nil and more than one articles
166         are given.
167
168 * 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
169
170         * lisp/gnus-offline.el: Add security notice.
171
172 * 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
173
174         * README-offline.ja: New file - Variable and command description
175         for gnus-offline(Japanese edition).
176         * README-offline.en: New file - Ditto (English edition).
177
178 * 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
179
180         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
181         variable.
182         (gnus-offline-pop-password-decoding-function): New variable.
183         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
184         is non-nil, get one's password information from a file specified
185         by this variable, and don't store the passwords as a variable.
186         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
187         translations.
188
189 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
190
191         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
192         respool article.
193
194 1999-01-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
195
196         * lisp/message.el (message-mime-charset-detect-method): New
197         user optional variable.
198         (message-mime-charset-specify-method): Ditto.
199         (message-mime-charset-detect-args): New variable.
200         (message-maybe-encode-with-specified-charset): New function.
201         (message-mime-charset-detect-by-ask): Ditto.
202         (message-mime-charset-specify-none): Ditto.
203
204         * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
205         (gnus-version): Change required version of SEMI/FLIM.
206
207         * Sync up with gnus-6_10.
208
209 * 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
210
211         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
212         `message-list-references' for gathering IDs from yanked articles.
213
214         * lisp/message.el (message-list-references): New function.
215         (message-yank-original): Use it for gathering IDs from a yanked
216         article.
217
218 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
219
220         * lisp/message.el (message-reply): Get the references from
221         `In-Reply-To' field if there were no references and `In-Reply-To'
222         field looks promising.
223         (message-yank-original): Try to fetch ID from `In-Reply-To' field
224         if `References' field does not exist.
225         (message-yank-original): Use `std11-narrow-to-header' instead of
226         `message-narrow-to-head'.
227
228 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
229
230         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
231         `gnus-current-headers' instead of article header.
232
233 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
234
235         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
236         position of the yanked articles -- apologize to SUTO-san, it has
237         been supported in his original code, but I didn't.
238
239 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
240
241         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
242
243         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
244         * lisp/message.el: Likewise.
245
246         * lisp/message.el (message-yank-original): If
247         `message-yank-add-new-references' is non-nil and this command is
248         called interactively, new IDs from the yanked article will be added
249         to `References' field.
250         (message-yank-add-new-references): New user option.
251         (message-ignored-resent-headers): Default to "^Return-Receipt".
252
253 * 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
254               Katsumi Yamaoka   <yamaoka@jpl.org>
255
256         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
257         field with the gathered Message-IDs and References if more than one
258         articles are given.
259
260 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
261
262         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
263         frame after selecting a new article if the value of
264         `message-use-multi-frames' is non-nil and more than one articles
265         are given.
266
267 1999-01-20  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
268
269         * Sync up with gnus-6_10.
270
271 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
272
273         * README.semi.ja: Delete "ichikawa" from the branches info, and
274         add "keiichi" and "nana-gnus" to there.  Modify the directory name
275         for the daily snapshots.
276         * README.semi: Likewise.
277
278 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
279
280         * lisp/message.el (message-reply): Cancel the last change.
281         (message-followup): Cancel the last change.
282         (message-wide-reply): Cancel the last change.
283
284         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
285         (gnus-summary-reply): Cancel the last change.
286         (gnus-post-news): Cancel the last change.
287
288 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
289
290         * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
291
292         * Sync up with gnus-6_10.
293
294 * 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
295
296         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
297         expirable marks if the destination group is not expirable.
298
299 * 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
302         binary.
303
304 * 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
307         binary.
308
309 * 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
310
311         * lisp/message.el (message-reply): Accept references as a new
312         optional arg.
313         (message-followup): Likewise.
314         (message-wide-reply): Likewise.
315
316         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
317         (gnus-summary-reply): Use it.
318         (gnus-post-news): Use it.
319
320 * 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
321
322         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
323         body.
324
325 * 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
326
327         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
328         <czkmt@remus.dti.ne.jp> to author and maintainer.
329
330 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
331
332         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
333         long headers.
334
335 * 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
338
339 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
340
341         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
342         server if it does not exist in the article.
343         (nntp-request-post): Run `nntp-prepare-post-hook'.
344         (nntp-wait-for): Save a response from the server in
345         `nntp-process-response' after sending a command.
346         (nntp-prepare-post-hook): New hook, run just before posting an
347         article.
348
349         * lisp/nnheader.el (nnheader-init-server-buffer): Make
350         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
351         (nntp-process-response): New variable, used for holding a response
352         from the server after sending a command.
353
354 * 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
355
356         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
357         only if `group' name is neither "queue" nor "draft".
358
359 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
360
361         * lisp/pop3.el (pop3-munge-message-separator): Use
362         `parse-time-string'.
363
364 * 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
367         past and the future, and parse single-digit numbers as years.
368
369 * 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * lisp/parse-time.el (parse-time-string): One too many nils.
372
373 * 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * lisp/parse-time.el (parse-time-rules): Parse
376         "Wed, 29 Apr 98 0:26:01 EDT" times.
377
378 * 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * lisp/parse-time.el (parse-time-rules): Accept times that look
381         like "h:mm".
382
383 * 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * lisp/parse-time.el (parse-time-string): Downcase before handling.
386         (parse-time-rules): Times without seconds have 0 seconds.
387
388 * 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * lisp/parse-time.el (parse-time-syntax): Use vectors.
391
392 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
393
394         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
395         select the article before saving.
396
397 * 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
398
399         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
400         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
401
402 * 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
403
404         * lisp/pop3.el (pop3-last): Use `split-string' instead of
405         `pop3-string-to-list'.
406         (pop3-stat): Likewise.
407         (pop3-munge-message-separator): Likewise.
408         (pop3-string-to-list): Abolished.
409
410 * 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
411
412         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
413         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
414         non-nil.
415         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
416         XEmacs.
417         (gnus-offline-popup-menu): New function.
418         (gnus-offline-define-menu-and-key): Call it under Emacs to create
419         a popup menu in the group buffer.
420
421 * 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
422
423         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
424         select the article before previewing. Abolish prefix arg.
425
426         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
427         the article without reservation.
428         (gnus-article-display-mime-message): Show all headers if
429         `gnus-have-all-headers' the local var of summary buffer is non-nil.
430
431 * 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
432
433         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
434         `gnus-summary-next-article' in `gnus-original-article-mode'.
435         (mime-preview-over-to-previous-method-alist): Use
436         `gnus-summary-prev-article' in `gnus-original-article-mode'.
437         (gnus-article-mode-map): Define almost undefined keys to
438         `gnus-article-read-summary-keys'.
439         (gnus-article-prepare-display): Set `gnus-article-current-summary'
440         to `gnus-summary-buffer'.
441
442 * 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
443
444         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
445         with APOP extention.
446
447 * 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
448
449         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
450         (gnus-xmas-logo-color-style): Default to `sky'.
451
452         * lisp/gnus.el (gnus-group-startup-message): Show version.
453         (gnus-splash-face): Shorten a wavelength.
454
455         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
456         for avoiding byte-compile warning.
457
458         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
459         `raw-text'.
460
461 * 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
462
463         * lisp/*.el: Ebola eradication.
464
465 * 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
466
467         * lisp/message.el (message-dont-send): Use `message-save-drafts'
468         instead of `save-buffer'.
469
470 * 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
471
472         * lisp/message.el (message-send-mail): Protect against errors.
473         (message-send-news): Likewise.
474         (message-maybe-split-and-send-mail): New function.
475         (message-maybe-split-and-send-news): New function.
476
477 * 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
478
479         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
480         `mime-insert-header' instead of `mime-insert-decoded-header'.
481
482 * 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
483
484         * lisp/gnus-ofsetup.el: New file - setting function for
485         gnus-offline.
486
487 * 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
488
489         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
490         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
491
492 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
493
494         * lisp/nnheader.el (nnheader-parse-nov): Use
495         `make-full-mail-header'.
496
497 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
498
499         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
500         Abolished.
501         (gnus-article-display-message-with-encoded-word): Abolished.
502
503 * 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
504
505         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
506         value to `gnus-maybe-setup-default-charset'.
507         (gnus-maybe-setup-default-charset): New function. It is called
508         `message-maybe-setup-default-charset' at one time.
509
510         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
511
512 * 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
513
514         * lisp/gnus-offline.el : New file.
515
516 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
517
518         * ChangeLog turned over.