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