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