Synch up with EMIKO 1.13.11.
[elisp/semi.git] / ChangeLog
1 2000-02-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2
3         * EMY 1.13.2 is released.
4
5 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
6
7         * mime-view.el (mime-display-message): Add new local variable
8         line-move-ignore-invisible.  Bind it to t.
9
10 2000-02-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
11
12         * pgg-def.el (pgg-default-scheme): Improve custom options.
13
14 2000-02-05  Yoshiki Hayashi  <yoshiki@xemacs.org>
15
16         * Makefile: Format Info file.
17
18 2000-02-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
19
20         * mime-edit.el: Synch with EMIKO 1.13.11.
21         * mime-image.el: Ditto.
22         * mime-pgp.el: Ditto.
23         * semi-def.el: Ditto.
24         * semi-setup.el: Ditto.
25         * mime-ui-en.sgml: Ditto.
26         * mime-ui-en.texi: Ditto.
27         * mime-ui-ja.sgml: Ditto.
28         * mime-ui-ja.texi: Ditto.
29
30         * pgg-def.el: Synch with EMIKO 1.13.11.  New file.
31         * pgg-gpg.el: Ditto.
32         * pgg-parse.el: Ditto.
33         * pgg-pgp.el: Ditto.
34         * pgg-pgp5.el: Ditto.
35         * pgg.el: Ditto.
36         * smime.el: Ditto.
37
38 2000-02-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
39
40         * mime-edit.el (mime-file-types): Defaults type of patch to
41         text/plain.  There's not much reason to use application/octet-stream.
42
43         * mime-view.el (mime-display-detect-application/octet-stream):
44         New function.
45         * mime-view.el (mime-display-gzipped): New function.
46         Ungzip content and inline it.  Requires external gzip program.
47
48 2000-01-31  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
49
50         * EMY 1.13.1 is released.
51
52 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
53
54         * emy.texi: Describe how to deal with broken message.
55
56 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
57
58         * mime-play.el (mime-save-content-for-broken-message): New function.
59
60 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
61
62         * mime-view.el (mime-display-entity): Clean up code.
63
64 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
65
66         * mime-view.el (mime-display-entity): Fix handling of
67         inline parameter of Content-Disposition.
68
69 2000-01-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
70
71         * mime-edit.el (mime-edit-user-agent-value): Add apel-version.
72
73 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
74
75         * EMY 1.13.0 is released.
76
77 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
78
79         * Makefile, README.en: Update for the new CVS server.
80
81 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
82
83         * README.en: Update for the recent ML address and ftp site.
84
85 1999-12-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
86
87         * mime-w3.el (mime-w3-message-structure): Removed.
88         (mime-preview-text/html): Don't use mime-w3-message-structure.
89         (mime-find-root-entity): New function. Should be in flim.
90         (url-cid): Use it.
91
92 1999-12-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
93
94         * mime-view.el (mime-preview-inline): Avoid inheriting
95         text property.
96         (mime-preview-text): Ditto.
97         (mime-preview-type): Ditto.
98
99 1999-12-07  Yoshiki Hayashi  <t90553@mai.ecc.u-tokyo.ac.jp>
100
101         * mime-view.el (mime-preview-scroll-full-screen): New variable.
102         (mime-display-entiy): Fix attachment detection bug.
103
104 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
105
106         * mime-view.el (mime-preview-buttonize): New function.
107         (mime-preview-unbuttionize): New function.
108
109 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
110
111         * emy.texi: New file.
112
113 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
114
115         * mime-view.el (mime-view-entity-type/subtype): New function
116         to workaround flim feature.
117
118 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
119
120         * mime-view.el (mime-view-insert-entity-button): New optional
121         argument body-is-invisible.
122         (mime-display-entity): Use it.
123         (mime-view-button-place-alist): New variable.
124         (mime-view-entity-button-visible-p): Use it.
125
126 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
127
128         * mime-view.el (mime-view-force-inline-types): New variable.
129         (mime-display-entity): Respect Content-Disposition type.
130         (mime-preview-condition): Treat unknown application subtype
131         as application/octet-stream.
132
133 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
134
135         * mime-edit.el (mime-edit-attach-at-end-type): Changed
136         to use symbols instead of strings.
137
138 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
139
140         * mime-view.el (mime-view-display): Always insert button
141         when body is not displayed.
142
143 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
144
145         * mime-view.el (mime-display-text/x-rot13-47-48):
146         New function.
147
148 1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
149
150         * mime-view.el (mime-preview-text): Don't use DEFAULT
151         argument of read-coding-system. XEmacs 21.1 doesn't
152         accept that argument.
153
154 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
155
156         * mime-edit.el (mime-edit-insert-file): Prompts for
157         content-disposition when verbose.
158         (mime-content-disposition-types): New variable.
159         (mime-prompt-for-disposition): New function
160
161 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
162
163         * mime-view.el (mime-preview-type): New function.
164         (mim-display-entity): Use save-restriction instead of widen.
165
166 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
167
168         * mime-edit.el (mime-edit-attach-at-end-type): New variable.
169         (mime-edit-insert-place): New macro.
170
171 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
172
173         * mime-view.el (mime-preview-text): New function.
174         (mime-preview-inline): New function.
175         (mime-preview-type): New function.
176         (mime-display-entity): Handle a situation when body is invisible.