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