Update
[elisp/semi.git] / ChangeLog
1 2000-02-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2
3         * pgg.el (pgg-temp-buffer-show-function): Use
4         `shrink-window-if-larger-than-buffer'.
5
6         * pgg-gpg.el (pgg-gpg-process-region): Fix cleanup form.
7
8         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9
10         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11
12         * semi-setup.el (mime-setup-enable-inline-image): Remove checking
13         of bitmap-mule; use `eval-after-load' instead of
14         `call-after-loaded' to require `mime-image'.
15
16         * mime-image.el (mime-display-image): Set default umask to 077.
17         (mime-image-create): Use `nothing-image-instance-p'.
18
19         * mime-pgp.el: When it is compiled, define `smime-output-buffer'
20         and `smime-errors-buffer' to avoid compiler warning.
21
22         * mime-edit.el: Ditto.
23
24         * mime-pgp.el
25         (mime-view-application/pkcs7-mime): Regard smime-type as
26         "enveloped-data" unless it is specified.
27
28         * smime.el (smime-directory-files): Abolish.
29         (smime-verify-region): Abolish local variable `args'.
30
31 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
32
33         * mime-image.el: Remove X-Face setting; require cl when compiling.
34         (mime-image-format-alist): Remove image/x-mag and image/x-pic.
35         (mime-image-type-available-p): New function.
36         (mime-image-create): New function.
37         (mime-image-insert): New function.
38         (mime-display-image): Rewrite.
39
40         * mime-edit.el
41         (mime-edit-define-charset): Handle 'mime-charset-comment.
42
43 2000-02-02  Nakagawa, Makoto  <Makoto.Nakagawa@jp.compaq.com>
44
45         * pgg-pgp5.el (pgg-scheme-verify-region): Copy the contents of
46         `pgg-errors-buffer' to `pgg-output-buffer'.
47
48 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
49
50         * EMY 1.13.4 is released.
51
52 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
53
54         * semi-def.el (mime-insert-button): Insert newline to avoid
55         face property concatenation.
56
57 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
58
59         * mime-view.el (mime-preview-toggle-button): New function.
60         (mime-view-define-keymap): Define C-h C-t b to
61         mime-preview-toggle-button.
62         (mime-preview-buttonize): Use it.
63         (mime-preview-unbuttonize): Ditto.
64         (mime-preview-type): Call mime-preview-toggle-body.
65
66 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
67
68         * mime-view.el (mime-preview-toggle-header): Add optional
69         argument show.  When show, always displays rather than toggle.
70         (mime-preview-toggle-all-header): Ditto.
71         (mime-preview-toggle-content): Ditto.
72
73 2000-02-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
74
75         * mime-view.el (mime-preview-follow-current-entity):
76         Delete header and insert new one.
77         (mime-preview-toggle-header): Don't manipulate entity button.
78         (mime-preview-toggle-all-header): New function.
79
80 2000-02-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
81
82         * mime-view.el (mime-preview-quit): Fix bug which unconditionally
83         removes preview-buffer.
84         From: Yuuichi Teranishi <teranisi@gohome.org>
85
86 2000-02-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
87
88         * mime-view.el (mime-follow-current-entity): Try to be
89         compatible with FSF Emacs.
90
91 2000-02-14  Yoshiki Hayashi  <yoshiki@xemacs.org>
92
93         * EMY 1.13.3 is released.
94
95 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
96
97         * mime-view.el (mime-display-entity): Prefer visibility of
98         entity-button, not invisibility.
99         (mime-view-children-is-invisible): New macro.
100         (mime-display-entity): Check children can be shown.
101
102 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
103
104         * mime-view.el (mime-preview-toggle-header): New function.
105         (mime-preview-toggle-content): New function.
106         (mime-view-define-keymap): Bind C-c C-t C-h to
107         mime-preview-toggle-header, C-h C-t C-c to mime-preview-toggle-content.
108         Bind C-c C-e to mime-preview-extract-current-entity.
109
110 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
111
112         * mime-view.el (mime-preview-entity-boundary): New function.
113         (mime-preview-follow-current-entity): Use it.
114         (mime-view-button-is-visible): New macro.
115         (mime-view-body-is-visible): Ditto.
116
117 2000-02-10  MORIOKA Tomohiko  <tomo@m17n.org>
118
119         * mime-view.el (mime-display-message): Use `major-mode' of
120         current-buffer as default value of `original-major-mode'; don't
121         use `mime-entity-header-buffer'.
122         (mime-preview-follow-current-entity): Use `mime-insert-header' to
123         insert header; don't use `mime-entity-header-buffer',
124         `mime-entity-header-start-point' and
125         `mime-entity-header-end-point'.
126
127 2000-02-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
128
129         * mime-view.el (mime-view-insert-entity-button): Add invisible
130         when body is invisible.
131
132 2000-02-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
133
134         * mime-view.el (mime-preview-quit): Kill preview buffer
135         when mode-specific function is not found.
136
137 2000-02-11  Yoshiki Hayashi  <yoshiki@xemacs.org>
138
139         * Makefile (MAKEINFO): New variable.
140
141 2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
142
143         * Makefile (distclean): New target.
144
145 2000-02-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
146
147         * mime-view.el: Fix byte-compiler warnings.
148         * mime-play.el: Ditto.
149         (mime-preview-quitting-method-for-mime-show-message-mode):
150         Check whether raw-buffer exists.
151
152 2000-02-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
153
154         * Makefile: (texinfmt, xtexinfmt): New rule to format Texinfo
155         file with Emacs and XEmacs.
156
157 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
158
159         * mime-edit.el: Fix doc string.
160         * mime-view.el: Ditto.
161         * pgg-gpg.el: Ditto.
162         * pgg-parse.el: Ditto.
163         * pgg-pgp.el: Ditto.
164         * pgg-pgp5.el: Ditto.
165         * pgg.el: Ditto.
166
167 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
168
169         * mime-view.el (mime-display-entity): Don't call
170         mime-goto-header-start-point.  Clean up and remove redundant
171         let clause.
172
173 2000-02-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
174
175         * EMY 1.13.2 is released.
176
177 2000-02-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
178
179         * mime-view.el (mime-display-message): Add new local variable
180         line-move-ignore-invisible.  Bind it to t.
181
182 2000-02-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
183
184         * pgg-def.el (pgg-default-scheme): Improve custom options.
185
186 2000-02-05  Yoshiki Hayashi  <yoshiki@xemacs.org>
187
188         * Makefile: Format Info file.
189
190 2000-02-04  Yoshiki Hayashi  <yoshiki@xemacs.org>
191
192         * mime-edit.el: Synch with EMIKO 1.13.11.
193         * mime-image.el: Ditto.
194         * mime-pgp.el: Ditto.
195         * semi-def.el: Ditto.
196         * semi-setup.el: Ditto.
197         * mime-ui-en.sgml: Ditto.
198         * mime-ui-en.texi: Ditto.
199         * mime-ui-ja.sgml: Ditto.
200         * mime-ui-ja.texi: Ditto.
201
202         * pgg-def.el: Synch with EMIKO 1.13.11.  New file.
203         * pgg-gpg.el: Ditto.
204         * pgg-parse.el: Ditto.
205         * pgg-pgp.el: Ditto.
206         * pgg-pgp5.el: Ditto.
207         * pgg.el: Ditto.
208         * smime.el: Ditto.
209
210 2000-02-03  Yoshiki Hayashi  <yoshiki@xemacs.org>
211
212         * mime-edit.el (mime-file-types): Defaults type of patch to
213         text/plain.  There's not much reason to use application/octet-stream.
214
215         * mime-view.el (mime-display-detect-application/octet-stream):
216         New function.
217         * mime-view.el (mime-display-gzipped): New function.
218         Ungzip content and inline it.  Requires external gzip program.
219
220 2000-01-31  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
221
222         * EMY 1.13.1 is released.
223
224 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
225
226         * emy.texi: Describe how to deal with broken message.
227
228 2000-01-31 Yoshiki Hayashi  <yoshiki@xemacs.org>
229
230         * mime-play.el (mime-save-content-for-broken-message): New function.
231
232 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
233
234         * mime-view.el (mime-display-entity): Clean up code.
235
236 2000-01-28  Yoshiki Hayashi  <yoshiki@xemacs.org>
237
238         * mime-view.el (mime-display-entity): Fix handling of
239         inline parameter of Content-Disposition.
240
241 2000-01-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
242
243         * mime-edit.el (mime-edit-user-agent-value): Add apel-version.
244
245 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
246
247         * EMY 1.13.0 is released.
248
249 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
250
251         * Makefile, README.en: Update for the new CVS server.
252
253 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
254
255         * README.en: Update for the recent ML address and ftp site.
256
257 1999-12-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
258
259         * mime-w3.el (mime-w3-message-structure): Removed.
260         (mime-preview-text/html): Don't use mime-w3-message-structure.
261         (mime-find-root-entity): New function. Should be in flim.
262         (url-cid): Use it.
263
264 1999-12-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
265
266         * mime-view.el (mime-preview-inline): Avoid inheriting
267         text property.
268         (mime-preview-text): Ditto.
269         (mime-preview-type): Ditto.
270
271 1999-12-07  Yoshiki Hayashi  <t90553@mai.ecc.u-tokyo.ac.jp>
272
273         * mime-view.el (mime-preview-scroll-full-screen): New variable.
274         (mime-display-entiy): Fix attachment detection bug.
275
276 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
277
278         * mime-view.el (mime-preview-buttonize): New function.
279         (mime-preview-unbuttionize): New function.
280
281 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
282
283         * emy.texi: New file.
284
285 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
286
287         * mime-view.el (mime-view-entity-type/subtype): New function
288         to workaround flim feature.
289
290 1999-12-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
291
292         * mime-view.el (mime-view-insert-entity-button): New optional
293         argument body-is-invisible.
294         (mime-display-entity): Use it.
295         (mime-view-button-place-alist): New variable.
296         (mime-view-entity-button-visible-p): Use it.
297
298 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
299
300         * mime-view.el (mime-view-force-inline-types): New variable.
301         (mime-display-entity): Respect Content-Disposition type.
302         (mime-preview-condition): Treat unknown application subtype
303         as application/octet-stream.
304
305 1999-12-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
306
307         * mime-edit.el (mime-edit-attach-at-end-type): Changed
308         to use symbols instead of strings.
309
310 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
311
312         * mime-view.el (mime-view-display): Always insert button
313         when body is not displayed.
314
315 1999-12-04  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
316
317         * mime-view.el (mime-display-text/x-rot13-47-48):
318         New function.
319
320 1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
321
322         * mime-view.el (mime-preview-text): Don't use DEFAULT
323         argument of read-coding-system. XEmacs 21.1 doesn't
324         accept that argument.
325
326 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
327
328         * mime-edit.el (mime-edit-insert-file): Prompts for
329         content-disposition when verbose.
330         (mime-content-disposition-types): New variable.
331         (mime-prompt-for-disposition): New function
332
333 1999-11-29  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
334
335         * mime-view.el (mime-preview-type): New function.
336         (mim-display-entity): Use save-restriction instead of widen.
337
338 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
339
340         * mime-edit.el (mime-edit-attach-at-end-type): New variable.
341         (mime-edit-insert-place): New macro.
342
343 1999-11-28  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
344
345         * mime-view.el (mime-preview-text): New function.
346         (mime-preview-inline): New function.
347         (mime-preview-type): New function.
348         (mime-display-entity): Handle a situation when body is invisible.