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