Update.
[elisp/gnus.git-] / ChangeLog
1 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
2
3         * Nana-gnus: Version 7.1.0.5 (This is alpha status.)
4         See announcement of 7.1.0.3.
5
6         Only sync up with Gnus 5.6.3.
7
8         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.5.
9
10         * lisp/ChangeLog, lisp/base64.el, lisp/binhex.el,
11         lisp/dgnushack.el, lisp/gnus-agent.el, lisp/gnus-art.el,
12         lisp/gnus-async.el, lisp/gnus-audio.el, lisp/gnus-bcklg.el,
13         lisp/gnus-cache.el, lisp/gnus-cite.el, lisp/gnus-cus.el,
14         lisp/gnus-demon.el, lisp/gnus-draft.el, lisp/gnus-ems.el,
15         lisp/gnus-gl.el, lisp/gnus-group.el, lisp/gnus-kill.el,
16         lisp/gnus-load.el, lisp/gnus-mh.el, lisp/gnus-mlspl.el,
17         lisp/gnus-msg.el, lisp/gnus-nocem.el, lisp/gnus-picon.el,
18         lisp/gnus-range.el, lisp/gnus-salt.el, lisp/gnus-score.el,
19         lisp/gnus-setup.el, lisp/gnus-soup.el, lisp/gnus-spec.el,
20         lisp/gnus-srvr.el, lisp/gnus-start.el, lisp/gnus-sum.el,
21         lisp/gnus-topic.el, lisp/gnus-undo.el, lisp/gnus-util.el,
22         lisp/gnus-uu.el, lisp/gnus-win.el, lisp/gnus-xmas.el,
23         lisp/gnus.el, lisp/ietf-drums.el, lisp/imap.el, lisp/lpath.el,
24         lisp/mail-prsvr.el, lisp/mail-source.el, lisp/md5.el,
25         lisp/message.el, lisp/messcompat.el, lisp/mm-bodies.el,
26         lisp/mm-decode.el, lisp/mm-encode.el, lisp/mm-mailcap.el,
27         lisp/mm-util.el, lisp/mm-uu.el, lisp/mm-view.el, lisp/nnagent.el,
28         lisp/nnbabyl.el, lisp/nndb.el, lisp/nndoc.el, lisp/nndraft.el,
29         lisp/nneething.el, lisp/nnfolder.el, lisp/nnheader.el,
30         lisp/nnimap.el, lisp/nnkiboze.el, lisp/nnlistserv.el,
31         lisp/nnmail.el, lisp/nnmbox.el, lisp/nnmh.el, lisp/nnml.el,
32         lisp/nnslashdot.el, lisp/nnsoup.el, lisp/nnspool.el, lisp/nntp.el,
33         lisp/nnultimate.el, lisp/nnvirtual.el, lisp/nnwarchive.el,
34         lisp/nnweb.el, lisp/parse-time.el, lisp/pop3.el, lisp/qp.el,
35         lisp/rfc1843.el, lisp/rfc2047.el, lisp/rfc2104.el, lisp/smiley.el,
36         lisp/uudecode.el, lisp/webmail.el, , texi/ChangeLog,
37         texi/emacs-mime.texi, texi/gnus.texi, texi/message.texi: Sync up
38         with gnus-5_8_3.
39
40 2000-01-12  Keiichi Suzuki  <keiichi@nanap.org>
41
42         * Nana-gnus: Version 7.1.0.4 (This is alpha status.)
43         See announcement of 7.1.0.3.
44
45         Only fixed a bug.
46
47         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.4.
48
49         * lisp/gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Do not
50         decode extra header field.
51
52 2000-01-05  Keiichi Suzuki  <keiichi@nanap.org>
53
54         * Nana-gnus: Version 7.1.0.3 (This is alpha status.)
55         I tested only `nntp',`nnml (with pop3)' backend and `Message'
56         mode.
57
58         You can use ``extruct current entity''.  But can not use ``follow
59         current entity''.
60
61         * lisp/gnus-art.el (gnus-article-header-presentation-method): New
62         function.
63         (mime-header-presentation-method-alist): Add
64         `gnus-article-header-presentation-method'.
65         (gnus-mime-preview-quitting-method): New function.
66         (mime-preview-quitting-method-alist): Add
67         `gnus-mime-preview-quitting-method'.
68         (gnus-following-method): New function.
69         (mime-preview-following-method-alist): Add
70         `gnus-following-method'.
71
72         * lisp/mmgnus.el (mmgnus-entity-body): New function.
73         (mime-entity-content): Use `mmgnus-entity-body'.
74         (mime-insert-entity-content): New method.
75         (mime-write-entity-content): Likewise.
76         (mime-insert-entity): Likewise.
77         (mime-write-entity): Likewise.
78         (mime-write-entity-body): Likewise.
79
80         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.3.
81
82 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
83
84         * lisp/gnus-art.el (gnus-mime-display-part-with-mime-view): Bind
85         `mime-display-text/plain-hook' for `gnus-treat-article'.
86
87 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
88
89         * Nana-gnus: Version 7.1.0.2 (This is very alpha status.)
90         See announcement of 7.1.0.0.
91
92         You can use both MIME-View mode and Gnus native viewer from this
93         version.   If you would like to use MIME-View mode, set
94         `gnus-mime-display-part-with-mime-view' to
95         `gnus-mime-display-part-function' by default.  Otherwise, set
96         `gnus-mime-display-part-with-Gnus'.
97
98         * lisp/mmgnus.el (TopLevel): Require `mime' and `eword-deocode'
99         instead of `mmbuffer'.
100         (mmgnus-entity): Rename from `mime-gnus-handle-entity' and use
101         `mime-entity' as parent class.  Add slot `body' and `header'.
102         (mmgnus-visible-field-p): New function. (copy from
103         `mime-visible-field-p' in FLIM's mmbuffer.el)
104         (mmgnus-insert-header-from-string): New function.
105         (mime-insert-header): Define new method.
106         (mime-entity-content): Likewise.
107         (mime-gnus-entity): Use `mmgnus-entity' as parent class.
108
109         * lisp/mm-view.el (mm-inline-message): Set parent to the child.
110
111         * lisp/mm-decode.el: Rename `mime-gnus-handle-*' to `mmgnus-*'.
112         (mm-handle-body): Rename from `mm-handle-buffer'.
113         (mm-handle-set-body): Rename from `mm-handle-set-buffer'.
114         (mm-make-handle): New argument `parent' and `header'.  If encoding
115         is `nil', do not convert to string.
116         (mm-dissect-buffer-header): Rename argument `parent' to
117         `handle'.  Set raw header string to header slot of `mmgnus-entity'.
118         (mm-dissect-buffer): Rename argument `parent' to `handle'.  When
119         use `MIME-View' mode as viewer, parse `message/*' part.
120         (mm-dissect-singlepart): Use `mm-handle-set-body' and
121         `mm-handle-body'.
122         (mm-dissect-message): New function.
123         (mm-dissect-multipart): Rename argument `parent' to `handle'.
124         (mm-dissect-multipart): Set node ID for each parts.
125         (mm-destroy-part): Use `mm-handle-body' and `mm-handle-set-body'.
126         (mm-insert-part): Likewise.
127
128         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.2.
129
130         * lisp/gnus-art.el (gnus-insert-mime-button): Rename
131         `mm-handle-buffer' to `mm-handle-body'.
132         (gnus-article-decode-hook): Do not decode message header.
133         (gnus-mime-display-part-function): New variable
134         `gnus-mime-display-part-function'.
135         (gnus-display-mime): Use `gnus-mime-display-part-function'.
136         (gnus-mime-display-part-with-mime-view): New function for
137         `gnus-mime-display-part-function'.
138         (gnus-mime-display-part-with-Gnus): Likewise.
139
140 1999-12-25  Keiichi Suzuki  <keiichi@nanap.org>
141
142         * lisp/mm-decode.el (mm-dissect-buffer-header): Correspondence
143         with FLIM.
144
145         * lisp/gnus-art.el (gnus-article-decode-hook): Do not decode
146         message body.
147         (gnus-mime-view-all-parts): If single part message and only
148         remove part in `mm-display-part', then retry display this part.
149         (gnus-display-mime): Even if single part message, display message
150         body by handle.
151
152 1999-12-24  Keiichi Suzuki  <keiichi@nanap.org>
153
154         * Nana-gnus: Version 7.1.0.1 (This is very alpha status.)
155         See announcement of 7.1.0.0.
156
157         * lisp/nnheader.el (make-full-mail-header): If field decoder does
158         not found, then do not decode field body.
159
160         * lisp/mm-mailcap.el (mm-mailcap-mime-info): If `string' is
161         invalid content type format, use `string' as major content type.
162
163         * lisp/mm-decode.el (mm-dissect-buffer): Use `result' instead of
164         `parent'.
165
166         * lisp/gnus-art.el (gnus-mime-view-all-parts): Correspondence with
167         FLIM.
168
169         * lisp/mail-parse.el (mail-decode-encoded-word-region): Use
170         `mime-decode-header-in-region'.
171
172         * lisp/gnus-sum.el (TopLevel): Require `mcharset'.
173         (gnus-group-charset-alist): Use content of `default-mime-charset'
174         instead of `iso-8859-1' for default group charset.
175
176         * lisp/gnus-msg.el (gnus-setup-message): Restore to Gnus 5.8.2,
177         and use `default-mime-charset' instead of
178         `message-posting-charset'. (Do not need this part, probably.)
179
180         * lisp/gnus-art.el (gnus-decode-header-function): Use
181         `mail-decode-encoded-word-region'.
182         (article-decode-encoded-words): Bind `default-mime-charset'
183         instead of `mail-parse-charset'.
184
185         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.1.
186
187 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
188
189         * lisp/dgnushack.el (dgnushack-compile): Do not compile
190         `webmail.el'. (temporarily)
191
192         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
193         `save-restriction'.
194
195 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
196
197         * Nana-gnus: Version 7.1.0.0 (This is very alpha status.)
198         I tested only `nntp',`nnml (with pop3)' backend and `Message'
199         mode.
200
201         The test of implement that based on `luna' and the other FLIM
202         functions. But could not use MIME-View currently.
203
204         * lisp/score-mode.el (score-mode-coding-system): Do not specify
205         the coding system for score file in default.
206
207         * lisp/pop3.el (pop3-read-passwd): Check bounded function, before
208         load file.
209
210         * lisp/nnmail.el (nnmail-get-new-mail): Use `sources' insted of
211         `nnmail-spool-file'. (Maybe BUG of Gnus 5.8.2)
212
213         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Use
214         `make-full-mail-header'.
215
216         * lisp/nnheader.el: Sync with Nana-gnus 6.13.
217
218         * lisp/nndraft.el (nndraft-request-article): Use
219         `nnheader-file-coding-system'.
220
221         * lisp/mml.el: Abolished.
222
223         * lisp/mmgnus.el: Copy from Nana-gnus 6.13.
224         (mime-gnus-handle-entity): New class.
225         (mime-gnus-entity): Use `mime-gnus-handle-entity'.
226
227         * lisp/mm-view.el: Rename `mailcap-*' to `mm-mailcap-*'.
228         (mm-inline-message): Correspondence with FLIM.
229
230         * lisp/mm-uu.el: Rename `mailcap-*' to `mm-mailcap-*'.
231
232         * lisp/mm-mailcap.el:  Rename from `mailcap.el'.
233
234         * lisp/mm-encode.el: Rename `mailcap-*' to `mm-mailcap-*'.
235
236         * lisp/mm-decode.el (mm-handle-p): New inline funtion.
237         (mm-handle-set-buffer): Likewise.
238         (mm-handle-multipart/mixed-p): Likewise.
239         (mm-handle-type-parameters): Likewise.
240         (mm-handle-disposition-type): Likewise.
241         (mm-handle-disposition-parameters): Likewise.
242         (mm-handle-buffer): Correspondence with FLIM.
243         (mm-handle-type): Likewise.
244         (mm-handle-media-type): Likewise.
245         (mm-handle-media-supertype): Likewise.
246         (mm-handle-media-subtype): Likewise.
247         (mm-handle-undisplayer): Likewise.
248         (mm-handle-set-undisplayer): Likewise.
249         (mm-handle-disposition): Likewise.
250         (mm-handle-description): Likewise.
251         (mm-handle-cache): Likewise.
252         (mm-handle-set-cache): Likewise.
253         (mm-handle-id): Likewise.
254         (mm-make-handle): Likewise.
255         (mm-mailcap-command): Likewise.
256         (mm-remove-parts): Likewise.
257         (mm-destroy-parts): Likewise.
258         (mm-remove-part): Likewise.
259         (mm-destroy-part): Likewise.
260         (mm-preferred-alternative): Likewise.
261         (mm-handle-child): New alias.
262         (mm-handle-set-child): Likewise.
263         (mm-dissect-buffer-header): New function.
264         (mm-dissect-buffer): Use
265         `mm-dissect-buffer-header'. Correspondence with FLIM.
266         (mm-dissect-singlepart): Change arguments. Correspondence with
267         FLIM.
268         (mm-dissect-multipart): New required argument. Correspondence with
269         FLIM.
270         (mm-display-part): Rename `mailcap-*' to `mm-mailcap-*'. Use
271         `mm-handle-media-subtype'.
272         (mm-display-external): Rename `mailcap-*' to `mm-mailcap-*'.
273         (mm-interactively-view-part): Likewise.
274
275         * lisp/mm-bodies.el (TopLevel): Require `mm-encode'.
276
277         * lisp/message.el: Copy from Nana-gnus 6.13.
278
279         * lisp/mess-lcl.el: Copy from Nana-gnus 6.13.
280
281         * lisp/mess-bbdb.el: Ditto.
282
283         * lisp/mailcap.el: Rename to mm-mailcap.el
284
285         * lisp/mail-parse.el (mail-header-parse-content-type): Use
286         `mime-parse-Content-Type'.
287         (mail-header-parse-content-disposition): Use
288         `mime-parse-Content-Disposition'.
289         (mail-content-type-get): Use `mime-content-type-parameter'.
290
291         * lisp/gnus.el: Sync with Nana-gnus 6.13.
292         (gnus-version-number): Version 7.1.0.0.
293
294         * lisp/gnus-sum.el: Sync with Nana-gnus 6.13.
295         (gnus-update-summary-mark-positions): Correspondence with FLIM.
296         (gnus-nov-parse-line): Likewise.
297         (gnus-get-newsgroup-headers): Likewise.
298         (gnus-summary-save-parts): Likewise.
299
300         * lisp/gnus-spec.el: Sync with Nana-gnus 6.13.
301
302         * lisp/gnus-soup.el (gnus-soup-send-packet): Do not use
303         `message-newsreader' and `message-mailer'.
304
305         * lisp/gnus-score.el: Sync with Nana-gnus 6.13.
306         (gnus-score-save): Do not replace file name character in base
307         path.
308
309         * lisp/gnus-msg.el: Sync with Nana-gnus 6.13.
310
311         * lisp/gnus-int.el (gnus-request-accept-article): Do not encode
312         message.
313
314         * lisp/gnus-draft.el: Sync with Nana-gnus 6.13.
315
316         * lisp/gnus-cache.el (gnus-cache-file-name): Do not replace file
317         name character in base path.
318
319         * lisp/gnus-bbdb.el: Copy from Nana-gnus 6.13.
320
321         * lisp/gnus-art.el (gnus-decode-header-function): Use
322         `mime-decode-header-in-region'.
323         (article-decode-charset): Correspondence with FLIM.
324         (gnus-article-prepare): Likewise.
325         (gnus-article-prepare-display): New optional argument.
326         (gnus-mime-view-part-as-type): Rename `mailcap-*' to
327         `mm-mailcap-*'.
328         (gnus-display-mime): New required argument. Correspondence with
329         FLIM.
330         (gnus-mime-display-part): Likewise.
331         (gnus-mime-display-single): Likewise.
332         (gnus-mime-display-alternative): Likewise.
333         (gnus-mime-display-alternative): Likewise.
334
335         * lisp/dgnushack.el (dgnushack-compile): When BBDB is not
336         installed, do not compile `gnus-bbdb.el' and `mess-bbdb.el'.
337
338         *  (Repository): New branch Nana7 from gnus-5.8.2.