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