Update.
[elisp/gnus.git-] / ChangeLog
1 1999-01-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2
3         * lisp/message.el (message-mime-charset-detect-method): New
4         user optional variable.
5         (message-mime-charset-specify-method): Ditto.
6         (message-mime-charset-detect-args): New variable.
7         (message-maybe-encode-with-specified-charset): New function.
8         (message-mime-charset-detect-by-ask): Ditto.
9         (message-mime-charset-specify-none): Ditto.
10
11         * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
12         (gnus-version): Change required version of SEMI/FLIM.
13
14         * Sync up with gnus-6_10.
15
16 * 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
17
18         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
19         `message-list-references' for gathering IDs from yanked articles.
20
21         * lisp/message.el (message-list-references): New function.
22         (message-yank-original): Use it for gathering IDs from a yanked
23         article.
24
25 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
26
27         * lisp/message.el (message-reply): Get the references from
28         `In-Reply-To' field if there were no references and `In-Reply-To'
29         field looks promising.
30         (message-yank-original): Try to fetch ID from `In-Reply-To' field
31         if `References' field does not exist.
32         (message-yank-original): Use `std11-narrow-to-header' instead of
33         `message-narrow-to-head'.
34
35 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
36
37         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
38         `gnus-current-headers' instead of article header.
39
40 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
41
42         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
43         position of the yanked articles -- apologize to SUTO-san, it has
44         been supported in his original code, but I didn't.
45
46 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
47
48         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
49
50         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
51         * lisp/message.el: Likewise.
52
53         * lisp/message.el (message-yank-original): If
54         `message-yank-add-new-references' is non-nil and this command is
55         called interactively, new IDs from the yanked article will be added
56         to `References' field.
57         (message-yank-add-new-references): New user option.
58         (message-ignored-resent-headers): Default to "^Return-Receipt".
59
60 * 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
61               Katsumi Yamaoka   <yamaoka@jpl.org>
62
63         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
64         field with the gathered Message-IDs and References if more than one
65         articles are given.
66
67 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
68
69         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
70         frame after selecting a new article if the value of
71         `message-use-multi-frames' is non-nil and more than one articles
72         are given.
73
74 1999-01-20  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
75
76         * Sync up with gnus-6_10.
77
78 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
79
80         * README.semi.ja: Delete "ichikawa" from the branches info, and
81         add "keiichi" and "nana-gnus" to there.  Modify the directory name
82         for the daily snapshots.
83         * README.semi: Likewise.
84
85 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
86
87         * lisp/message.el (message-reply): Cancel the last change.
88         (message-followup): Cancel the last change.
89         (message-wide-reply): Cancel the last change.
90
91         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
92         (gnus-summary-reply): Cancel the last change.
93         (gnus-post-news): Cancel the last change.
94
95 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
96
97         * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
98
99         * Sync up with gnus-6_10.
100
101 * 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
102
103         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
104         expirable marks if the destination group is not expirable.
105
106 * 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
109         binary.
110
111 * 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
114         binary.
115
116 * 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
117
118         * lisp/message.el (message-reply): Accept references as a new
119         optional arg.
120         (message-followup): Likewise.
121         (message-wide-reply): Likewise.
122
123         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
124         (gnus-summary-reply): Use it.
125         (gnus-post-news): Use it.
126
127 * 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
128
129         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
130         body.
131
132 * 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
133
134         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
135         <czkmt@remus.dti.ne.jp> to author and maintainer.
136
137 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
138
139         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
140         long headers.
141
142 * 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
145
146 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
147
148         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
149         server if it does not exist in the article.
150         (nntp-request-post): Run `nntp-prepare-post-hook'.
151         (nntp-wait-for): Save a response from the server in
152         `nntp-process-response' after sending a command.
153         (nntp-prepare-post-hook): New hook, run just before posting an
154         article.
155
156         * lisp/nnheader.el (nnheader-init-server-buffer): Make
157         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
158         (nntp-process-response): New variable, used for holding a response
159         from the server after sending a command.
160
161 * 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
162
163         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
164         only if `group' name is neither "queue" nor "draft".
165
166 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
167
168         * lisp/pop3.el (pop3-munge-message-separator): Use
169         `parse-time-string'.
170
171 * 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
174         past and the future, and parse single-digit numbers as years.
175
176 * 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * lisp/parse-time.el (parse-time-string): One too many nils.
179
180 * 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * lisp/parse-time.el (parse-time-rules): Parse
183         "Wed, 29 Apr 98 0:26:01 EDT" times.
184
185 * 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * lisp/parse-time.el (parse-time-rules): Accept times that look
188         like "h:mm".
189
190 * 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * lisp/parse-time.el (parse-time-string): Downcase before handling.
193         (parse-time-rules): Times without seconds have 0 seconds.
194
195 * 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * lisp/parse-time.el (parse-time-syntax): Use vectors.
198
199 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
200
201         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
202         select the article before saving.
203
204 * 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
205
206         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
207         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
208
209 * 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
210
211         * lisp/pop3.el (pop3-last): Use `split-string' instead of
212         `pop3-string-to-list'.
213         (pop3-stat): Likewise.
214         (pop3-munge-message-separator): Likewise.
215         (pop3-string-to-list): Abolished.
216
217 * 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
218
219         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
220         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
221         non-nil.
222         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
223         XEmacs.
224         (gnus-offline-popup-menu): New function.
225         (gnus-offline-define-menu-and-key): Call it under Emacs to create
226         a popup menu in the group buffer.
227
228 * 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
229
230         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
231         select the article before previewing. Abolish prefix arg.
232
233         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
234         the article without reservation.
235         (gnus-article-display-mime-message): Show all headers if
236         `gnus-have-all-headers' the local var of summary buffer is non-nil.
237
238 * 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
239
240         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
241         `gnus-summary-next-article' in `gnus-original-article-mode'.
242         (mime-preview-over-to-previous-method-alist): Use
243         `gnus-summary-prev-article' in `gnus-original-article-mode'.
244         (gnus-article-mode-map): Define almost undefined keys to
245         `gnus-article-read-summary-keys'.
246         (gnus-article-prepare-display): Set `gnus-article-current-summary'
247         to `gnus-summary-buffer'.
248
249 * 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
250
251         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
252         with APOP extention.
253
254 * 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
255
256         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
257         (gnus-xmas-logo-color-style): Default to `sky'.
258
259         * lisp/gnus.el (gnus-group-startup-message): Show version.
260         (gnus-splash-face): Shorten a wavelength.
261
262         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
263         for avoiding byte-compile warning.
264
265         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
266         `raw-text'.
267
268 * 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
269
270         * lisp/*.el: Ebola eradication.
271
272 * 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
273
274         * lisp/message.el (message-dont-send): Use `message-save-drafts'
275         instead of `save-buffer'.
276
277 * 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
278
279         * lisp/message.el (message-send-mail): Protect against errors.
280         (message-send-news): Likewise.
281         (message-maybe-split-and-send-mail): New function.
282         (message-maybe-split-and-send-news): New function.
283
284 * 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
285
286         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
287         `mime-insert-header' instead of `mime-insert-decoded-header'.
288
289 * 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
290
291         * lisp/gnus-ofsetup.el: New file - setting function for
292         gnus-offline.
293
294 * 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
295
296         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
297         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
298
299 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
300
301         * lisp/nnheader.el (nnheader-parse-nov): Use
302         `make-full-mail-header'.
303
304 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
305
306         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
307         Abolished.
308         (gnus-article-display-message-with-encoded-word): Abolished.
309
310 * 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
311
312         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
313         value to `gnus-maybe-setup-default-charset'.
314         (gnus-maybe-setup-default-charset): New function. It is called
315         `message-maybe-setup-default-charset' at one time.
316
317         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
318
319 * 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
320
321         * lisp/gnus-offline.el : New file.
322
323 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
324
325         * ChangeLog turned over.