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