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