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