* mime-view.el (mime-display-entity): Fix handling of
[elisp/semi.git] / ChangeLog
1 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
2
3         * mime-view.el (mime-display-entity): Fix handling of
4         inline Content-Disposition.
5
6 2000-01-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7
8         * mime-edit.el (mime-edit-user-agent-value): Add apel-version.
9
10 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
11
12         * EMY 1.13.0 is released.
13
14 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
15
16         * Makefile, README.en: Update for the new CVS server.
17
18 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
19
20         * README.en: Update for the recent ML address and ftp site.
21
22 1999-12-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
23
24         * mime-w3.el (mime-w3-message-structure): Removed.
25         (mime-preview-text/html): Don't use mime-w3-message-structure.
26         (mime-find-root-entity): New function. Should be in flim.
27         (url-cid): Use it.
28
29 1999-12-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
30
31         * mime-view.el (mime-preview-inline): Avoid inheriting
32         text property.
33         (mime-preview-text): Ditto.
34         (mime-preview-type): Ditto.
35
36 1999-12-07  Yoshiki Hayashi  <t90553@mai.ecc.u-tokyo.ac.jp>
37
38         * mime-view.el (mime-preview-scroll-full-screen): New variable.
39         (mime-display-entiy): Fix attachment detection bug.
40
41 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
42
43         * mime-view.el (mime-preview-buttonize): New function.
44         (mime-preview-unbuttionize): New function.
45
46 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
47
48         * emy.texi: New file.
49
50 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
51
52         * mime-view.el (mime-view-entity-type/subtype): New function
53         to workaround flim feature.
54
55 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
56
57         * mime-view.el (mime-view-insert-entity-button): New optional
58         argument body-is-invisible.
59         (mime-display-entity): Use it.
60         (mime-view-button-place-alist): New variable.
61         (mime-view-entity-button-visible-p): Use it.
62
63 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
64
65         * mime-view.el (mime-view-force-inline-types): New variable.
66         (mime-display-entity): Respect Content-Disposition type.
67         (mime-preview-condition): Treat unknown application subtype
68         as application/octet-stream.
69
70 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
71
72         * mime-edit.el (mime-edit-attach-at-end-type): Changed
73         to use symbols instead of strings.
74
75 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
76
77         * mime-view.el (mime-view-display): Always insert button
78         when body is not displayed.
79
80 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
81
82         * mime-view.el (mime-display-text/x-rot13-47-48):
83         New function.
84
85 1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
86
87         * mime-view.el (mime-preview-text): Don't use DEFAULT
88         argument of read-coding-system. XEmacs 21.1 doesn't
89         accept that argument.
90
91 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
92
93         * mime-edit.el (mime-edit-insert-file): Prompts for
94         content-disposition when verbose.
95         (mime-content-disposition-types): New variable.
96         (mime-prompt-for-disposition): New function
97
98 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
99
100         * mime-view.el (mime-preview-type): New function.
101         (mim-display-entity): Use save-restriction instead of widen.
102
103 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
104
105         * mime-edit.el (mime-edit-attach-at-end-type): New variable.
106         (mime-edit-insert-place): New macro.
107
108 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
109
110         * mime-view.el (mime-preview-text): New function.
111         (mime-preview-inline): New function.
112         (mime-preview-type): New function.
113         (mime-display-entity): Handle a situation when body is invisible.