(mmgnus-entity-body): New function.
[elisp/gnus.git-] / ChangeLog
1 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
2
3         * lisp/gnus-art.el (gnus-mime-display-part-with-mime-view): Bind
4         `mime-display-text/plain-hook' for `gnus-treat-article'.
5
6 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
7
8         * Nana-gnus: Version 7.1.0.2 (This is very alpha status.)
9         See announcement of 7.1.0.0.
10
11         You can use both MIME-View mode and Gnus native viewer from this
12         version.   If you would like to use MIME-View mode, set
13         `gnus-mime-display-part-with-mime-view' to
14         `gnus-mime-display-part-function' by default.  Otherwise, set
15         `gnus-mime-display-part-with-Gnus'.
16
17         * lisp/mmgnus.el (TopLevel): Require `mime' and `eword-deocode'
18         instead of `mmbuffer'.
19         (mmgnus-entity): Rename from `mime-gnus-handle-entity' and use
20         `mime-entity' as parent class.  Add slot `body' and `header'.
21         (mmgnus-visible-field-p): New function. (copy from
22         `mime-visible-field-p' in FLIM's mmbuffer.el)
23         (mmgnus-insert-header-from-string): New function.
24         (mime-insert-header): Define new method.
25         (mime-entity-content): Likewise.
26         (mime-gnus-entity): Use `mmgnus-entity' as parent class.
27
28         * lisp/mm-view.el (mm-inline-message): Set parent to the child.
29
30         * lisp/mm-decode.el: Rename `mime-gnus-handle-*' to `mmgnus-*'.
31         (mm-handle-body): Rename from `mm-handle-buffer'.
32         (mm-handle-set-body): Rename from `mm-handle-set-buffer'.
33         (mm-make-handle): New argument `parent' and `header'.  If encoding
34         is `nil', do not convert to string.
35         (mm-dissect-buffer-header): Rename argument `parent' to
36         `handle'.  Set raw header string to header slot of `mmgnus-entity'.
37         (mm-dissect-buffer): Rename argument `parent' to `handle'.  When
38         use `MIME-View' mode as viewer, parse `message/*' part.
39         (mm-dissect-singlepart): Use `mm-handle-set-body' and
40         `mm-handle-body'.
41         (mm-dissect-message): New function.
42         (mm-dissect-multipart): Rename argument `parent' to `handle'.
43         (mm-dissect-multipart): Set node ID for each parts.
44         (mm-destroy-part): Use `mm-handle-body' and `mm-handle-set-body'.
45         (mm-insert-part): Likewise.
46
47         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.2.
48
49         * lisp/gnus-art.el (gnus-insert-mime-button): Rename
50         `mm-handle-buffer' to `mm-handle-body'.
51         (gnus-article-decode-hook): Do not decode message header.
52         (gnus-mime-display-part-function): New variable
53         `gnus-mime-display-part-function'.
54         (gnus-display-mime): Use `gnus-mime-display-part-function'.
55         (gnus-mime-display-part-with-mime-view): New function for
56         `gnus-mime-display-part-function'.
57         (gnus-mime-display-part-with-Gnus): Likewise.
58
59 1999-12-25  Keiichi Suzuki  <keiichi@nanap.org>
60
61         * lisp/mm-decode.el (mm-dissect-buffer-header): Correspondence
62         with FLIM.
63
64         * lisp/gnus-art.el (gnus-article-decode-hook): Do not decode
65         message body.
66         (gnus-mime-view-all-parts): If single part message and only
67         remove part in `mm-display-part', then retry display this part.
68         (gnus-display-mime): Even if single part message, display message
69         body by handle.
70
71 1999-12-24  Keiichi Suzuki  <keiichi@nanap.org>
72
73         * Nana-gnus: Version 7.1.0.1 (This is very alpha status.)
74         See announcement of 7.1.0.0.
75
76         * lisp/nnheader.el (make-full-mail-header): If field decoder does
77         not found, then do not decode field body.
78
79         * lisp/mm-mailcap.el (mm-mailcap-mime-info): If `string' is
80         invalid content type format, use `string' as major content type.
81
82         * lisp/mm-decode.el (mm-dissect-buffer): Use `result' instead of
83         `parent'.
84
85         * lisp/gnus-art.el (gnus-mime-view-all-parts): Correspondence with
86         FLIM.
87
88         * lisp/mail-parse.el (mail-decode-encoded-word-region): Use
89         `mime-decode-header-in-region'.
90
91         * lisp/gnus-sum.el (TopLevel): Require `mcharset'.
92         (gnus-group-charset-alist): Use content of `default-mime-charset'
93         instead of `iso-8859-1' for default group charset.
94
95         * lisp/gnus-msg.el (gnus-setup-message): Restore to Gnus 5.8.2,
96         and use `default-mime-charset' instead of
97         `message-posting-charset'. (Do not need this part, probably.)
98
99         * lisp/gnus-art.el (gnus-decode-header-function): Use
100         `mail-decode-encoded-word-region'.
101         (article-decode-encoded-words): Bind `default-mime-charset'
102         instead of `mail-parse-charset'.
103
104         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.1.
105
106 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
107
108         * lisp/dgnushack.el (dgnushack-compile): Do not compile
109         `webmail.el'. (temporarily)
110
111         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
112         `save-restriction'.
113
114 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
115
116         * Nana-gnus: Version 7.1.0.0 (This is very alpha status.)
117         I tested only `nntp',`nnml (with pop3)' backend and `Message'
118         mode.
119
120         The test of implement that based on `luna' and the other FLIM
121         functions. But could not use MIME-View currently.
122
123         * lisp/score-mode.el (score-mode-coding-system): Do not specify
124         the coding system for score file in default.
125
126         * lisp/pop3.el (pop3-read-passwd): Check bounded function, before
127         load file.
128
129         * lisp/nnmail.el (nnmail-get-new-mail): Use `sources' insted of
130         `nnmail-spool-file'. (Maybe BUG of Gnus 5.8.2)
131
132         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Use
133         `make-full-mail-header'.
134
135         * lisp/nnheader.el: Sync with Nana-gnus 6.13.
136
137         * lisp/nndraft.el (nndraft-request-article): Use
138         `nnheader-file-coding-system'.
139
140         * lisp/mml.el: Abolished.
141
142         * lisp/mmgnus.el: Copy from Nana-gnus 6.13.
143         (mime-gnus-handle-entity): New class.
144         (mime-gnus-entity): Use `mime-gnus-handle-entity'.
145
146         * lisp/mm-view.el: Rename `mailcap-*' to `mm-mailcap-*'.
147         (mm-inline-message): Correspondence with FLIM.
148
149         * lisp/mm-uu.el: Rename `mailcap-*' to `mm-mailcap-*'.
150
151         * lisp/mm-mailcap.el:  Rename from `mailcap.el'.
152
153         * lisp/mm-encode.el: Rename `mailcap-*' to `mm-mailcap-*'.
154
155         * lisp/mm-decode.el (mm-handle-p): New inline funtion.
156         (mm-handle-set-buffer): Likewise.
157         (mm-handle-multipart/mixed-p): Likewise.
158         (mm-handle-type-parameters): Likewise.
159         (mm-handle-disposition-type): Likewise.
160         (mm-handle-disposition-parameters): Likewise.
161         (mm-handle-buffer): Correspondence with FLIM.
162         (mm-handle-type): Likewise.
163         (mm-handle-media-type): Likewise.
164         (mm-handle-media-supertype): Likewise.
165         (mm-handle-media-subtype): Likewise.
166         (mm-handle-undisplayer): Likewise.
167         (mm-handle-set-undisplayer): Likewise.
168         (mm-handle-disposition): Likewise.
169         (mm-handle-description): Likewise.
170         (mm-handle-cache): Likewise.
171         (mm-handle-set-cache): Likewise.
172         (mm-handle-id): Likewise.
173         (mm-make-handle): Likewise.
174         (mm-mailcap-command): Likewise.
175         (mm-remove-parts): Likewise.
176         (mm-destroy-parts): Likewise.
177         (mm-remove-part): Likewise.
178         (mm-destroy-part): Likewise.
179         (mm-preferred-alternative): Likewise.
180         (mm-handle-child): New alias.
181         (mm-handle-set-child): Likewise.
182         (mm-dissect-buffer-header): New function.
183         (mm-dissect-buffer): Use
184         `mm-dissect-buffer-header'. Correspondence with FLIM.
185         (mm-dissect-singlepart): Change arguments. Correspondence with
186         FLIM.
187         (mm-dissect-multipart): New required argument. Correspondence with
188         FLIM.
189         (mm-display-part): Rename `mailcap-*' to `mm-mailcap-*'. Use
190         `mm-handle-media-subtype'.
191         (mm-display-external): Rename `mailcap-*' to `mm-mailcap-*'.
192         (mm-interactively-view-part): Likewise.
193
194         * lisp/mm-bodies.el (TopLevel): Require `mm-encode'.
195
196         * lisp/message.el: Copy from Nana-gnus 6.13.
197
198         * lisp/mess-lcl.el: Copy from Nana-gnus 6.13.
199
200         * lisp/mess-bbdb.el: Ditto.
201
202         * lisp/mailcap.el: Rename to mm-mailcap.el
203
204         * lisp/mail-parse.el (mail-header-parse-content-type): Use
205         `mime-parse-Content-Type'.
206         (mail-header-parse-content-disposition): Use
207         `mime-parse-Content-Disposition'.
208         (mail-content-type-get): Use `mime-content-type-parameter'.
209
210         * lisp/gnus.el: Sync with Nana-gnus 6.13.
211         (gnus-version-number): Version 7.1.0.0.
212
213         * lisp/gnus-sum.el: Sync with Nana-gnus 6.13.
214         (gnus-update-summary-mark-positions): Correspondence with FLIM.
215         (gnus-nov-parse-line): Likewise.
216         (gnus-get-newsgroup-headers): Likewise.
217         (gnus-summary-save-parts): Likewise.
218
219         * lisp/gnus-spec.el: Sync with Nana-gnus 6.13.
220
221         * lisp/gnus-soup.el (gnus-soup-send-packet): Do not use
222         `message-newsreader' and `message-mailer'.
223
224         * lisp/gnus-score.el: Sync with Nana-gnus 6.13.
225         (gnus-score-save): Do not replace file name character in base
226         path.
227
228         * lisp/gnus-msg.el: Sync with Nana-gnus 6.13.
229
230         * lisp/gnus-int.el (gnus-request-accept-article): Do not encode
231         message.
232
233         * lisp/gnus-draft.el: Sync with Nana-gnus 6.13.
234
235         * lisp/gnus-cache.el (gnus-cache-file-name): Do not replace file
236         name character in base path.
237
238         * lisp/gnus-bbdb.el: Copy from Nana-gnus 6.13.
239
240         * lisp/gnus-art.el (gnus-decode-header-function): Use
241         `mime-decode-header-in-region'.
242         (article-decode-charset): Correspondence with FLIM.
243         (gnus-article-prepare): Likewise.
244         (gnus-article-prepare-display): New optional argument.
245         (gnus-mime-view-part-as-type): Rename `mailcap-*' to
246         `mm-mailcap-*'.
247         (gnus-display-mime): New required argument. Correspondence with
248         FLIM.
249         (gnus-mime-display-part): Likewise.
250         (gnus-mime-display-single): Likewise.
251         (gnus-mime-display-alternative): Likewise.
252         (gnus-mime-display-alternative): Likewise.
253
254         * lisp/dgnushack.el (dgnushack-compile): When BBDB is not
255         installed, do not compile `gnus-bbdb.el' and `mess-bbdb.el'.
256
257         *  (Repository): New branch Nana7 from gnus-5.8.2.