* mime-view.el: Don't show a child entity of message/external-body.
[elisp/semi.git] / ChangeLog
1 2000-02-24  Mito  <mit@nines.nec.co.jp>
2
3         * mime-edit.el (mime-edit-normalize-body): Fix number of arguments
4         against enriched-encode.
5
6 2000-02-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
7
8         * mime-view.el: Don't show a child entity of
9         message/external-body.
10
11 2000-02-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
12
13         * pgg.el (pgg-temp-buffer-show-function): Use
14         `shrink-window-if-larger-than-buffer'.
15
16         * pgg-gpg.el (pgg-gpg-process-region): Fix cleanup form.
17
18         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19
20         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
21
22         * semi-setup.el (mime-setup-enable-inline-image): Remove checking
23         of bitmap-mule; use `eval-after-load' instead of
24         `call-after-loaded' to require `mime-image'.
25
26         * mime-image.el (mime-display-image): Set default umask to 077.
27         (mime-image-create): Use `nothing-image-instance-p'.
28
29         * mime-pgp.el: When it is compiled, define `smime-output-buffer'
30         and `smime-errors-buffer' to avoid compiler warning.
31
32         * mime-edit.el: Ditto.
33
34         * mime-pgp.el
35         (mime-view-application/pkcs7-mime): Regard smime-type as
36         "enveloped-data" unless it is specified.
37
38         * smime.el (smime-directory-files): Abolish.
39         (smime-verify-region): Abolish local variable `args'.
40
41 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
42
43         * mime-image.el: Remove X-Face setting; require cl when compiling.
44         (mime-image-format-alist): Remove image/x-mag and image/x-pic.
45         (mime-image-type-available-p): New function.
46         (mime-image-create): New function.
47         (mime-image-insert): New function.
48         (mime-display-image): Rewrite.
49
50         * mime-edit.el
51         (mime-edit-define-charset): Handle 'mime-charset-comment.
52
53 2000-02-02  Nakagawa, Makoto  <Makoto.Nakagawa@jp.compaq.com>
54
55         * pgg-pgp5.el (pgg-scheme-verify-region): Copy the contents of
56         `pgg-errors-buffer' to `pgg-output-buffer'.
57
58 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
59
60         * EMY 1.13.4 is released.
61
62 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
63
64         * semi-def.el (mime-insert-button): Insert newline to avoid
65         face property concatenation.
66
67 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
68
69         * mime-view.el (mime-preview-toggle-button): New function.
70         (mime-view-define-keymap): Define C-h C-t b to
71         mime-preview-toggle-button.
72         (mime-preview-buttonize): Use it.
73         (mime-preview-unbuttonize): Ditto.
74         (mime-preview-type): Call mime-preview-toggle-body.
75
76 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
77
78         * mime-view.el (mime-preview-toggle-header): Add optional
79         argument show.  When show, always displays rather than toggle.
80         (mime-preview-toggle-all-header): Ditto.
81         (mime-preview-toggle-content): Ditto.
82
83 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
84
85         * mime-view.el (mime-preview-follow-current-entity):
86         Delete header and insert new one.
87         (mime-preview-toggle-header): Don't manipulate entity button.
88         (mime-preview-toggle-all-header): New function.
89
90 2000-02-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
91
92         * mime-view.el (mime-preview-quit): Fix bug which unconditionally
93         removes preview-buffer.
94         From: Yuuichi Teranishi <teranisi@gohome.org>
95
96 2000-02-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
97
98         * mime-view.el (mime-follow-current-entity): Try to be
99         compatible with FSF Emacs.
100
101 2000-02-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
102
103         * EMY 1.13.3 is released.
104
105 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
106
107         * mime-view.el (mime-display-entity): Prefer visibility of
108         entity-button, not invisibility.
109         (mime-view-children-is-invisible): New macro.
110         (mime-display-entity): Check children can be shown.
111
112 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
113
114         * mime-view.el (mime-preview-toggle-header): New function.
115         (mime-preview-toggle-content): New function.
116         (mime-view-define-keymap): Bind C-c C-t C-h to
117         mime-preview-toggle-header, C-h C-t C-c to mime-preview-toggle-content.
118         Bind C-c C-e to mime-preview-extract-current-entity.
119
120 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
121
122         * mime-view.el (mime-preview-entity-boundary): New function.
123         (mime-preview-follow-current-entity): Use it.
124         (mime-view-button-is-visible): New macro.
125         (mime-view-body-is-visible): Ditto.
126
127 2000-02-10  MORIOKA Tomohiko  <tomo@m17n.org>
128
129         * mime-view.el (mime-display-message): Use `major-mode' of
130         current-buffer as default value of `original-major-mode'; don't
131         use `mime-entity-header-buffer'.
132         (mime-preview-follow-current-entity): Use `mime-insert-header' to
133         insert header; don't use `mime-entity-header-buffer',
134         `mime-entity-header-start-point' and
135         `mime-entity-header-end-point'.
136
137 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
138
139         * mime-view.el (mime-view-insert-entity-button): Add invisible
140         when body is invisible.
141
142 2000-02-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
143
144         * mime-view.el (mime-preview-quit): Kill preview buffer
145         when mode-specific function is not found.
146
147 2000-02-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
148
149         * Makefile (MAKEINFO): New variable.
150
151 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
152
153         * Makefile (distclean): New target.
154
155 2000-02-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
156
157         * mime-view.el: Fix byte-compiler warnings.
158         * mime-play.el: Ditto.
159         (mime-preview-quitting-method-for-mime-show-message-mode):
160         Check whether raw-buffer exists.
161
162 2000-02-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
163
164         * Makefile: (texinfmt, xtexinfmt): New rule to format Texinfo
165         file with Emacs and XEmacs.
166
167 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
168
169         * mime-edit.el: Fix doc string.
170         * mime-view.el: Ditto.
171         * pgg-gpg.el: Ditto.
172         * pgg-parse.el: Ditto.
173         * pgg-pgp.el: Ditto.
174         * pgg-pgp5.el: Ditto.
175         * pgg.el: Ditto.
176
177 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
178
179         * mime-view.el (mime-display-entity): Don't call
180         mime-goto-header-start-point.  Clean up and remove redundant
181         let clause.
182
183 2000-02-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
184
185         * EMY 1.13.2 is released.
186
187 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
188
189         * mime-view.el (mime-display-message): Add new local variable
190         line-move-ignore-invisible.  Bind it to t.
191
192 2000-02-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
193
194         * pgg-def.el (pgg-default-scheme): Improve custom options.
195
196 2000-02-05  Yoshiki Hayashi  <yoshiki@xemacs.org>
197
198         * Makefile: Format Info file.
199
200 2000-02-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
201
202         * mime-edit.el: Synch with EMIKO 1.13.11.
203         * mime-image.el: Ditto.
204         * mime-pgp.el: Ditto.
205         * semi-def.el: Ditto.
206         * semi-setup.el: Ditto.
207         * mime-ui-en.sgml: Ditto.
208         * mime-ui-en.texi: Ditto.
209         * mime-ui-ja.sgml: Ditto.
210         * mime-ui-ja.texi: Ditto.
211
212         * pgg-def.el: Synch with EMIKO 1.13.11.  New file.
213         * pgg-gpg.el: Ditto.
214         * pgg-parse.el: Ditto.
215         * pgg-pgp.el: Ditto.
216         * pgg-pgp5.el: Ditto.
217         * pgg.el: Ditto.
218         * smime.el: Ditto.
219
220 2000-02-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
221
222         * mime-edit.el (mime-file-types): Defaults type of patch to
223         text/plain.  There's not much reason to use application/octet-stream.
224
225         * mime-view.el (mime-display-detect-application/octet-stream):
226         New function.
227         * mime-view.el (mime-display-gzipped): New function.
228         Ungzip content and inline it.  Requires external gzip program.
229
230 2000-01-31  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
231
232         * EMY 1.13.1 is released.
233
234 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
235
236         * emy.texi: Describe how to deal with broken message.
237
238 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
239
240         * mime-play.el (mime-save-content-for-broken-message): New function.
241
242 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
243
244         * mime-view.el (mime-display-entity): Clean up code.
245
246 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
247
248         * mime-view.el (mime-display-entity): Fix handling of
249         inline parameter of Content-Disposition.
250
251 2000-01-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
252
253         * mime-edit.el (mime-edit-user-agent-value): Add apel-version.
254
255 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
256
257         * EMY 1.13.0 is released.
258
259 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
260
261         * Makefile, README.en: Update for the new CVS server.
262
263 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
264
265         * README.en: Update for the recent ML address and ftp site.
266
267 1999-12-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
268
269         * mime-w3.el (mime-w3-message-structure): Removed.
270         (mime-preview-text/html): Don't use mime-w3-message-structure.
271         (mime-find-root-entity): New function. Should be in flim.
272         (url-cid): Use it.
273
274 1999-12-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
275
276         * mime-view.el (mime-preview-inline): Avoid inheriting
277         text property.
278         (mime-preview-text): Ditto.
279         (mime-preview-type): Ditto.
280
281 1999-12-07  Yoshiki Hayashi  <t90553@mai.ecc.u-tokyo.ac.jp>
282
283         * mime-view.el (mime-preview-scroll-full-screen): New variable.
284         (mime-display-entiy): Fix attachment detection bug.
285
286 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
287
288         * mime-view.el (mime-preview-buttonize): New function.
289         (mime-preview-unbuttionize): New function.
290
291 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
292
293         * emy.texi: New file.
294
295 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
296
297         * mime-view.el (mime-view-entity-type/subtype): New function
298         to workaround flim feature.
299
300 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
301
302         * mime-view.el (mime-view-insert-entity-button): New optional
303         argument body-is-invisible.
304         (mime-display-entity): Use it.
305         (mime-view-button-place-alist): New variable.
306         (mime-view-entity-button-visible-p): Use it.
307
308 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
309
310         * mime-view.el (mime-view-force-inline-types): New variable.
311         (mime-display-entity): Respect Content-Disposition type.
312         (mime-preview-condition): Treat unknown application subtype
313         as application/octet-stream.
314
315 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
316
317         * mime-edit.el (mime-edit-attach-at-end-type): Changed
318         to use symbols instead of strings.
319
320 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
321
322         * mime-view.el (mime-view-display): Always insert button
323         when body is not displayed.
324
325 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
326
327         * mime-view.el (mime-display-text/x-rot13-47-48):
328         New function.
329
330 1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
331
332         * mime-view.el (mime-preview-text): Don't use DEFAULT
333         argument of read-coding-system. XEmacs 21.1 doesn't
334         accept that argument.
335
336 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
337
338         * mime-edit.el (mime-edit-insert-file): Prompts for
339         content-disposition when verbose.
340         (mime-content-disposition-types): New variable.
341         (mime-prompt-for-disposition): New function
342
343 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
344
345         * mime-view.el (mime-preview-type): New function.
346         (mim-display-entity): Use save-restriction instead of widen.
347
348 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
349
350         * mime-edit.el (mime-edit-attach-at-end-type): New variable.
351         (mime-edit-insert-place): New macro.
352
353 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
354
355         * mime-view.el (mime-preview-text): New function.
356         (mime-preview-inline): New function.
357         (mime-preview-type): New function.
358         (mime-display-entity): Handle a situation when body is invisible.