Update.
[elisp/gnus.git-] / ChangeLog
1 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
2
3         * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
4
5         * Sync up with gnus-6_10.
6
7 * 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
8
9         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
10         expirable marks if the destination group is not expirable.
11
12 * 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
15         binary.
16
17 * 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
20         binary.
21
22 * 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
23
24         * lisp/message.el (message-reply): Accept references as a new
25         optional arg.
26         (message-followup): Likewise.
27         (message-wide-reply): Likewise.
28
29         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
30         (gnus-summary-reply): Use it
31         (gnus-post-news): Use it.
32
33 * 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
34
35         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
36         body.
37
38 * 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
39
40         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
41         <czkmt@remus.dti.ne.jp> to author and maintainer.
42
43 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
44
45         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
46         long headers.
47
48 * 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
51
52 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
53
54         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
55         server if it does not exist in the article.
56         (nntp-request-post): Run `nntp-prepare-post-hook'.
57         (nntp-wait-for): Save a response from the server in
58         `nntp-process-response' after sending a command.
59         (nntp-prepare-post-hook): New hook, run just before posting an
60         article.
61
62         * lisp/nnheader.el (nnheader-init-server-buffer): Make
63         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
64         (nntp-process-response): New variable, used for holding a response
65         from the server after sending a command.
66
67 * 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
68
69         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
70         only if `group' name is neither "queue" nor "draft".
71
72 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
73
74         * lisp/pop3.el (pop3-munge-message-separator): Use
75         `parse-time-string'.
76
77 * 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
80         past and the future, and parse single-digit numbers as years.
81
82 * 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * lisp/parse-time.el (parse-time-string): One too many nils.
85
86 * 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * lisp/parse-time.el (parse-time-rules): Parse
89         "Wed, 29 Apr 98 0:26:01 EDT" times.
90
91 * 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * lisp/parse-time.el (parse-time-rules): Accept times that look
94         like "h:mm".
95
96 * 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * lisp/parse-time.el (parse-time-string): Downcase before handling.
99         (parse-time-rules): Times without seconds have 0 seconds.
100
101 * 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * lisp/parse-time.el (parse-time-syntax): Use vectors.
104
105 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
106
107         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
108         select the article before saving.
109
110 * 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
111
112         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
113         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
114
115 * 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
116
117         * lisp/pop3.el (pop3-last): Use `split-string' instead of
118         `pop3-string-to-list'.
119         (pop3-stat): Likewise.
120         (pop3-munge-message-separator): Likewise.
121         (pop3-string-to-list): Abolished.
122
123 * 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
124
125         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
126         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
127         non-nil.
128         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
129         XEmacs.
130         (gnus-offline-popup-menu): New function.
131         (gnus-offline-define-menu-and-key): Call it under Emacs to create
132         a popup menu in the group buffer.
133
134 * 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
135
136         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
137         select the article before previewing. Abolish prefix arg.
138
139         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
140         the article without reservation.
141         (gnus-article-display-mime-message): Show all headers if
142         `gnus-have-all-headers' the local var of summary buffer is non-nil.
143
144 * 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
145
146         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
147         `gnus-summary-next-article' in `gnus-original-article-mode'.
148         (mime-preview-over-to-previous-method-alist): Use
149         `gnus-summary-prev-article' in `gnus-original-article-mode'.
150         (gnus-article-mode-map): Define almost undefined keys to
151         `gnus-article-read-summary-keys'.
152         (gnus-article-prepare-display): Set `gnus-article-current-summary'
153         to `gnus-summary-buffer'.
154
155 * 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
156
157         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
158         with APOP extention.
159
160 * 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
161
162         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
163         (gnus-xmas-logo-color-style): Default to `sky'.
164
165         * lisp/gnus.el (gnus-group-startup-message): Show version.
166         (gnus-splash-face): Shorten a wavelength.
167
168         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
169         for avoiding byte-compile warning.
170
171         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
172         `raw-text'.
173
174 * 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
175
176         * lisp/*.el: Ebola eradication.
177
178 * 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
179
180         * lisp/message.el (message-dont-send): Use `message-save-drafts'
181         instead of `save-buffer'.
182
183 * 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
184
185         * lisp/message.el (message-send-mail): Protect against errors.
186         (message-send-news): Likewise.
187         (message-maybe-split-and-send-mail): New function.
188         (message-maybe-split-and-send-news): New function.
189
190 * 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
191
192         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
193         `mime-insert-header' instead of `mime-insert-decoded-header'.
194
195 * 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
196
197         * lisp/gnus-ofsetup.el: New file - setting function for
198         gnus-offline.
199
200 * 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
201
202         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
203         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
204
205 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
206
207         * lisp/nnheader.el (nnheader-parse-nov): Use
208         `make-full-mail-header'.
209
210 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
211
212         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
213         Abolished.
214         (gnus-article-display-message-with-encoded-word): Abolished.
215
216 * 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
217
218         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
219         value to `gnus-maybe-setup-default-charset'.
220         (gnus-maybe-setup-default-charset): New function. It is called
221         `message-maybe-setup-default-charset' at one time.
222
223         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
224
225 * 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
226
227         * lisp/gnus-offline.el : New file.
228
229 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
230
231         * ChangeLog turned over.