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