update.
[elisp/semi.git] / ChangeLog
1 2000-01-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
2
3         * mime-view.el (mime-view-find-every-situations): Renamed from
4         `mime-view-find-every-acting-situation'; changed to variable.
5         (mime-situation-examples-file): Renamed from
6         `mime-acting-situation-examples-file'.
7         (mime-preview-situation-example-list-max-size): New variable.
8         (mime-save-situation-examples): Renamed from
9         `mime-save-acting-situation-examples'; save
10         `mime-preview-situation-example-list' if it is not null.
11
12 2000-01-16  MORIOKA Tomohiko  <tomo@m17n.org>
13
14         * mime-play.el (mime-acting-situation-example-list): Moved to
15         mime-view.el.
16         (mime-acting-situation-example-list-max-size): Likewise.
17         (mime-save-acting-situation-examples): Likewise.
18         (mime-reduce-acting-situation-examples): Likewise.
19
20         * mime-view.el (mime-preview-situation-example-list): New
21         variable.
22         (mime-acting-situation-example-list): Moved from mime-play.el.
23         (mime-acting-situation-example-list-max-size): Likewise.
24         (mime-save-acting-situation-examples): Likewise.
25         (mime-reduce-acting-situation-examples): Likewise.
26         (mime-view-load-hook): Abolished.
27
28 2000-01-16  MORIOKA Tomohiko  <tomo@m17n.org>
29
30         * mime-play.el (mime-play-entity): Use `mime-unify-situations'.
31
32         * mime-view.el (mime-unify-situations): New function.
33
34 2000-01-16  MORIOKA Tomohiko  <tomo@m17n.org>
35
36         * mime-play.el (mime-compare-situation-with-example): Moved to
37         mime-view.el.
38         (mime-sort-situation): Likewise.
39
40         * mime-view.el (mime-compare-situation-with-example): Moved from
41         mime-play.el.
42         (mime-sort-situation): Likewise.
43
44 2000-01-16  MORIOKA Tomohiko  <tomo@m17n.org>
45
46         * postpet.el: New module.
47
48         * SEMI-ELS (semi-modules-to-compile): Add `postpet'.
49
50         * mime-play.el (mime-delq-null-situation): Moved to mime-view.el.
51
52         * mime-view.el: Add setting for
53         `mime-display-application/x-postpet' to autoload "postpet".
54         (mime-delq-null-situation): Moved from mime-play.el.
55         (unpack): Moved to postpet.el.
56         (unpack-skip): Likewise.
57         (unpack-fixed): Likewise.
58         (unpack-byte): Likewise.
59         (unpack-short): Likewise.
60         (unpack-long): Likewise.
61         (unpack-string): Likewise.
62         (unpack-string-sjis): Likewise.
63         (postpet-decode): Likewise.
64         (mime-display-application/x-postpet): Likewise.
65
66 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
67
68         * Makefile, README.en: Update for the new CVS server.
69
70 1999-12-28   Daiki Ueno       <ueno@ueda.info.waseda.ac.jp>
71
72         * mime-edit.el (mime-edit-user-agent-value): Don't require
73         `apel-ver' directly.
74
75 1999-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
76
77         * mime-edit.el (mime-edit-user-agent-value): Use `error' instead of
78         `file-error' for the handler of `condition-case' because XEmacs
79         does not signal an error named `file-error' if the required feature
80         is not provided.
81
82 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
83
84         * semi-setup.el (mime-setup-decode-message-header): Comment out.
85         (mime-edit-mode-hook): Don't use
86         `mime-setup-decode-message-header'.
87         (mu-cite/pre-cite-hook): Don't use `eword-decode-header'.
88
89 1999-12-14  Akihiro Arisawa   <ari@atesoft.advantest.co.jp>
90
91         * mime-view.el (mime-preview-follow-current-entity): Fetch field of
92         `mime-view-following-required-fields-list' from parent entity if it
93         is not exist in current entity.
94
95 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
96
97         * README.en: Update for the recent ML address and ftp site.
98
99 1999-12-11  Daiki Ueno        <ueno@ueda.info.waseda.ac.jp>
100
101         * smime.el (smime-encrypt-region): Delete entity header.
102         (smime-sign-region): Ditto.
103
104         * mime-edit.el: Fix autoload settings for `smime-sign-region' and
105         `smime-encrypt-region.
106         (mime-edit-sign-smime): Set Content-Type
107         `application/pkcs7-signature' instead of
108         `application/x-pkcs7-signature'; add Content-Description.
109         (mime-edit-encrypt-smime): Set content-type
110         `application/pkcs7-mime' instead of `x-application/pkcs7-mime'.
111
112         * mime-pgp.el: Fix autoload settings for `smime-verify-region' and
113         `smime-decrypt-region.
114         (mime-decrypt-application/pkcs7-mime):
115         Bind `inhibit-read-only' to t.
116
117 1999-12-09  Daiki Ueno        <ueno@ueda.info.waseda.ac.jp>
118
119         * semi-def.el (mime-user-interface-product): Bump up to
120         EMIKO 1.13.9.
121
122         * smime.el: Require `static' when compiling.
123         (smime-directory-files): New macro.
124         (smime-find-certificate): Use it.
125
126 1999-12-08  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
127
128         * smime.el (smime-verify-region): Abolish local variable `cert-file'.
129         (smime-find-certificate): Rename from `smime-search-certificate'.
130
131         * mime-edit.el: Add autoload settings for `smime-encrypt-region' and
132         `smime-sign-region'.
133         (mime-edit-process-multipart-1): Handle type "smime-signed" and
134         "smime-encrypted".
135         (mime-edit-sign-smime): New function.
136         (mime-edit-encrypt-smime): New function.
137         (mime-edit-enclose-smime-signed-region): New function.
138         (mime-edit-enclose-smime-encrypted-region): New function.
139
140         * mime-pgp.el: Add autoload settings for `smime-decrypt-region' and
141         `smime-verify-region'.
142         (mime-verify-application/pkcs7-signature): New function.
143         (mime-decrypt-application/pkcs7-mime): New function.
144
145         * semi-setup.el: Set up for `mime-verify-application/pkcs7-signature'
146         and `mime-decrypt-application/pkcs7-mime'.
147
148 1999-12-08  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
149
150         * smime.el (smime-x509-hash): Use `call-process' instead of
151         `call-process-region'.
152         (smime-x509-subject): Ditto.
153
154 1999-12-08  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
155
156         * SEMI-ELS (semi-modules-to-compile): Add smime.el.
157
158         * smime.el: New file.
159
160 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
161
162         * mime-edit.el (mime-edit-decode-message-in-buffer): Don't decode
163         the message header twice.
164
165 1999-11-30  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
166
167         * pgg.el (pgg-remove-passphrase-cache): Add checking whether
168         the passphrase has already been expired.
169
170 1999-11-26  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
171
172         * mime-edit.el (mime-edit-pgp-user-id): New variable.
173         (mime-edit-sign-pgp-mime): Undo last change; refer
174         `mime-edit-pgp-user-id'.
175         (mime-edit-encrypt-pgp-mime): Ditto.
176
177         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el
178         (encrypt-region): Refer `pgg-<impl>-user-id' if specified.
179         (sign-region): Ditto.
180         (decrypt-region): Ditto.
181         (insert-key): Ditto.
182
183 1999-11-26  Nakagawa, Makoto  <Makoto.Nakagawa@jp.compaq.com>
184
185         * mime-edit.el (mime-edit-sign-pgp-mime): Regard
186         `pgg-default-user-id' as more preferrable if it's specified.
187         (mime-edit-encrypt-pgp-mime): Ditto.
188
189 1999-11-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
190
191         * semi-def.el (mime-user-interface-product): Bump up to
192         EMIKO 1.13.8.
193
194         * pgg.el (pgg-remove-passphrase-cache): Don't unbind passphrase.
195
196 1999-11-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
197
198         * mime-edit.el (mime-edit-sign-pgp-mime): Bind
199         `pgg-default-user-id' to the canonical address of From field.
200
201         * pgg-def.el (pgg-cache-passphrase): New user option.
202
203         * pgg.el (pgg-read-passphrase): Refer `pgg-cache-passphrase'.
204         (pgg-remove-passphrase-cache): Fill cached passphrase with `_'.
205
206         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el (sign-region): Refer
207         `pgg-cache-passphrase'.
208
209 1999-11-17  Katsumi Yamaoka <yamaoka@jpl.org>
210
211         * mime-image.el (mime-display-image): Use
212         `mime-image-normalize-xbm' if the feature `xemacs' is provided or
213         the variable `image-types' is bound.
214
215 1999-11-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
216
217         * mime-image.el (mime-image-normalize-xbm): Work for the future
218         FSF Emacsen as well.
219         (mime-display-image): Always use `mime-image-normalize-xbm'.
220
221 1999-11-17  Katsumi Yamaoka <yamaoka@jpl.org>
222
223         * mime-image.el (mime-image-normalize-xbm): New macro.
224         (mime-display-image): Use it.
225
226 1999-11-13  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
227
228         * pgg.el (pgg-temp-buffer-show-function): New function.
229         (pgg-display-output-buffer): Use it.
230         (pgg-save-coding-system): Use buffer narrowing.
231         (pgg-encrypt-region, pgg-decrypt-region, pgg-sign-region,
232         pgg-verify-region): Assume that the current region has already
233         been narrowed.
234
235 1999-11-13  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
236
237         * pgg-def.el (pgg-default-keyserver-address): Default to
238         `wwwkeys.pgp.net'.
239
240         * pgg.el (pgg-save-coding-system): New macro.
241         (pgg-display-output-buffer): New function.
242         (pgg-encrypt-region, pgg-decrypt-region, pgg-sign-region,
243         pgg-verify-region, pgg-insert-key, pgg-snarf-keys-region):
244         Add documentation string; use `pgg-save-coding-system'.
245         (pgg-fetch-key): Fix documentation.
246
247 1999-11-11  Akihiro Arisawa   <ari@atesoft.advantest.co.jp>
248
249         * mime-image.el (image-normalize): Use `write-region-as-binary'.
250
251 1999-11-11  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
252
253         * pgg-pgp.el, pgg-pgp5.el (verify-region): Set default umask to 077.
254
255 1999-11-10  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
256
257         * pgg-gpg.el (pgg-gpg-process-region): Enclose `start-process'
258         with `as-binary-process'.
259
260         * pgg-pgp.el (pgg-pgp-process-region): Enclose `start-process'
261         with `as-binary-process'.
262
263         * pgg-pgp5.el (pgg-pgp5-process-region): Enclose `start-process'
264         with `as-binary-process'.
265
266         * mime-edit.el (mime-edit-set-sign): Remove duplication.
267         (mime-edit-set-encrypt): Ditto.
268         (mime-edit-encrypt-pgp-mime): Encode header before encrypting.
269
270         * mime-image.el (image-insert-at-point): Check the number of the
271         arguments of `insert-image'.
272         (mime-display-image): Rewrite.
273
274 1999-11-10  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
275
276         * mime-play.el: (mime-save-directory): New variable.
277         (mime-save-content): Don't force filename parameter to be used.
278
279 1999-11-09  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
280
281         * pgg-pgp.el, pgg-pgp5.el
282         (sign-region): Don't convert line break code.
283
284 1999-11-07  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
285
286         * mime-pgp.el (mime-verify-application/pgp-signature): Don't
287         scroll MIME-echo buffer, just set window starting point.
288         (mime-add-application/pgp-keys): Ditto.
289
290 1999-11-06  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
291
292         * pgg.el (pgg-sign-region): Add optional argument `cleartext'.
293
294         * mime-ui-en.sgml, mime-ui-ja.sgml: Remove description about
295         `pgp-functions-alist' and `pgp-function'; add description about
296         `pgg-default-scheme' and `pgg-scheme'.
297
298         * NEWS (PGP 5.0i and GnuPG are now supported for PGP/MIME):
299         New section.
300
301         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el (encrypt-region): Add
302         sender's user id to the recipients list if `pgg-encrypt-for-me' is
303         specified.
304
305         * pgg-def.el (pgg-encrypt-for-me): New user option.
306
307         * mime-edit.el:
308         (mime-edit-decode-multipart-in-buffer): Sync up with semi-pgpgpg_20.
309         (mime-edit-decode-message-in-buffer): Ditto.
310         (mime-edit-decode-single-part-in-buffer): Ditto.
311
312 1999-11-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
313
314         * pgg.el (pgg-verify-region): Bind `pgg-scheme' in the predicate
315         of whether to fetch signer's public key.
316         (pgg-convert-lbt-region): New macro.
317         (pgg-as-lbt): New macro.
318
319         * mime-edit.el (mime-edit-encrypt-pgp-mime): Extract canonical
320         address of From field to use it as default user id; tokenize
321         bodies of the recipient fields.
322         (mime-edit-make-encrypt-recipient-header): Undo last change.
323         (mime-edit-translate-buffer): Do `undo-boundary'
324         before translating.
325
326         * pgg-gpg.el (sign-region): Use `pgg-as-lbt'.
327         (pgg-gpg-process-region): Use `pgg-convert-lbt-region'.
328         (encrypt-region): Don't ask passphrase.
329
330         * pgg-pgp5.el (sign-region): Use `pgg-as-lbt'.
331         (pgg-pgp5-process-region): Use `pgg-convert-lbt-region'.
332         (encrypt-region): Don't ask passphrase.
333
334         * pgg-pgp.el (verify-region): Fill errors buffer.
335         (pgg-pgp-process-region): Use `pgg-convert-lbt-region'.
336         (sign-region): Use `pgg-as-lbt'.
337         (encrypt-region): Don't ask passphrase.
338
339 1999-11-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
340
341         * pgg-parse.el (pgg-byte-after): Always pass the first argument
342         of `char-after'.
343
344 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
345
346         * pgg-pgp.el (sign-region): Fix regexp for the beginning of armor.
347
348         * pgg-gpg.el (encrypt-region): Don't use "--textmode" in GPG
349         arguments, replace line break code with CRLF while signing
350         instead.
351
352 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
353
354         * mime-pgp.el (mime-verify-application/pgp-signature): Copy the
355         messages in PGG buffers to MIME-echo buffer instead of binding
356         `pgg-output-buffer'.
357         (mime-add-application/pgp-keys): Likewise.
358
359         * pgg-gpg.el (verify-region): Fill errors buffer whether
360         verification has succeeded or not.
361
362 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
363
364         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el (snarf-keys-region):
365         Use `pgg-process-when-success'.
366
367         * pgg.el (pgg-encrypt-region): Add autoload cookie.
368         (pgg-decrypt-region): Ditto.
369         (pgg-sign-region): Ditto.
370         (pgg-verify-region): Don't modify the buffer; add autload cookie.
371         (pgg-snarf-keys-region): Add interactive spec; add autload cookie.
372         (pgg-insert-key): Add interactive spec; add autload cookie.
373
374 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
375
376         * pgg-gpg.el (pgg-gpg-shell-command-switch): New user option.
377         (pgg-gpg-process-region): Bind `shell-command-switch' to the value
378         of `pgg-gpg-shell-command-switch'.
379
380         * pgg-pgp.el (pgg-pgp-shell-command-switch): New user option.
381         (pgg-pgp-process-region): Bind `shell-command-switch' to the value
382         of `pgg-pgp-shell-command-switch'.
383
384         * pgg-pgp5.el (pgg-pgp5-shell-command-switch): New user option.
385         (pgg-pgp5-process-region): Bind `shell-command-switch' to the value
386         of `pgg-pgp5-shell-command-switch'.
387
388         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el (sign-region): Use fixed end
389         position of the signature.
390
391         * mime-pgp.el: Add autoload for `pgg-decrypt-region',
392         `pgg-verify-region', `pgg-snarf-keys-region'.
393         (mime-view-application/pgp): Don't use `pgp-function'.
394         (mime-verify-application/pgp-signature): Ditto.
395         (mime-add-application/pgp-keys): Ditto.
396         (mime-pgp-command): Abolish.
397         (mime-pgp-default-language): Abolish.
398         (mime-pgp-good-signature-regexp-alist): Abolish.
399         (mime-pgp-key-expected-regexp-alist): Abolish
400         (mime-pgp-check-signature): Abolish.
401
402         * semi-def.el (pgp-function-alist): Abolish.
403         (pgp-function): Abolish.
404
405         * mime-edit.el: Add autoload for `pgg-encrypt-region',
406         `pgg-sign-region', `pgg-insert-key'.
407         (mime-edit-sign-pgp-mime): Throw an error when
408         `pgg-sign-region' returns nil; don't use `pgp-function'.
409         (mime-edit-encrypt-pgp-mime): Throw an error when
410         `pgg-encrypt-region' returns nil; don't use `pgp-function'.
411         (mime-edit-sign-pgp-kazu): Don't use `pgp-function'.
412         (mime-edit-encrypt-pgp-mime): Ditto.
413
414 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
415
416         * mime-pgp.el (mime-add-application/pgp-keys): Don't display
417         public key block; snarf keys immediately.
418
419         * pgg.el (pgg-insert-url-with-program): Call program asynchronously.
420
421 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
422
423         * pgg-def.el (pgg-echo-buffer): New variable.
424
425         * pgg.el (pgg-process-when-success): New macro.
426         (pgg-insert-url-with-w3): New function.
427         (pgg-insert-url-program): New variable.
428         (pgg-insert-url-extra-arguments): New variable.
429         (pgg-insert-url-function): New variable.
430         (pgg-fetch-key): Use it.
431         (pgg-encrypt-region): If called interactively, popup
432         `pgg-echo-buffer' to display encryption status.
433         (pgg-decrypt-region): Likewise.
434         (pgg-sign-region): Likewise.
435         (pgg-verify-region): Likewise.
436
437         * pgg-gpg.el (lookup-key-string): Use `call-process' instead of
438         `pgg-gpg-process-region'.
439         (encrypt-region): Use `pgg-process-when-success'; if the output
440         buffer is empty, don't copy errors, just return nil.
441         (decrypt-region): Likewise.
442         (verify-region): Check the contents of status buffer to looking
443         for `GOODSIG' response.
444         (sign-region): Accept optional argument `clearsign'.
445
446         * pgg-pgp.el (lookup-key-string): Use `call-process' instead of
447         `pgg-pgp-process-region'.
448         (encrypt-region): Use `pgg-process-when-success'; if the output
449         buffer is empty, don't copy errors, just return nil.
450         (decrypt-region): Likewise.
451         (verify-region): Likewise.
452         (sign-region): Accept optional argument `clearsign'.
453
454         * pgg-pgp5.el (lookup-key-string): Use `call-process' instead of
455         `pgg-pgp5-process-region'.
456         (encrypt-region): Use `pgg-process-when-success'; if the output
457         buffer is empty, don't copy errors, just return nil.
458         (decrypt-region): Likewise.
459         (verify-region): Likewise.
460         (sign-region): Accept optional argument `clearsign'.
461
462 1999-11-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
463
464         * pgg.el (pgg-verify-region): Ignore all errors encountered on
465         calling `pgg-fetch-key'.
466
467 1999-11-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
468
469         * mime-pgp.el (mime-verify-application/pgp-signature): Enclose
470         with `unwind-protect' to be sure of deleting *.asc files.
471
472         * pgg-pgp.el (pgg-pgp-process-region): Set `PGPPASSFD' before
473         starting PGP process.
474
475         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
476
477 1999-11-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
478
479         * pgg-parse.el (pgg-parse-crc24): Don't use any `write' ops.
480         (pgg-parse-crc24-string): Use `ccl-execute-on-string'.
481
482 1999-11-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
483
484         * mime-edit.el (mime-edit-set-sign): Preserve last status of
485         `mime-edit-pgp-processing'.
486         (mime-edit-set-encrypt): Ditto.
487         (mime-edit-pgp-enclose-buffer): Process
488         `mime-edit-pgp-enclose-buffer' consequently.
489
490         * pgg-parse.el (pgg-decode-packets): Don't use
491         `mime-encode-string'.
492         (pgg-ignore-packet-checksum): Default to t.
493
494 1999-11-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
495
496         * pgg.el: Rename the field name `cipher-algorithm' to
497         `symmetric-key-algorithm'.
498         (pgg-verify-condition): Fix documentation.
499         (pgg-decrypt-condition): Ditto.
500
501 1999-11-04  Katsumi Yamaoka <yamaoka@jpl.org>
502
503         * mime-edit.el (mime-edit-preview-message): Inherit the value of
504         `mime-edit-pgp-processing'.
505
506 1999-11-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
507
508         * pgg.el (pgg-encrypt-region): Add interactive spec.
509         (pgg-decrypt-region): Ditto.
510         (pgg-sign-region): Ditto.
511         (pgg-verify-region): Add optional argument `fetch' to fetch
512         signer's public key.
513
514         * pgg-def.el (pgg-default-keyserver-address): New variable.
515
516         * semi-def.el (pgp-function-alist): Remove `lookup-key'.
517
518         * mime-pgp.el (mime-display-application/pgp-signature): Abolish.
519         (mime-display-application/pgp-encrypted): Abolish.
520         (mime-display-application/pgp-keys): Abolish.
521         (mime-pgp-keyserver-url-template): Abolish.
522         (mime-pgp-keyserver-address): Abolish.
523         (mime-pgp-keyserver-port): Abolish.
524         (mime-pgp-keyserver-protocol): Abolish.
525         (mime-pgp-fetch-key): Abolish.
526
527         * semi-setup.el: Delete default setting of
528         `mime-display-application/pgp-signature', 
529         `mime-display-application/pgp-encrypted',
530         `mime-display-application/pgp-keys'
531
532 1999-11-03  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
533
534         * pgg.el (pgg-fetch-key): Protect `buffer-file-name'.
535
536         * pgg-gpg.el (snarf-keys-region): Add `-' as extra argument of
537         gpg --import; convert status code into an integer.
538
539 1999-11-03  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
540
541         * semi-def.el (pgp-function-alist): Add `lookup-key'.
542
543         * pgg.el, pgg-gpg.el, pgg-pgp5.el, pgg-pgp.el:
544         Rename generic function `lookup-key' to `lookup-key-string';
545         add optional argument `type'.
546
547         * pgg-def.el (pgg-truncate-key-identifier): New macro.
548
549         * pgg.el: Rename generic function `lookup-key' to
550         `lookup-key-string'; add optional argument `type'.
551         (pgg-fetch-key): New function.
552         (pgg-snarf-keys-region): Fix typo.
553         (pgg-lookup-key-string): New function.
554         (pgg-read-passphrase): Use `pgg-truncate-key-identifier'.
555         (pgg-add-passphrase-cache): Ditto.
556
557         * mime-pgp.el (mime-pgp-keyserver-url-template): New variable
558         imported from semi-pgpgpg.
559         (mime-pgp-keyserver-address): Ditto.
560         (mime-pgp-keyserver-port): Ditto.
561         (mime-pgp-keyserver-protocol): New variable.
562         (mime-pgp-fetch-key): New function.
563         (mime-verify-application/pgp-signature): Prompt user to fetch
564         signer's public key.
565
566 1999-11-03  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
567
568         * pgg.el (pgg-fetch-public-key): New function.
569
570         * pgg-pgp.el (lookup-key): New generic function.
571         (encrypt-region): Use `lookup-key'; cache passphrase if the
572         encryption has done successfully.
573         (sign-region): Likewise.
574         (decrypt-region): Use `lookup-key'.
575
576         * pgg.el (pgg-scheme): Remove all slots.
577         (pgg-decrypt-codition): Rename tag `cipher-algorithm' to
578         `symmetric-key-algorithm'.
579         (lookup-key): Add documentation about the new generic function.
580
581         * pgg-parse.el (pgg-decode-armor-region): Remove autoload cookie.
582         (pgg-armor-header-lines): New variable.
583
584 1999-11-02  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
585
586         * pgg.el (pgg-add-passphrase-cache): Use only four octets of the key.
587         (pgg-read-passphrase): Ditto.
588         
589         * pgg-pgp5.el (lookup-key): New generic function. 
590         (encrypt-region): Use `lookup-key'; cache passphrase if the
591         encryption has done successfully.
592         (sign-region): Likewise.
593         (decrypt-region): Use `lookup-key'.
594
595 1999-11-02  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
596
597         * pgg-parse.el
598         (pgg-parse-public-key-encrypted-session-key-packet):
599         Rename tag `public-key-identifier' to `key-identifier'.
600
601         * mime-pgp.el
602         (mime-display-application/pgp-encrypted): Refer it.
603
604         * pgg.el (pgg-passphrase-cache-expiry): New variable.
605         (pgg-passphrase-cache): New variable.
606         (pgg-read-passphrase): Add optional argument `key'.
607         (pgg-add-passphrase-cache): New function.
608         (pgg-remove-passphrase-cache): New function.
609
610         * pgg-gpg.el (lookup-key): New generic function.
611         (encrypt-region): Use `lookup-key'; cache passphrase if the
612         encryption has done successfully.
613         (sign-region): Likewise.
614         (decrypt-region): Use `lookup-key'.
615
616 1999-11-02  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
617
618         * pgg-parse.el (pgg-parse-length-type): Fix typo.
619         (pgg-parse-public-key-encrypted-session-key-packet): Use
620         `pgg-read-bytes-string' instead of `pgg-read-bytes'.
621
622 1999-11-02  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
623
624         * mime-edit.el (mime-edit-sign-pgp-mime): Rewrite with PGG functions.
625         (mime-edit-encrypt-pgp-mime): Likewise.
626         (mime-edit-encrypt-recipient-fields-list): Return recipients as list.
627
628         * mime-pgp.el: Add comment that this module is based on
629         draft-yamamoto-openpgp-mime-00.txt (OpenPGP/MIME) and RFC 2440
630         (OpenPGP Message Format) as well. 
631         (mime-verify-application/pgp-signature): Use
632         `pgg-verify-region' instead of `mime-pgp-check-signature'.
633         (mime-display-application/pgp-signature): New function.
634         (mime-display-application/pgp-encrypted): New function.
635         (mime-display-application/pgp-keys): New function.
636
637         * semi-setup.el: Set up for
638         `mime-display-application/pgp-signature', 
639         `mime-display-application/pgp-encrypted',
640         `mime-display-application/pgp-keys'.
641         (mime-setup-enable-pgp): Default to t.
642
643         * SEMI-ELS (semi-modules-to-compile): Add `pgg', `pgg-parse',
644         `pgg-gpg', `pgg-pgp' and `pgg-pgp5' instead of `mime-mc'.
645
646         * EMIKO-VERSION, pgg-def.el, pgg.el, pgg-gpg.el, 
647         pgg-pgp5.el, pgg-pgp.el, pgg-parse.el: New file.
648
649         * mime-image.el (mime-display-image): Rewrite.
650
651         * semi-def.el (mime-user-interface-product): Modify for EMIKO.
652         (pgp-function-alist): Replace each method with PGG function.
653
654         * mime-view.el (mime-view-popup-menu): New variable.
655         (mime-view-popup-menu): New function.
656         (mime-view-define-keymap): Bind `mime-view-popup-menu' to
657         `mouse-button-3'.
658
659 1999-11-01  Tanaka Akira  <akr@jaist.ac.jp>
660
661         * mime-view.el (mime-display-application/x-postpet): New function.
662         (mime-preview-condition): Set up for
663         'mime-preview-application/x-postpet.
664         (unpack): New macro.
665         (unpack-skip): New function.
666         (unpack-fixed): New function.
667         (unpack-byte): New function.
668         (unpack-short): New function.
669         (unpack-long): New function.
670         (unpack-string): New function.
671         (unpack-string-sjis): New function.
672         (postpet-decode): New function.
673
674 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
675
676         * SEMI-MK (install-semi-package): Delte auto-autoloads.el
677         and custom-load.el
678
679 \f
680 1999-10-16  MORIOKA Tomohiko  <tomo@m17n.org>
681
682         * SEMI: Version 1.13.7 (Awazu) released.
683
684 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
685
686         * mime-view.el (mime-preview-move-to-upper): Scroll
687         according to mime-preview-move-scroll.
688
689 1999-10-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
690
691         * mime-view.el (mime-preview-scroll-down-entity,
692         mime-preview-scroll-up-entity): Recenter when moving to
693         a next entity.
694         (mime-preview-move-scroll): New variable.
695         (mime-preview-move-to-previous, mime-preview-move-to-next):
696         Recenter according to the variable mime-preview-move-scroll.
697
698 1999-10-04  Katsumi Yamaoka   <yamaoka@jpl.org>
699
700         * mime-view.el (mime-preview-move-to-next): Attempt to go to the
701         next page if the return value of `next-single-property-change' is
702         greater than `point-max'.
703         (mime-preview-move-to-previous): Don't move backward at the
704         beginning of the buffer; attempt to go to the previous page if the
705         return value of `previous-single-property-change' is less than
706         `point-min'.
707
708 1999-09-29  MORIOKA Tomohiko  <tomo@m17n.org>
709
710         * mime-view.el (mime-display-multipart/mixed): Share cell of
711         `major-mode'.
712         (mime-display-multipart/alternative): Likewise.
713         (mime-display-entity): Refer `major-mode' value of a situation
714         instead of buffer-local-variable `major-mode'.
715
716 1999-09-29  MORIOKA Tomohiko  <tomo@m17n.org>
717
718         * mime-play.el (mime-preview-play-current-entity): Use
719         text-property `mime-view-situation' as the initial value of
720         acting-situation to add major-mode.
721
722 1999-09-29  MORIOKA Tomohiko  <tomo@m17n.org>
723
724         * mime-edit.el (mime-content-types): Delete text/x-rot13-47-48 in
725         default definition. [cf. <tm-ja:4904>, <tm-ja:4907>]
726
727 1999-09-27  Katsumi Yamaoka   <yamaoka@jpl.org>
728
729         * mime-edit.el (mime-edit-user-agent-value): Include
730         `emacs-patch-level'.  It exists in XEmacs 21.1.1 or later.
731
732 1999-09-20  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
733
734         * mime-view.el (mime-preview-scroll-up-entitiy,
735         mime-preview-scroll-down-entity): Use scroll-up and scroll-down
736         instead of forward-line.
737         (mime-preview-next-line-entity,
738         mime-preview-previous-line-entity): Add optional argument LINES
739         and scroll LINES lines if specified. Add doc-string.
740
741 \f
742 1999-09-13  MORIOKA Tomohiko  <tomo@m17n.org>
743
744         * SEMI: Version 1.13.6 (Komatsu) released.
745
746 1999-08-30  MORIOKA Tomohiko  <tomo@m17n.org>
747
748         * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
749         Encode `mime-edit-version'.
750
751 1999-08-28  MORIOKA Tomohiko  <tomo@m17n.org>
752
753         * mime-play.el (mime-store-message/partial-piece): Use
754         `directory-files' to check number of pieces.
755
756 1999-08-26  MORIOKA Tomohiko  <tomo@m17n.org>
757
758         * mime-play.el (mime-store-message/partial-piece): Don't refer
759         `mime-preview-buffer'.
760
761 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
762
763         * SEMI-CFG: Use `if' instead of `when'.
764
765 \f
766 1999-08-18  MORIOKA Tomohiko  <tomo@m17n.org>
767
768         * REMI: Version 1.13.2 (\e-DÃ’ike-Ikoinomori)\e-A released.
769
770 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
771
772         * mime-view.el (mime-preview-original-major-mode): Modify the way
773         of checking for the end of the buffer.
774
775 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
776
777         * mime-view.el (mime-preview-original-major-mode): Don't use
778         `get-text-property' at the end of the buffer.
779
780 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
781
782         * mime-view.el (mime-preview-follow-current-entity): Don't use
783         `mime-entity-buffer'.
784
785 1999-05-17  KOSEKI Yoshinori  <kose@yk.NetLaputa.ne.jp>
786
787         * mime-pgp.el (mime-verify-application/pgp-signature): Specify the
788         name of `sig-file' explicitly for `mime-pgp-check-signature'.
789         (mime-pgp-check-signature): Accept new arg `sig-file' and feed its
790         value to the verify command.
791
792 1999-07-29  MORIOKA Tomohiko  <tomo@m17n.org>
793
794         * mime-play.el (mime-play-entity): Get media-type from situation
795         instead of entity; display prompt and call `mime-save-content' if
796         method is not found.
797         (mime-detect-content): Call `mime-play-entity' even if media-type
798         specification is not found in `mime-magic-type-alist'.
799
800 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
801
802         * mime-view.el (mime-view-entity-title): Use
803         `mime-entity-read-field' instead of `mime-read-field'.
804         (mime-display-message): Use `major-mode' of
805         mime-entity-header-buffer as the default value of
806         original-major-mode.
807
808         * mime-play.el (mime-entity-safe-filename): Use
809         `mime-entity-read-field' instead of `mime-read-field'.
810         (mime-view-message/rfc822): New implementation.
811
812         * mime-pgp.el (mime-add-application/pgp-keys): Use
813         `mime-entity-number' instead of `mime-raw-point-to-entity-number'.
814
815         * mime-partial.el
816         (mime-combine-message/partial-pieces-automatically): Use
817         `mime-entity-read-field' instead of `mime-read-field'.
818
819         * mime-bbdb.el (mime-bbdb/update-record): Use
820         `mime-entity-read-field' instead of `mime-read-field'; use
821         `mime-entity-fetch-field' instead of `mime-fetch-field'.
822
823 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
824
825         * mime-view.el (mime-raw-find-entity-from-point): Deleted.
826         (mime-raw-buffer): Deleted.
827         (mime-preview-original-major-mode): Add new optional argument
828         `point'; refer text-property `mime-view-situation' instead of
829         using `mime-entity-buffer'.
830         (mime-raw-point-to-entity-node-id): Deleted.
831         (mime-raw-point-to-entity-number): Deleted.
832         (mime-raw-flatten-message-info): Deleted.
833         (mime-display-entity): Add text-property `mime-view-situation' to
834         each entity.
835
836 \f
837 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
838
839         * SEMI: Version 1.13.5 (Meih\e-Dò)\e-A released.
840
841 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
842
843         * NEWS (Don't expect raw-buffer): New subsection.
844         (Now acting-method must not expect to run in raw-buffer): Changed
845         as a subsubsection of subsection `Don't expect raw-buffer'.
846         (Don't refer variable `mime-raw-buffer'): New subsubsection.
847         (Don't refer variable `mime-preview-buffer'): New subsubsection.
848
849         * NEWS (Requires FLIM 1.13 API): New subsection.
850
851 1999-07-23  MORIOKA Tomohiko  <tomo@m17n.org>
852
853         * README.en (Required environment): Change required FLIM to
854         1.13.1; change location of APEL and FLIM.
855
856 \f
857 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
858
859         * REMI: Version 1.13.1 (Kubiki) released.
860
861 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
862
863         * mime-play.el
864         (mime-preview-quitting-method-for-mime-show-message-mode): Don't
865         refer `mime-raw-buffer'.
866
867 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
868
869         * mime-play.el (mime-store-message/partial-piece): Don't refer
870         `mime-preview-buffer'.
871
872 \f
873 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
874
875         * REMI: Version 1.13.0 (Saigata) released.
876
877 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
878
879         * Makefile (EXEC_PREFIX): Deleted.
880         (elc): Change command-line interface to delete `EXEC_PREFIX'.
881         (install-elc): Likewise.
882
883         * SEMI-MK (config-semi): Change command-line interface to delete
884         `EXEC_PREFIX'.
885
886         * SEMI-CFG (EXEC_PREFIX): Deleted.
887
888 1999-07-07  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
889
890         * mime-edit.el (mime-edit-quitting-method): Don't refer
891         `mime-raw-buffer'.
892
893         * mime-view.el (mime-preview-follow-current-entity): Don't refer
894         `mime-raw-buffer'.
895
896 1999-06-17  MORIOKA Tomohiko  <tomo@m17n.org>
897
898         * mime-edit.el (mime-edit-user-agent-value): Modify for XEmacs
899         UTF-2000-MULE.
900
901 1999-06-04  MORIOKA Tomohiko  <tomo@m17n.org>
902
903         * mime-edit.el (mime-edit-user-agent-value): Modify code to get
904         version number of XEmacs. [cf. <tm-ja:4561>]
905
906 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
907
908         * mime-view.el (mime-entity-situation): Don't refer `major-mode'
909         of a mime-entity-buffer.
910         (mime-display-multipart/mixed): Add `major-mode' of SITUATION to
911         default-situation of children.
912         (mime-display-multipart/alternative): Likewise.
913         (mime-display-entity): Don't refer `raw-buffer'; use
914         `mime-goto-header-start-point'.
915         (mime-display-message): Add new optional argument
916         `original-major-mode'; don't refer `raw-buffer'; use
917         `mime-entity-name' to make name of `preview-buffer'; don't set up
918         `mime-raw-buffer' of `preview-buffer'; use `original-major-mode'
919         as value of `major-mode' field of default-situation; don't pop up
920         `preview-buffer' in suitable window; return `preview-buffer'.
921         (mime-view-buffer): Pop up `preview-buffer' in suitable window.
922
923 1999-05-31  Keiichi Suzuki  <keiichi@nanap.org>
924
925         * mime-play.el (mime-show-echo-buffer): Bind `buffer-read-only' to
926         nil, while insert messages.
927
928 1999-05-28  MORIOKA Tomohiko  <tomo@m17n.org>
929
930         * README.en (Required environment): Require APEL 9.20.
931
932 1999-05-27  MORIOKA Tomohiko  <tomo@m17n.org>
933
934         * mime-play.el (mime-play-entity): Enter to the calist-package
935         `mime-view' before call `ctree-find-calist'.
936
937         * mime-view.el (mime-view): New calist-package.
938         (mime-display-entity): Enter to the calist-package `mime-view'
939         before call `ctree-match-calist'.
940
941 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
942
943         * mime-edit.el (mime-edit-mime-version-value): Don't use
944         `eval-when-compile' to avoid problem with XEmacs-MULE.
945         (mime-edit-mime-version-field-for-message/partial): Likewise.
946
947 1999-05-20  MORIOKA Tomohiko  <tomo@m17n.org>
948
949         * NEWS (Text property `mime-view-entity-{header|body}'): New
950         subsection.
951         (Behavior change about `mime-display-header-hook'): Likewise.
952
953         * mime-view.el (mime-display-entity): Don't move to (point-max)
954         before run `mime-display-header-hook)'.
955
956 1999-05-19  MORIOKA Tomohiko  <tomo@m17n.org>
957
958         * mime-view.el (mime-display-entity): Put text-property
959         `mime-view-entity-header' and `mime-view-entity-body' to header
960         and body; run `mime-display-header-hook' before insert "\n".
961         (mime-preview-follow-current-entity): Use text-property
962         `mime-view-entity-header'.
963
964 \f
965 1999-05-12  MORIOKA Tomohiko  <tomo@m17n.org>
966
967         * SEMI: Version 1.13.4 (Terai) released.
968
969 1999-04-06  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
970
971         * mime-edit.el (mime-delete-field): Use `std11-field-end'.
972
973 1999-03-30  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
974
975         * mime-edit.el (mime-edit-decode-single-part-in-buffer): Normalize
976         EOL code in MIME encoded text part.
977
978 1999-03-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
979
980         * mime-view.el (mime-preview-follow-current-entity): Don't copy
981         header if current entity is root.
982
983 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
984
985         * mime-edit.el (mime-charset-type-list): Add `tis-620'.
986
987 \f
988 1999-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
989
990         * SEMI: Version 1.13.3 (Komaiko) released.
991
992 1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
993
994         * SEMI-MK (install-semi-package): Install mime-setup.el(c).
995         (compile-semi-package): Compile mime-setup.el as well.
996
997 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
998
999         * mime-edit.el (mime-content-types): Add definition of
1000         application/vnd.ms-powerpoint for myself :-P
1001         (mime-file-types): Add setting of *.ppt for
1002         application/vnd.ms-powerpoint.
1003
1004 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1005
1006         * mime-partial.el
1007         (mime-combine-message/partial-pieces-automatically): Call
1008         `mime-store-message/partial-piece' in the buffer when it is
1009         called.
1010
1011         * mime-play.el (mime-store-message/partial-piece): Don't move to
1012         point-min.
1013
1014         * mime-play.el (mime-store-message/partial-piece): Don't expect
1015         called in raw-buffer.
1016
1017 \f
1018 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * SEMI: Version 1.13.2 (Mikawa) released.
1021
1022 1999-01-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1023
1024         * README.en: Notice that 1.12.5 or later of FLIM is required.
1025
1026 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1027
1028         * mime-play.el (mime-preview-play-current-entity): Add autoload
1029         cookie.
1030         (mime-play-entity): Likewise.
1031
1032         * mime-view.el (mime-display-message): Add autoload cookie; add
1033         DOC-string.
1034         (mime-view-buffer): Add autoload cookie.
1035
1036 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1037
1038         * mime-play.el (mime-reduce-acting-situation-examples): New
1039         implementation.
1040
1041 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1042
1043         * mime-play.el (mime-view-caesar): Select window which displays
1044         current-buffer if it is not selected <to fix problem with mouse
1045         operations>.
1046
1047 1999-01-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1048
1049         * mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the
1050         search bound for the end of "Content-Transfer-Encoding" field.
1051
1052 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1053
1054         * mime-play.el (mime-view-caesar): New implementation.
1055
1056 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1057
1058         * mime-play.el (mime-view-caesar): Don't expect called in
1059         raw-buffer; use `mime-insert-entity'.
1060
1061 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * mime-w3.el (mime-preview-text/html): Display err if error occurs
1064         in `w3-region'.
1065
1066         * mime-w3.el (mime-preview-text/html): Guard from error of
1067         `w3-region'.
1068
1069 \f
1070 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1071
1072         * SEMI: Version 1.13.1 (Kaga-Kasama) released.
1073
1074 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1075
1076         * TODO (Don't expect raw-buffer): New item.
1077         (lazy generating of situations from mime-entity information): New
1078         item.
1079
1080         * TODO (Don't use filter-model): finished.
1081
1082         * TODO (multipart/related support): virtually finished.
1083
1084 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1085
1086         * Delete README.ja until it is fixed.
1087
1088         * mime-w3.el (url-cid): Use `mime-insert-entity-content'.
1089
1090         * README.ja, README.en (Required environment): Require FLIM
1091         1.12.4.
1092
1093         * mime-w3.el (mime-w3-message-structure): New variable.
1094         (mime-preview-text/html): Set up `mime-w3-message-structure'.
1095         (url-cid): New function; set up as registered-protocol of url.
1096
1097 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1098
1099         * README.ja: Modify title.
1100
1101         * README.ja: Add notice about translation.
1102
1103         * README.ja, README.en (Required environment): Require FLIM
1104         1.12.3; delete description about enriched.el because anything
1105         older than Emacs 19.28 are not supported.
1106
1107         * mime-pgp.el (mime-view-application/pgp): Don't expect called in
1108         raw-buffer; use `mime-insert-entity'.
1109
1110         * mime-play.el (mime-view-message/rfc822): Use
1111         `mime-insert-entity'.
1112
1113 1999-01-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * NEWS (Function `mime-play-entity'): Sync with latest
1116         specification.
1117
1118         * mime-pgp.el (mime-verify-multipart/signed): Modify for interface
1119         change of `mime-play-entity'.
1120
1121         * mime-play.el (mime-preview-play-current-entity): Modify for
1122         interface change of `mime-play-entity'.
1123         (mime-play-entity): Change interface; abolish optional arguments
1124         `mode' and `ignore-example'.
1125         (mime-detect-content): Modify for interface change of
1126         `mime-play-entity'.
1127
1128         * mime-view.el (mime-entity-situation): Add new optional argument
1129         `situation'; it is preferred to attributes of entity.
1130
1131 1999-01-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1132
1133         * mime-view.el (mime-view-version): Don't use `eval-when-compile'
1134         to avoid to break product-code-name.
1135
1136         * mime-edit.el (mime-edit-version): Don't use `eval-when-compile'
1137         to avoid to break product-code-name.
1138
1139 \f
1140 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * SEMI: Version 1.13.0 (Matt\e-Dò)\e-A released.
1143
1144 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1145
1146         * mime-play.el (mime-view-message/rfc822): Don't expect called in
1147         raw-buffer.
1148
1149 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * NEWS (Function `mime-play-entity'): Add description about
1152         interface change of `mime-play-entity'.
1153
1154         * mime-play.el (mime-play-entity): Change interface.
1155
1156 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * NEWS (Changes in SEMI 1.13): New section.
1159
1160         * NEWS (Changes in SEMI 1.12): New section.
1161
1162 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1163
1164         * mime-pgp.el (mime-view-application/pgp): Don't expect called in
1165         raw-buffer.
1166         (mime-verify-application/pgp-signature): Likewise.
1167
1168         * mime-play.el: Abolish variable
1169         `mime-preview-after-decoded-position'.
1170         (mime-preview-play-current-entity): Use `mime-play-entity' simply;
1171         don't switch to raw-buffer.
1172         (mime-play-entity): renamed from `mime-raw-play-entity'; don't
1173         expect called in raw-buffer.
1174         (mime-activate-mailcap-method): Don't expect called in raw-buffer.
1175         (mime-show-echo-buffer): Permit to run in preview-buffer.
1176
1177 \f
1178 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1179
1180         * SEMI: Version 1.12.1 ([JR] Nonoichi) released.
1181
1182         * mime-play.el (mime-detect-content): Use `mime-entity-content'
1183         not to refer to buffer directly.
1184
1185 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1186
1187         * mime-view.el: Must require `emu'.
1188
1189 1999-01-04  OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
1190
1191         * mime-view.el (mime-view-insert-entity-button): Use URL if it
1192         exists in Content-Type field.
1193
1194         * mime-play.el (mime-raw-browse-url-function): Default to
1195         `mime-browse-url-function' instead of `mime-browse-url'.
1196
1197 1998-12-24  Katsumi Yamaoka   <yamaoka@jpl.org>
1198
1199         * mime-view.el (mime-preview-move-to-next): Don't move forward at
1200         the end of buffer.
1201
1202 1998-12-03  Katsumi Yamaoka   <yamaoka@jpl.org>
1203
1204         * mime-edit.el (mime-edit-user-agent-value): Include
1205         `xemacs-betaname'.
1206
1207 \f
1208 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1209
1210         * SEMI: Version 1.12.0 (Nishi-Kanazawa) released.
1211
1212 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1213
1214         * mime-edit.el (eliminate-top-spaces): New function (moved from
1215         mime-def.el of FLIM).
1216
1217 1998-11-17  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
1218
1219         * mime-partial.el
1220         (mime-combine-message/partial-pieces-automatically): Fix
1221         DOC-string.
1222
1223         * mime-view.el (mime-view-buffer): Fix DOC-string.
1224
1225 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1226
1227         * NEWS (Changes in SEMI 1.11): New section.
1228
1229 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1230
1231         * semi-setup.el (mime-setup-decode-message-header): Use
1232         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
1233
1234         * mime-view.el (mime-preview-follow-current-entity): Likewise.
1235
1236 1998-11-18  Keiichi Suzuki    <kei-suzu@mail.wbs.ne.jp>
1237
1238         * mime-edit.el (mime-content-transfer-encoding-priority-list): New
1239         variable.
1240         (mime-edit-translate-single-part-tag): Change return value to
1241         `nil' or a cons which include content-type and encoding.
1242         (mime-edit-translate-region): Generate `encodeing' from
1243         return value of `mime-edit-translate-single-part-tag'.
1244
1245 \f
1246 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1247
1248         * SEMI: Version 1.11.0 (Kanazawa) released.
1249
1250         * README.ja, README.en (Required environment): Modify for APEL
1251         9.11 and FLIM 1.12.0.
1252
1253 1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1254
1255         * mime-edit.el (mime-edit-split-ignored-field-regexp): Add "^".
1256
1257 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1258
1259         * mime-bbdb.el (mime-bbdb/update-record): Use
1260         `mime-decode-field-body' instead of
1261         `eword-decode-structured-field-body'.
1262
1263 1998-10-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1264
1265         * mime-edit.el (mime-edit-decode-message-in-buffer): Delete fields
1266         match with `mime-edit-again-ignored-field-regexp' then call
1267         `mime-decode-header-in-buffer'.
1268         (mime-edit-again): Delete header filter.
1269
1270 1998-10-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1271
1272         * mime-edit.el (mime-edit-decode-multipart-in-buffer): Change
1273         interface.
1274         (mime-edit-decode-single-part-in-buffer): New function.
1275         (mime-edit-decode-message-in-buffer): Swap arguments; use function
1276         `mime-edit-decode-single-part-in-buffer'.
1277         (mime-edit-again): Modify for
1278         `mime-edit-decode-message-in-buffer'.
1279
1280 1998-10-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1281
1282         * mime-edit.el (mime-edit-decode-multipart-in-buffer): New
1283         function.
1284         (mime-edit-decode-message-in-buffer): Add new optional argument
1285         `default-content-type'; use function
1286         `mime-edit-decode-multipart-in-buffer'; add autoload cookie.
1287         (mime-edit-again): Add autoload cookie.
1288
1289         * mime-edit.el (mime-edit-decode-message-in-buffer): Renamed from
1290         `mime-edit-decode-buffer'; change `not-decode-text' to optional
1291         argument.
1292
1293 \f
1294 1998-10-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1295
1296         * SEMI: Version 1.10.2 (Higashi-Kanazawa) released.
1297
1298 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1299
1300         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1301
1302 1998-10-27  Katsumi Yamaoka   <yamaoka@jpl.org>
1303
1304         * mime-edit.el (mime-edit-decode-buffer): Limit search bound for
1305         "Content-Transfer-Encoding:".
1306
1307 \f
1308 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1309
1310         * SEMI: Version 1.10.1 (Morimoto) released.
1311
1312         * README.ja, README.en (Required environment): Modify for APEL 9.6
1313         and FLIM 1.11.2.
1314
1315 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1316
1317         * mime-play.el, mime-pgp.el, mime-partial.el, mime-image.el,
1318         mime-edit.el: Use `temporary-file-directory' instead of
1319         `mime-temp-directory'.
1320
1321 \f
1322 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1323
1324         * SEMI: Version 1.10.0 (Tsubata) released.
1325
1326 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1327
1328         * README.ja: New file.
1329
1330 1998-10-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1331
1332         * mime-edit.el, mime-view.el: Use `(featurep 'xemacs)' instead of
1333         `running-xemacs'.
1334
1335 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * mime-view.el, SEMI-ELS: Move function `mime-display-text/plain',
1338         `mime-display-text/enriched' and `mime-display-text/richtext' from
1339         mime-text to mime-view.el; abolish mime-text.el.
1340
1341         * mime-play.el: Don't Require `mime-text' when compiling.
1342
1343         * mime-w3.el: Require `mime' instead of `mime-text'.
1344
1345 1998-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1346
1347         * semi-setup.el (mime-setup-enable-inline-image): Use `(featurep
1348         'xemacs)' instead of `running-xemacs'.
1349
1350 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1351
1352         * README.en (Required environment): Modify to require APEL 9.5 and
1353         FLIM 1.11.1.
1354
1355         * mime-edit.el: - Don't require emu.
1356                         - Require invisible.
1357
1358         * semi-def.el: Require poe instead of emu.
1359
1360 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1361
1362         * mime-edit.el (mime-edit-decode-buffer): Convert encoding to
1363         lower case.
1364
1365 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1366
1367         * mime-view.el (mime-view-ignored-field-list): Modify each element
1368         of initial value to include `:'.
1369         (mime-view-visible-field-list): Likewise.
1370         (mime-display-entity): Use `mime-insert-header' instead of
1371         `mime-insert-decoded-header'.
1372
1373 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * mime-edit.el (mime-edit-decode-buffer): Call
1376         `mule-caesar-region' for text/x-rot13-47-48 entity.
1377
1378 1998-09-22  Shozo UEHARA      <uehara@eken.phys.nagoya-u.ac.jp>
1379
1380         * mime-play.el (mime-raw-play-entity): Initialize `max-escore' by
1381         0. <cf. [tm-ja:3432]>
1382
1383 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1384
1385         * NEWS (Changes in SEMI 1.10): New section.
1386
1387         * NEWS (Changes in SEMI 1.9): New section.
1388
1389         * NEWS (User-Agent field): New subsection.
1390
1391 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1392
1393         * mime-play.el (mime-view-caesar): Use `mime-insert-text-content'
1394         instead of `mime-text-insert-decoded-body'.
1395
1396         * mime-w3.el (mime-preview-text/html): Use
1397         `mime-insert-text-content' instead of
1398         `mime-text-insert-decoded-body'.
1399
1400         * mime-text.el: Abolish function `mime-text-insert-decoded-body'.
1401         (mime-display-text/plain): Use `mime-insert-text-content' instead
1402         of `mime-text-insert-decoded-body'.
1403         (mime-display-text/richtext): Likewise.
1404         (mime-display-text/enriched): Likewise.
1405
1406 \f
1407 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1408
1409         * SEMI: Version 1.9.1 (Kurikara) released.
1410
1411 1998-10-14  Jari Aalto        <jari.aalto@poboxes.com>
1412
1413         * mime-edit.el (mime-file-types): Add some new mime types, and
1414         rearrange the types to logical sections: text; octext text and
1415         binary. <cf. [tm-en:1856]>
1416
1417 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1418
1419         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1420
1421         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1422         (install-elc): Likewise.
1423
1424         * SEMI-MK (config-semi): Refer to `VERSION_SPECIFIC_LISPDIR'.
1425
1426         * SEMI-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1427
1428 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * SEMI-CFG: Abolish variable `SHELL' and `SHELLOPTION'.
1431
1432 1998-10-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1433
1434         * SEMI-CFG: Use `add-latest-path' for adding "custom" to
1435         load-path.
1436
1437 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1438
1439         * SEMI-CFG: Don't use `when' before install is required; don't
1440         require cl.
1441
1442 1998-10-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1443
1444         * SEMI-CFG: Add "custom" to load-path.
1445
1446 \f
1447 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1448
1449         * SEMI: Version 1.9.0 (Isurugi) released.
1450
1451 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1452
1453         * README.en (Required environment): Modify for APEL 9.1 and FLIM
1454         1.10.1.
1455
1456 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1457
1458         * mime-edit.el (mime-edit-version): Enclose with
1459         `eval-and-compile'.
1460
1461         * mime-edit.el (mime-edit-version): Renamed from
1462         `mime-edit-version-string'; use `mime-user-interface-product',
1463         `mime-product-name', `mime-product-version' and
1464         `mime-product-code-name'.
1465         (mime-edit-user-agent-value): Use `mime-user-interface-product',
1466         `mime-library-product', `mime-product-name',
1467         `mime-product-version' and `mime-product-code-name'.
1468         (mime-edit-mime-version-value): Rename `mime-edit-version-string'
1469         -> `mime-edit-version'.
1470         (mime-edit-mime-version-field-for-message/partial): Likewise.
1471
1472         * mime-play.el (mime-save-acting-situation-examples): Rename
1473         `mime-view-version-string' -> `mime-view-version'.
1474
1475         * mime-view.el (mime-view-version): Renamed from
1476         `mime-view-version-string'; use `mime-user-interface-product',
1477         `mime-product-name', `mime-product-version' and
1478         `mime-product-code-name'.
1479
1480         * semi-def.el (mime-user-interface-product): New constant; abolish
1481         `mime-user-interface-version'.
1482
1483 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * mime-play.el (mime-echo-window-is-shared-with-bbdb): Check bbdb
1486         is install or not to define default value.
1487         (mime-show-echo-buffer): New implementation about
1488         `mime-echo-window-is-shared-with-bbdb'.
1489
1490 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1491
1492         * mime-edit.el (mime-charset-type-list): Use `cn-gb' instead of
1493         `cn-gb2312' because `cn-gb2312' is typo.
1494
1495 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1496
1497         * mime-edit.el (mime-file-types): Use function
1498         `mime-encoding-list' instead of variable
1499         `mime-file-encoding-method-alist' to define default value.
1500         (mime-edit-insert-voice): Use function `mime-encoding-alist'
1501         instead of variable `mime-file-encoding-method-alist' for
1502         completion.
1503         (mime-prompt-for-encoding): Likewise.
1504
1505 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1506
1507         * mime-edit.el (mime-edit-user-agent-value): Add
1508         system-configuration for Emacs and XEmacs.
1509
1510 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1511
1512         * mime-edit.el (mime-edit-normalize-body): Use "7bit" for nil
1513         encoding as an argument of `mime-encode-region'.
1514
1515 \f
1516 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1517
1518         * SEMI: Version 1.8.6 (Fukuoka) released.
1519
1520 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1521
1522         * README.en (Installation): Add description for `run in expanded
1523         place' and `install as a XEmacs package'.
1524
1525         * README.en (Required environment): Require FLIM 1.9.2 or later.
1526
1527 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1528
1529         * mime-edit.el (mime-file-types): Abolish setting for
1530         text/richtext.
1531         (mime-edit-insert-text): Likewise.
1532
1533         * mime-edit.el (mime-content-types): Modify comment style.
1534
1535 1998-09-13  Shin'ichiro Tanaka <tanaka@ifos.se.fujitsu.co.jp>
1536
1537         * mime-edit.el (mime-content-types): Delete text/richtext and add
1538         text/css and text/xml (cf. [tm-ja:3387]).
1539
1540 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1541
1542         * mime-edit.el (mime-edit-insert-user-agent-field): New variable
1543         (abolish `mime-edit-insert-x-emacs-field').
1544         (mime-edit-user-agent-value): New variable (abolish
1545         `mime-edit-x-emacs-value').
1546         (mime-edit-translate-body): Insert User-Agent field instead of
1547         `X-Emacs' field.
1548         (mime-edit-again-ignored-field-regexp): Add `User-Agent' instead
1549         of `X-Emacs' field conditionally.
1550
1551 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1552
1553         * SEMI-MK (config-semi-package): New function.
1554         (compile-semi-package): New function.
1555         (install-semi-package): New function.
1556
1557         * SEMI-CFG (PACKAGEDIR): New variable.
1558
1559         * Makefile: Abolish variable `SHELL', `MAKE', `CC' and `CFLAGS'.
1560         (XEMACS): New variable.
1561         (FLAGS): Add `-l SEMI-MK'.
1562         (PACKAGEDIR): New variable.
1563         (elc): Delete `-l SEMI-MK'.
1564         (install-elc): Delete `-l SEMI-MK'.  Abolish target `all', `tex',
1565         `dvi' and `ps'.
1566         (package): New target.
1567         (install-package): New target.
1568         (clean): Delete historical setting.
1569
1570 \f
1571 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1572
1573         * SEMI: Version 1.8.5 (Nishi-Takaoka) released.
1574
1575         * README.en (Required environment): Modify APEL and FLIM version.
1576
1577         * mime-ui-en.sgml (Introduction): Translate.
1578
1579 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1580
1581         * mime-view.el (mime-view-type-subtype-score-alist): Fix
1582         mismatched.
1583
1584 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1585
1586         * mime-text.el (mime-text-insert-decoded-body): Specify line break
1587         code type as CRLF.
1588
1589 1998-08-10  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1590
1591         * mime-edit.el (mime-edit-normalize-body): Failed to canonicalize
1592         empty lines.
1593
1594 1998-08-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * mime-w3.el (mime-preview-text/html): Insert dummy "\n" into end
1597         of entity to avoid keymap text-property problem.
1598
1599 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1600
1601         * NEWS (Don't use "file" command to detect content of entity): New
1602         section.
1603
1604         * mime-play.el (mime-magic-type-alist): New variable; abolish
1605         `mime-file-content-type-alist'.
1606         (mime-detect-content): New implementation (don't use "file"
1607         command).
1608
1609 \f
1610 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1611
1612         * SEMI: Version 1.8.4 (Takaoka) released.
1613
1614 1998-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1615
1616         * mime-ui-en.sgml, mime-ui-ja.sgml (message/partial sending): New
1617         section.
1618
1619         * mime-edit.el (mime-edit-split-blind-field-regexp): Add
1620         DOC-string; change to user option.
1621
1622 \f
1623 1998-07-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1624
1625         * REMI: Version 1.8.4 (Takaoka) released.
1626
1627 1998-07-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * mime-play.el: Reduce `mime-acting-situation-example-list' while
1630         it is bigger than `mime-acting-situation-example-list-max-size'.
1631
1632 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1633
1634         * mime-edit.el (mime-edit-preview-message): Use `mime-view-buffer'
1635         instead of `mime-view-mode'.
1636
1637 \f
1638 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1639
1640         * REMI: Version 1.8.3 (Ecch\e-Dþ-Nakagawa)\e-A released.
1641
1642         * mime-play.el (mime-delq-null-situation): Add new optional
1643         argument `ignored-value'.
1644         (mime-raw-play-entity): Add new optional argument
1645         `ignored-method'; add `ignore-examples' to acting-situation.
1646         (mime-detect-content): Specify `ignore-examples' of
1647         acting-situation as `ignore-examples' of `mime-raw-play-entity';
1648         specify `mime-detect-content' as `ignored-method' of
1649         `mime-raw-play-entity'.
1650
1651 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1652
1653         * mime-view.el (mime-preview-extract-current-entity): Change
1654         interface to add `ignore-examples'.
1655         (mime-preview-print-current-entity): Likewise.
1656
1657         * mime-play.el (mime-acting-situation-example-list-max-size): New
1658         variable.
1659         (mime-reduce-acting-situation-examples): New function.
1660         (mime-preview-play-current-entity): Change interface to add
1661         `ignore-examples'.
1662         (mime-raw-play-entity): Add new optional argument
1663         `ignore-examples'.  Reduce `mime-acting-situation-example-list'
1664         when loading example file.
1665
1666 \f
1667 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1668
1669         * REMI: Version 1.8.2 (N\e-Dòmachi)\e-A released.
1670
1671 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1672
1673         * mime-play.el (mime-acting-situation-example-list): New variable;
1674         abolish `mime-acting-situation-examples'.
1675         (mime-save-acting-situation-examples): Modify for
1676         `mime-acting-situation-example-list'.
1677         (mime-compare-situation-with-example): New function.
1678         (mime-raw-play-entity): Change algorithm to compare with
1679         acting-situation-examples.
1680         (mime-store-message/partial-piece): Use `mime-view-buffer' instead
1681         of `mime-view-mode'.
1682
1683 1998-07-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1684
1685         * mime-play.el (mime-preview-play-current-entity): Fix problem
1686         when `mode' is omitted with non-interactive mode (maybe for button
1687         dispatcher).
1688
1689 \f
1690 1998-07-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1691
1692         * REMI: Version 1.8.1 (Fushiki) released.
1693
1694 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1695
1696         * mime-ui-en.texi, mime-ui-en.sgml: New files.
1697
1698         * mime-ui-ja.sgml: Modify node names about MIME-Edit.
1699         (file-type specification): Fix typo.
1700
1701 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1702
1703         * mime-play.el (mime-file-content-type-alist): Add "Standard
1704         MIDI".
1705
1706         * mime-play.el (mime-detect-content): Fixed.
1707
1708 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1709
1710         * mime-play.el (mime-activate-mailcap-method): Check filename is
1711         null string.
1712
1713 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * mime-ui-ja.sgml, mime-ui-ja.texi: New files; delete
1716         mime-view-ja.sgml and mime-view-ja.texi.
1717
1718 \f
1719 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1720
1721         * SEMI: Version 1.8.2 (Kosugi) released.
1722
1723         * README.en (Required environment): Modify for FLIM 1.8.0.
1724
1725         * mime-view.el (mime-display-entity): Modify for
1726         `mime-insert-decoded-header'.
1727
1728 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1729
1730         * mime-play.el (mime-activate-mailcap-method): Use
1731         `mime-write-entity-content'.
1732
1733 \f
1734 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1735
1736         * SEMI: Version 1.8.1 (Kureha) released.
1737
1738 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1739
1740         * mime-play.el (mime-save-content): Use
1741         `mime-write-entity-content'.
1742
1743 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1744
1745         * mime-view.el:
1746           - Abolish local variable `mime-raw-representation-type'.
1747           - Abolish function `mime-entity-representation-type'.
1748
1749         * mime-pgp.el (mime-view-application/pgp): Use
1750         `mime-entity-cooked-p'.
1751
1752         * mime-play.el (mime-view-message/rfc822): Use
1753         `mime-entity-cooked-p'.
1754
1755 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1756
1757         * mime-play.el: Abolish function `mime-raw-write-region'.
1758
1759         * mime-play.el (mime-store-message/partial-piece): Use
1760         `mime-write-entity-body'.
1761
1762         * mime-pgp.el (mime-verify-application/pgp-signature): Use
1763         `mime-write-entity'.
1764
1765 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1766
1767         * mime-pgp.el (mime-view-application/pgp): Specify
1768         representation-type by argument of `mime-view-buffer'.
1769
1770 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1771
1772         * mime-play.el (mime-view-message/rfc822): New implementation.
1773
1774         * mime-view.el (mime-display-message): Try use window of mother
1775         buffer to display mime-preview-buffer.
1776
1777 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1778
1779         * mime-view.el: Abolish `mime-entity-cooked-p'; use
1780         `mime-entity-cooked-p' of FLIM.
1781         (mime-view-buffer): New optional argument `representation-type';
1782         use `mime-open-entity'.
1783         (mime-view-mode): New implementation.
1784
1785 \f
1786 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1787
1788         * REMI: Version 1.8.0 (Ecch\e-Dþ-Kokubu)\e-A released.
1789
1790 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1791
1792         * README.en (Required environment): Modify for FLIM 1.7.0.
1793
1794         * mime-view.el (mime-view-mode): New implementation.
1795
1796 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1797
1798         * mime-text.el (mime-display-text/plain): Must rename
1799         `mime-browse-add-url-button' to `mime-add-url-buttons'.
1800
1801 1998-06-25  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1802
1803         * semi-def.el: Don't require 'browse-url.
1804         Abolish `mime-browse-add-url-buttons-maybe' and `mime-browse-url'.
1805         (mime-browse-url-function): New variable.
1806         (mime-add-url-buttons): Renamed from `mime-browse-add-url-button'.
1807         Use `mime-browse-url-function'.
1808
1809 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1810
1811         * mime-view.el: (mime-preview-condition): Renamed method for
1812         "anon-ftp" access-type to `mime-view-message/external-anon-ftp'
1813         and added new method `mime-view-message/external-url' for "url"
1814         access-type.
1815
1816 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1817
1818         * mime-play.el (mime-preview-play-current-entity): Use
1819         optional arg of `interactive'.
1820         (mime-view-message/external-anon-ftp): Renamed from
1821         `mime-view-message/external-ftp'.
1822         (mime-raw-browse-url-function): New variable.
1823         (mime-view-message/external-url): New function.
1824
1825 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1826
1827         * semi-def.el (mime-browse-url-regexp): Renamed from
1828         `mime-text-url-regexp'.
1829         (mime-browse-url): Renamed from `mime-text-browse-url'.
1830         (mime-browse-add-url-buttons): Renamed from
1831         `mime-text-add-url-buttons'.
1832         (mime-browse-add-url-buttons-maybe): Renamed from
1833         `mime-text-add-url-buttons-maybe'.
1834
1835         * mime-text.el: Moved URL stuff to semi-def.el.
1836
1837 \f
1838 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1839
1840         * SEMI: Version 1.8.0 (Toyama) released.
1841
1842         * SEMI-CFG: Modify for FLIM 1.6.0.
1843
1844         * README.en (Required environment): Modify for FLIM 1.6.0.
1845
1846 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1847
1848         * mime-view.el:
1849           - Abolish function `mime-raw-find-entity-from-node-id',
1850             `mime-raw-find-entity-from-number'.
1851           - Move function `mime-entity-parent' to mime.el of FLIM.
1852           - Abolish variable `mime-view-uuencode-encoding-name-list'.
1853           - Move function `mime-entity-uu-filename' and
1854             `mime-entity-filename' to mime.el of FLIM.
1855         (mime-preview-follow-current-entity): Use function
1856         `mime-find-entity-from-node-id' instead of
1857         `mime-raw-find-entity-from-node-id'.
1858         (mime-preview-move-to-upper): Don't use
1859         `mime-raw-find-entity-from-node-id'.
1860
1861         * mime-pgp.el (mime-verify-application/pgp-signature): Don't use
1862         `mime-raw-find-entity-from-node-id'.
1863         (mime-decrypt-application/pgp-encrypted): Likewise.
1864
1865         * mime-view.el, mime-play.el (mime-entity-safe-filename): Use
1866         `mime-read-field' instead of `mime-entity-read-field'.
1867
1868         * mime-partial.el
1869         (mime-combine-message/partial-pieces-automatically): Use
1870         `mime-read-field' instead of `mime-entity-read-field'.
1871
1872         * mime-bbdb.el (mime-bbdb/update-record): Use `mime-fetch-field'
1873         and `mime-read-field' instead of `mime-entity-fetch-field' and
1874         `mime-entity-read-field'.
1875
1876 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1877
1878         * mime-view.el (mime-display-message): Use window of
1879         preview-buffer or preview-buffer to display preview-buffer.
1880         (mime-view-buffer): fixed.
1881         (mime-view-mode): fixed.
1882
1883         * MIME-View-API-ja.ol: Delete MIME-View-API-ja.ol.
1884
1885 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1886
1887         * NEWS (Changes in SEMI 1.8): New chapter.
1888
1889 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1890
1891         * mime-view.el: Abolish external x-face viewer.
1892
1893 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1894
1895         * semi-def.el: Abolish function `tm:set-fields', `tm:add-fields'
1896         and `tm:delete-fields'.
1897
1898         * mime-partial.el: Abolish variable
1899         `mime-view-partial-message-method-alist' and function
1900         `mime-view-partial-message'.
1901         (mime-combine-message/partial-pieces-automatically): Use
1902         `request-partial-message-method' in acting-situation.
1903
1904 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1905
1906         * mime-view.el (mime-display-message): Delete unnecessary
1907         `mime-parse-buffer'.
1908
1909 \f
1910 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1911
1912         * SEMI: Version 1.7.1 (Higashi-Toyama) released.
1913
1914         * README.en (Required environment): Delete description about
1915         `enable-multibyte-characters'; modify for FLIM 1.5.0.
1916
1917 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1918
1919         * mime-edit.el (mime-content-types): Add "url" access-type and
1920         "subject" parameter of "mail-server" access-type to
1921         message/external-body media-type.
1922         (mime-edit-define-menu-for-xemacs): Doc-string fix.
1923
1924 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1925
1926         * SEMI-CFG: Support run-in-place installation of BBDB and
1927         Emacs/W3.
1928
1929 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1930
1931         * mime-view.el: Don't require `std11'.
1932
1933         * mime-view.el: Require `mime' instead of `mime-lib'.
1934         (mime-entity-filename): Don't use `std11-strip-quoted-string'.
1935
1936         * mime-edit.el: Don't require `eword-encode'.
1937
1938 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1939
1940         * mime-partial.el
1941         (mime-combine-message/partial-pieces-automatically): Fixed.
1942
1943         * mime-pgp.el (mime-view-application/pgp): Use function
1944         `mime-entity-representation-type'.
1945
1946         * mime-play.el (mime-view-message/rfc822): Use function
1947         `mime-entity-representation-type'.
1948         (mime-store-message/partial-piece): `mime-entity-body-start' and
1949         `mime-entity-body-end'.
1950
1951         * mime-text.el (mime-text-insert-decoded-body): Use function
1952         `mime-entity-cooked-p'.
1953
1954         * mime-view.el (mime-entity-representation-type): New function.
1955         (mime-entity-cooked-p): New function.
1956         (mime-display-entity): Use function `mime-entity-cooked-p'.
1957
1958 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * mime-text.el (mime-text-insert-decoded-body): Use
1961         `mime-entity-content'.
1962
1963         * mime-image.el (mime-display-image): Use `mime-entity-content'.
1964
1965 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1966
1967         * mime-play.el (mime-entity-safe-filename): New implementation.
1968
1969 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1970
1971         * mime-text.el (mime-text-insert-decoded-body): Delete unnecessary
1972         `save-restriction'.
1973
1974 1998-06-20  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1975
1976         * semi-def.el: Require 'custom.
1977
1978 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1979
1980         * mime-view.el: Don't require `mime-parse'.
1981
1982 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1983
1984         * SEMI-CFG: - Modify for FLIM 1.5.0.
1985                     - Don't signal error if tm is found in load-path.
1986
1987 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1988
1989         * mime-play.el (mime-save-content): Use `mime-entity-body-start'
1990         and `mime-entity-body-end'.
1991
1992 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1993
1994         * mime-pgp.el (mime-view-application/pgp): fixed.
1995         (mime-verify-application/pgp-signature): Use
1996         `mime-message-structure' instead of `mime-raw-message-info'.
1997         (mime-decrypt-application/pgp-encrypted): Use
1998         `mime-message-structure' instead of `mime-raw-message-info'.
1999
2000         * mime-view.el (mime-display-message): Use `mime-parse-buffer';
2001         abolish variable `mime-raw-message-info'; use
2002         `mime-message-structure' instead of `mime-raw-message-info'.
2003
2004 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2005
2006         * mime-bbdb.el (mime-bbdb/update-record): Use
2007         `mime-entity-fetch-field' and `mime-entity-read-field'.
2008
2009 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2010
2011         * SEMI-CFG: Require 'cl first.
2012
2013 \f
2014 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2015
2016         * SEMI: Version 1.7.0 (Mizuhashi) released.
2017
2018 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2019
2020         * mime-edit.el, mime-view.el, semi-def.el: Rename
2021         `mime-module-version' to `mime-user-interface-version'.
2022
2023         * mime-parse.el, SEMI-ELS: Move mime-parse.el to FLIM layer.
2024
2025 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2026
2027         * semi-setup.el (call-after-loaded): Moved from semi-def.el.
2028
2029         * semi-def.el: Move `call-after-loaded' to semi-setup.el.
2030
2031 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2032
2033         * mime-view.el (mime-view-insert-entity-button): Change interface.
2034
2035 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2036
2037         * mime-view.el (mime-entity-filename): Moved from mime-play.el.
2038         (mime-view-entity-title): Use `mime-entity-filename'.
2039
2040         * mime-play.el: Move `mime-entity-filename' to mime-view.el.
2041
2042 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2043
2044         * mime-play.el (mime-entity-filename): New function; abolish
2045         `mime-raw-get-original-filename'.
2046         (mime-entity-safe-filename): New function; abolish
2047         `mime-raw-get-filename'.
2048         (mime-activate-mailcap-method): Use `mime-entity-safe-filename'.
2049         (mime-save-content): Use `mime-entity-safe-filename'.
2050         (mime-detect-content): Use `mime-entity-safe-filename'.
2051
2052         * mime-view.el (mime-entity-uu-filename): New function; abolish
2053         `mime-raw-get-uu-filename'.
2054
2055 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2056
2057         * mime-view.el (mime-view-entity-title): Renamed from
2058         `mime-raw-get-subject'; use `mime-entity-read-field'.
2059
2060 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2061
2062         * NEWS (Changes in SEMI 1.7): New chapter.
2063         (Changes in SEMI 1.6): Add description of entity-detection.
2064
2065 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2066
2067         * mime-view.el: Rename `mime-view-following-method-alist' to
2068         `mime-preview-following-method-alist'.
2069
2070 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2071
2072         * semi-setup.el, mime-pgp.el: Rename
2073         `mime-method-to-add-application/pgp-keys' to
2074         `mime-add-application/pgp-keys'.
2075
2076         * semi-setup.el, mime-pgp.el: Rename
2077         `mime-method-to-decrypt-application/pgp-encrypted' to
2078         `mime-decrypt-application/pgp-encrypted'.
2079
2080         * semi-setup.el, mime-pgp.el: Rename
2081         `mime-method-to-verify-application/pgp-signature' to
2082         `mime-verify-application/pgp-signature'.
2083
2084         * semi-setup.el, mime-pgp.el: Rename
2085         `mime-method-to-verify-multipart/signed' to
2086         `mime-verify-multipart/signed'.
2087
2088         * semi-setup.el, mime-pgp.el: Rename
2089         `mime-method-for-application/pgp' to `mime-view-application/pgp'.
2090
2091         * SEMI-naming.ol: New file.
2092
2093 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2094
2095         * mime-partial.el: Rename
2096         `mime-method-to-combine-message/partial-pieces' to
2097         `mime-combine-message/partial-pieces-automatically'.
2098
2099 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2100
2101         * mime-play.el, mime-view.el: Rename
2102         `mime-method-to-display-caesar' to `mime-view-caesar'.
2103
2104         * mime-play.el, mime-view.el: Rename
2105         `mime-method-to-display-message/external-ftp' to
2106         `mime-view-message/external-ftp'.
2107
2108 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2109
2110         * mime-view.el, mime-partial.el, mime-play.el: Rename
2111         `mime-method-to-store-message/partial' to
2112         `mime-store-message/partial-piece'.
2113
2114 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2115
2116         * mime-play.el, mime-view.el: Rename
2117         `mime-method-to-display-message/rfc822' to
2118         `mime-view-message/rfc822'.
2119
2120 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2121
2122         * mime-play.el, mime-view.el: Rename `mime-method-to-detect' to
2123         `mime-detect-content'.
2124
2125 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2126
2127         * mime-view.el (mime-display-entity): Abolish body-filter support.
2128
2129         * mime-play.el, mime-view.el: Rename `mime-method-to-save' to
2130         `mime-save-content'.
2131
2132 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2133
2134         * mime-play.el (mime-activate-mailcap-method): Fixed.
2135
2136 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2137
2138         * mime-image.el (mime-display-image): New function; abolish
2139         function `mime-preview-filter-for-image'.
2140
2141         * mime-image.el: Rename `mime-view-content-header-filter-hook' to
2142         `mime-display-header-hook'.
2143
2144         * mime-view.el (mime-display-entity): Run
2145         `mime-display-header-hook'.
2146
2147         * mime-text.el, mime-view.el: Rename `mime-preview-text/enriched'
2148         to `mime-display-text/enriched'.
2149
2150         * mime-text.el, mime-view.el: Rename `mime-preview-text/richtext'
2151         to `mime-display-text/richtext'.
2152
2153         * mime-text.el, mime-view.el: Rename `mime-preview-text/plain' to
2154         `mime-display-text/plain'.
2155
2156         * mime-view.el (mime-display-multipart/mixed): Renamed from
2157         `mime-preview-multipart/mixed'.
2158
2159         * mime-view.el (mime-display-multipart/alternative): Renamed from
2160         `mime-preview-multipart/alternative'.
2161
2162         * mime-view.el (mime-display-message/partial-button): Renamed from
2163         `mime-preview-message/partial-button'.
2164
2165         * mime-view.el (mime-display-entity): Renamed from
2166         `mime-view-display-entity'; change interface.
2167         (mime-display-message): Renamed from `mime-view-display-message'.
2168
2169 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2170
2171         * README.en (Required environment): Modify for FLIM 1.4.0.
2172
2173 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2174
2175         * mime-parse.el: Move function `mime-entity-number' to FLIM layer.
2176
2177 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2178
2179         * mime-view.el (mime-header-presentation-method-alist): New
2180         variable; abolish variable
2181         `mime-view-content-header-filter-alist'; abolish function
2182         `mime-view-cut-header'; abolish variable
2183         `mime-view-ignored-field-regexp'.
2184         (mime-view-display-entity): Use
2185         `mime-header-presentation-method-alist'.
2186
2187         * mime-parse.el: Move definition of structure `mime-entity' to
2188         FLIM layer.
2189
2190 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2191
2192         * mime-parse.el: Change order of `mime-entity'.
2193
2194 \f
2195 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2196
2197         * SEMI: Version 1.6.0 (Namerikawa) released.
2198
2199 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2200
2201         * mime-view-ja.texi, mime-view-ja.sgml: New files.
2202
2203         * mime-view.el (mime-view-mode): Fix DOC-string.
2204
2205 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2206
2207         * mime-play.el (mime-file-content-type-alist): Renamed from
2208         `mime-file-type-regexp-type-subtype-alist'.
2209
2210 1998-06-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2211
2212         * NEWS: Add description about
2213         `mime-preview-over-to-{previous|next}-method-alist'.
2214
2215         * mime-view.el (mime-preview-over-to-previous-method-alist):
2216         Add DOC-string.
2217         (mime-preview-over-to-next-method-alist): Add DOC-string.
2218
2219         * mime-view.el (mime-preview-over-to-previous-method-alist):
2220         Renamed from `mime-view-over-to-previous-method-alist'.
2221         (mime-preview-over-to-next-method-alist): Renamed from
2222         `mime-view-over-to-next-method-alist'.
2223
2224 1998-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2225
2226         * mime-w3.el (mime-save-background-color): Fixed.
2227
2228         * mime-view.el (mime-acting-condition): Set up
2229         `mime-method-to-detect' for application/octet-stream in "play"
2230         mode.
2231
2232         * mime-play.el (mime-file-type-regexp-type-subtype-alist): New
2233         variable.
2234         (mime-method-to-detect): New function.
2235
2236 1998-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * mime-play.el (mime-sort-situation): Modify for
2239         Content-Disposition information.
2240
2241 1998-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * mime-view.el: Abolish variable `mime-view-show-summary-method'
2244         and function `mime-preview-show-summary'.
2245
2246 1998-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2247
2248         * mime-view.el (mime-entity-situation): Add information of
2249         Content-Disposition.
2250
2251 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2252
2253         * MIME-View-API-ja.ol (mime-preview-buffer): Add description about
2254         `mime-preview-original-major-mode'.
2255
2256         * mime-view.el (mime-preview-original-major-mode): Modify
2257         DOC-string.
2258
2259         * NEWS: Add description about abolishment of tm-compatible
2260         external method support.
2261
2262         * mime-play.el (mime-raw-play-entity): Abolish tm-compatible
2263         external method support; abolish function
2264         `mime-activate-external-method' and
2265         `mime-make-external-method-args'.
2266
2267 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2268
2269         * mime-play.el (mime-activate-mailcap-method): Use
2270         `mime-entity-body-start'.
2271
2272         * mime-play.el (mime-activate-external-method): Change interface.
2273
2274         * mime-play.el (mime-activate-mailcap-method): Change interface.
2275
2276 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2277
2278         * MIME-View-API-ja.ol (mime-preview-buffer): Delete description
2279         about text-property `mime-view-raw-buffer'.
2280
2281         * mime-play.el (mime-preview-play-current-entity): Don't refer
2282         text-property `mime-view-raw-buffer'.
2283
2284         * mime-view.el (mime-view-display-entity): Don't set up
2285         text-property `mime-view-raw-buffer'.
2286
2287 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2288
2289         * MIME-View-API-ja.ol: Abolish description about
2290         `mime-preview-original-major-mode'.
2291
2292         * NEWS (Changes in SEMI 1.6): New chapter.
2293
2294         * TODO (multipart/related support): New item.
2295
2296 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2297
2298         * NEWS: Add description about mime-w3.el.
2299
2300 1998-06-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2301
2302         * mime-w3.el (mime-save-background-color): New macro.
2303         (mime-preview-text/html): Use `mime-save-background-color'.
2304
2305 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2306
2307         * mime-edit.el: Abolish variable `mime-edit-signing-type' and
2308         `mime-edit-encrypting-type'.
2309         (mime-edit-process-multipart-1): Separate "signed" to "pgp-signed"
2310         and "kazu-signed"; separate "encrypted" to "pgp-encrypted" and
2311         "kazu-encrypted".
2312         (mime-edit-enclose-signed-region): Renamed from
2313         `mime-edit-enclose-pgp-signed-region'.
2314         (mime-edit-enclose-pgp-encrypted-region): Renamed from
2315         `mime-edit-enclose-encrypted-region'.
2316         (mime-edit-enclose-kazu-signed-region): New function.
2317         (mime-edit-enclose-kazu-encrypted-region): New function.
2318         (mime-edit-set-sign): Don't refer `mime-edit-signing-type'.
2319         (mime-edit-set-encrypt): Don't refer `mime-edit-encrypting-type'.
2320
2321 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2322
2323         * mime-edit.el (mime-edit-sign-pgp-kazu): Abolish unused local
2324         variable.
2325         (mime-edit-encrypt-pgp-kazu): Abolish unused local variables.
2326
2327 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2328
2329         * mime-pgp.el (mime-method-for-application/pgp): Change interface.
2330         (mime-method-to-verify-multipart/signed): Change interface.
2331         (mime-method-to-verify-application/pgp-signature): Change
2332         interface.
2333         (mime-method-to-decrypt-application/pgp-encrypted): Change
2334         interface.
2335         (mime-method-to-add-application/pgp-keys): Change interface.
2336
2337         * mime-partial.el (mime-method-to-combine-message/partial-pieces):
2338         Change interface.
2339
2340         * mime-play.el (mime-raw-play-entity): Change interface of
2341         internal-method.
2342         (mime-method-to-save): Change interface.
2343         (mime-method-to-display-message/rfc822): Change interface.
2344         (mime-method-to-store-message/partial): Change interface.
2345         (mime-method-to-display-message/external-ftp): Change interface.
2346         (mime-method-to-display-caesar): Change interface.
2347
2348 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2349
2350         * mime-edit.el (mime-edit-normalize-body): Use
2351         `mime-charset-type-list' directly; abolish local variable
2352         `mime-edit-charset-default-encoding-alist' and function
2353         `mime-make-charset-default-encoding-alist'.
2354         (mime-edit-toggle-transfer-level): Don't set up
2355         `mime-edit-charset-default-encoding-alist'.
2356
2357 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2358
2359         * mime-view.el (mime-view-display-message): Set up
2360         `mime-raw-message-info'.
2361         (mime-view-buffer): New function.
2362         (mime-view-mode): Don't set up `mime-raw-message-info'.
2363
2364 1998-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2365
2366         * mime-edit.el (mime-charset-type-list): Use base64 for cn-gb2312
2367         and gb2312.
2368         (mime-edit-normalize-body): If encoding is not specified for
2369         charset, use quoted-printable or 8bit for mime-transfer-level is 7
2370         or 8.
2371
2372         * mime-edit.el (mime-charset-type-list): Add `shift_jis'.
2373
2374 1998-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2375
2376         * mime-view.el (mime-view-display-message): Use
2377         `mime-maybe-hide-echo-buffer'.
2378         (mime-view-mode): Don't use `mime-maybe-hide-echo-buffer'.
2379
2380         * mime-view.el (mime-view-display-message): Move point to top of
2381         body; run `mime-view-mode-hook'.
2382         (mime-view-mode): Don't move point; don't run
2383         `mime-view-mode-hook'.
2384
2385         * mime-view.el (mime-view-display-message): Add new optional
2386         argument `default-keymap-or-function'.
2387         (mime-view-mode): Modify for `mime-view-display-message'.
2388
2389         * mime-view.el (mime-view-display-message): Add new optional
2390         argument `mother'; set to `mime-mother-buffer'.
2391         (mime-view-mode): Modify for `mime-view-display-message'.
2392
2393 1998-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2394
2395         * mime-mc.el: Use `eval-and-compile' to load "mc-pgp".
2396
2397         * mime-view.el (mime-preview-multipart/mixed): Modify for
2398         `mime-view-display-entity'; don't refer `mime-raw-buffer'.
2399         (mime-preview-multipart/alternative): Modify for
2400         `mime-view-display-entity'; don't refer `mime-raw-buffer'.
2401         (mime-view-display-entity): Change interface to abolish argument
2402         for raw-buffer; don't refer `mime-raw-buffer'.
2403         (mime-view-display-message): Abolish variable
2404         `mime-preview-original-major-mode'; modify for
2405         `mime-view-display-entity'.
2406         (mime-preview-original-major-mode): New implementation; add
2407         optional argument `recursive'.
2408         (mime-preview-follow-current-entity): Modify for
2409         `mime-preview-original-major-mode'.
2410         (mime-preview-move-to-next): Use function
2411         `mime-preview-original-major-mode'.
2412         (mime-preview-scroll-up-entity): Use function
2413         `mime-preview-original-major-mode'.
2414         (mime-preview-scroll-down-entity): Use function
2415         `mime-preview-original-major-mode'.
2416         (mime-preview-quit): Use function
2417         `mime-preview-original-major-mode'.
2418         (mime-preview-show-summary): Use function
2419         `mime-preview-original-major-mode'.
2420
2421         * mime-view.el (mime-view-display-message): New function; abolish
2422         function `mime-view-setup-buffers'.
2423         (mime-view-mode): Use `mime-view-display-message'.
2424
2425 1998-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2426
2427         * mime-play.el (mime-raw-play-entity): Use
2428         `mime-entity-situation'.
2429
2430         * mime-view.el (mime-entity-situation): New function.
2431         (mime-preview-multipart/alternative): Use `mime-entity-situation'.
2432         (mime-view-display-entity): Use `mime-entity-situation'.
2433
2434 1998-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2435
2436         * mime-edit.el (mime-edit-enclose-region-internal): Abolish unused
2437         local variable.
2438
2439 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2440
2441         * MIME-View-API-ja.ol (entity): Add description of
2442         `mime-entity-number'.
2443
2444         * mime-play.el (mime-method-to-display-caesar): Use
2445         `mime-entity-number'.
2446
2447         * mime-parse.el (mime-entity-number): New function.
2448
2449 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2450
2451         * MIME-View-API-ja.ol (entity-button): Modify description of
2452         `mime-view-insert-entity-button'.
2453
2454         * mime-view.el (mime-view-insert-entity-button): Change interface.
2455         (mime-view-display-entity): Modify for
2456         `mime-view-insert-entity-button'.
2457
2458 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2459
2460         * MIME-View-API-ja.ol (entity-button): Modify description of
2461         `mime-view-entity-button-visible-p'.
2462
2463         * mime-view.el (mime-view-entity-button-visible-p): Change
2464         interface.
2465         (mime-view-display-entity): Modify for
2466         `mime-view-entity-button-visible-p'.
2467
2468 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2469
2470         * MIME-View-API-ja.ol: Add description of `mime-entity-parent' and
2471         abolish description `mime-raw-entity-parent'.
2472
2473         * mime-view.el (mime-entity-parent): New function; abolish
2474         `mime-raw-entity-parent'.
2475         (mime-view-entity-button-visible-p): Use `mime-entity-parent'
2476         instead of `mime-raw-entity-parent'.
2477
2478 \f
2479 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2480
2481         * SEMI: Version 1.5.4 (Higashi-Namerikawa) released.
2482
2483         * mime-edit.el (mime-edit-normalize-body): Abolish unused local
2484         variable.
2485
2486 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2487
2488         * mime-edit.el (mime-edit-translate-single-part-tag): Add new
2489         argument `boundary'.
2490         (mime-edit-translate-region): Modify for
2491         `mime-edit-translate-single-part-tag'.
2492
2493 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2494
2495         * mime-w3.el (mime-put-keymap-region): New macro.
2496         (mime-preview-text/html): Use macro `mime-put-keymap-region'.
2497
2498 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2499
2500         * SEMI-ELS (semi-modules-to-compile): Add 'mime-w3 if w3 is found.
2501
2502         * semi-setup.el (mime-setup-enable-inline-html): New variable; add
2503         setting for mime-w3.el conditionally.
2504
2505         * mime-w3.el: New module.
2506
2507 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2508
2509         * mime-view.el (mime-preview-multipart/alternative): Fix typo.
2510
2511 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2512
2513         * mime-edit.el (mime-edit-x-emacs-value): Check
2514         `enable-multibyte-characters' is bound or not.
2515
2516 \f
2517 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2518
2519         * SEMI: Version 1.5.3 (Uozu) released.
2520
2521         * NEWS (`pgp-elkins' -> `pgp-mime'): New section.
2522
2523         * mime-edit.el: Rename `pgp-elkins' -> `pgp-mime'.
2524
2525 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2526
2527         * mime-edit.el (mime-edit-sign-pgp-elkins): Abolish unused local
2528         variable.
2529         (mime-edit-encrypt-pgp-elkins): Abolish unused local variable.
2530
2531 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2532
2533         * mime-parse.el (mime-parse-multipart): fixed.
2534
2535 \f
2536 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2537
2538         * SEMI: Version 1.5.2 (Kurobe) released.
2539
2540         * mime-play.el (mime-delq-null-situation): New function.
2541         (mime-raw-play-entity): Use `mime-delq-null-situation'.
2542
2543 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2544
2545         * TODO (Better implementation for multipart/alternative): done.
2546
2547         * NEWS (type-subtype-score): New section.
2548
2549 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2550
2551         * mime-view.el (mime-raw-message-info): Modify DOC-string.
2552
2553         * MIME-View-API-ja.ol: Modify for SEMI 1.5.
2554
2555 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2556
2557         * mime-edit.el (mime-edit-touched-flag): Define by `defvar'.
2558         (mime-edit-mode): Don't check `mime-edit-touched-flag' is bound or
2559         not.
2560
2561         * mime-edit.el (mime-edit-find-inmost): Abolish unused local
2562         variables.
2563
2564 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2565
2566         * mime-text.el (mime-text-insert-decoded-body): Don't refer
2567         `mime-raw-buffer'.
2568
2569         * mime-parse.el: Change format of `mime-entity' to add `buffer'.
2570
2571 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2572
2573         * mime-play.el: When it is compiled, require 'bbdb or define
2574         `bbdb-buffer-name' to avoid compiler warning.
2575
2576         (mime-method-to-display-caesar): Abolish unused local variable.
2577
2578         Use `eval-buffer' to eval contents of
2579         `mime-acting-situation-examples-file'.
2580
2581 1998-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2582
2583         * mime-text.el: Move definition of variable
2584         `mime-raw-representation-type' to mime-view.el.
2585
2586         * mime-view.el: Move definition of variable
2587         `mime-raw-representation-type' from mime-text.el.
2588         (mime-raw-message-info): Modify DOC-string.
2589
2590         * MIME-View-API-ja.ol: New file.
2591
2592 \f
2593 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2594
2595         * SEMI: Version 1.5.1 (Ikuji) released.
2596
2597         * mime-view.el (mime-raw-message-info): Fix typo.
2598         (mime-view-type-subtype-score-alist): New variable.
2599         (mime-preview-multipart/alternative): New function; set up for
2600         `mime-preview-condition'.
2601         (mime-view-display-entity): Add optional argument `situation'.
2602
2603 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2604
2605         * mime-view.el (mime-view-display-entity): Call
2606         body-presentation-method to display multipart if it is function.
2607
2608         * NEWS: Add news about SEMI 1.5.
2609
2610 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2611
2612         * mime-view.el (mime-preview-multipart/mixed): New function.
2613         (mime-view-display-entity): Use `mime-preview-multipart/mixed'.
2614
2615 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2616
2617         * mime-view.el (mime-view-display-entity): Display entity-button
2618         in body if button is invisible and body-presentation-method is not
2619         found.
2620
2621 \f
2622 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2623
2624         * SEMI: Version 1.5.0 (Nishi-Ny\e-Dþzen)\e-A released.
2625
2626         * README.en (Required environment): Modify for FLIM 1.3.0.
2627
2628 1998-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2629
2630         * mime-play.el (mime-raw-write-region): New implementation; refer
2631         `mime-raw-representation-type' or
2632         `mime-raw-representation-type-alist' instead of
2633         `mime-raw-buffer-coding-system-alist'.
2634
2635         * mime-view.el: Abolish variable
2636         `mime-raw-buffer-coding-system-alist'.
2637
2638 1998-06-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2639
2640         * mime-pgp.el (mime-method-for-application/pgp): Use
2641         `mime-raw-representation-type-alist' instead of
2642         `mime-text-decoder-alist'; set up to
2643         `mime-raw-representation-type' instead of `mime-text-decoder'.
2644
2645         * mime-play.el (mime-method-to-display-message/rfc822): Use
2646         `mime-raw-representation-type-alist' instead of
2647         `mime-text-decoder-alist'; set up to
2648         `mime-raw-representation-type' instead of `mime-text-decoder'.
2649         (mime-method-to-display-caesar): Use
2650         `mime-text-insert-decoded-body'.
2651
2652         * mime-text.el (mime-raw-representation-type): New variable;
2653         abolish `mime-text-decoder'.
2654         (mime-text-insert-decoded-body): Change interface; refer
2655         `mime-raw-representation-type' or
2656         `mime-raw-representation-type-alist' instead of
2657         `mime-text-decoder' or `mime-text-decoder-alist'; abolish function
2658         `mime-text-decode-buffer' and `mime-text-decode-buffer-maybe'.
2659         (mime-preview-text/plain): Modify for new interface of
2660         `mime-text-insert-decoded-body'.
2661         (mime-preview-text/richtext): Modify for new interface of
2662         `mime-text-insert-decoded-body'.
2663         (mime-preview-text/enriched): Modify for new interface of
2664         `mime-text-insert-decoded-body'.
2665
2666         * mime-view.el (mime-raw-representation-type-alist): New variable;
2667         abolish `mime-text-decoder-alist'.
2668
2669 1998-05-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2670
2671         * mime-parse.el (mime-parse-multipart): fixed.
2672
2673 \f
2674 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2675
2676         * SEMI: Version 1.4.6 (Ny\e-Dþzen)\e-A released.
2677
2678 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2679
2680         * mime-text.el (mime-text-insert-decoded-body): New function;
2681         abolish 'mime-text-decode-body.
2682         (mime-preview-text/plain): Use 'mime-text-insert-decoded-body.
2683         (mime-preview-text/richtext): Use 'mime-text-insert-decoded-body.
2684         (mime-preview-text/enriched): Use 'mime-text-insert-decoded-body.
2685
2686 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2687
2688         * mime-view.el (mime-preview-condition): Set up for
2689         'mime-preview-text/enriched instead of
2690         'mime-preview-filter-for-text/enriched.
2691
2692         * mime-text.el (mime-preview-text/enriched): New function; abolish
2693         'mime-preview-filter-for-text/enriched.
2694
2695 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2696
2697         * mime-view.el (mime-preview-condition): Set up for
2698         'mime-preview-text/richtext instead of
2699         'mime-preview-filter-for-text/richtext.
2700
2701         * mime-text.el (mime-preview-text/richtext): New function; abolish
2702         'mime-preview-filter-for-text/richtext.
2703
2704 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2705
2706         * mime-view.el: Rename 'mime-view-insert-message/partial-button to
2707         'mime-preview-message/partial-button.
2708
2709 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2710
2711         * mime-view.el (mime-preview-condition): Set up for
2712         'mime-preview-text/plain instead of
2713         'mime-preview-filter-for-text/plain.
2714         (mime-view-insert-message/partial-button): Change interface for
2715         new spec of body-presentation-method.
2716         (mime-view-display-entity): Change interface of
2717         body-presentation-method.
2718
2719         * mime-text.el (mime-preview-text/plain): New function; abolish
2720         'mime-preview-filter-for-text/plain.
2721
2722 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2723
2724         * mime-parse.el (make-mime-entity): Change format.
2725         (mime-entity-header-start): New function.
2726         (mime-entity-header-end): New function.
2727         (mime-entity-body-start): New function.
2728         (mime-entity-body-end): New function.
2729         (mime-entity-content-type): Modify for new format.
2730         (mime-entity-content-disposition): Modify for new format.
2731         (mime-entity-encoding): Modify for new format.
2732         (mime-entity-children): Modify for new format.
2733         (mime-entity-point-min): Change to alias of
2734         'mime-entity-header-start.
2735         (mime-entity-point-max): Change to alias of 'mime-entity-body-end.
2736         (mime-parse-multipart): Modify for 'make-mime-entity.
2737         (mime-parse-message): Modify for 'make-mime-entity.
2738
2739 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2740
2741         * mime-parse.el (mime-parse-multipart): Change interface; abolish
2742         local variable 'beg and 'end.
2743         (mime-parse-message): Modify for 'mime-parse-multipart.
2744
2745 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2746
2747         * mime-parse.el (mime-parse-multipart): Use
2748         'mime-content-type-parameter.
2749
2750 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2751
2752         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
2753         function.
2754         (mime-read-Content-Transfer-Encoding): Use function
2755         'mime-parse-Content-Transfer-Encoding.
2756         (mime-parse-message): Use 'mime-parse-* instead of 'mime-read-*.
2757
2758 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2759
2760         * mime-parse.el: Move 'regexp-* and 'regexp-or to mime-def.el of
2761         FLIM (Chao); move 'std11-quoted-pair-regexp, 'std11-qtext-regexp
2762         and 'std11-quoted-string-regexp to mime-def.el of FLIM (Chao).
2763
2764 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2765
2766         * mime-parse.el: Rename 'rfc822/quoted-string-regexp ->
2767         'std11-quoted-string-regexp.
2768
2769         * mime-parse.el: Rename 'rfc822/qtext-regexp ->
2770         'std11-qtext-regexp.
2771
2772         * mime-parse.el: Rename 'rfc822/quoted-pair-regexp ->
2773         'std11-quoted-pair-regexp.
2774
2775 1998-05-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2776
2777         * mime-view.el (mime-preview-scroll-down-entity): Use (not (bobp))
2778         instead of (> (point) 1).
2779
2780 1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2781
2782         * mime-play.el (mime-preview-play-current-entity): Don't widen.
2783
2784 1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2785
2786         * mime-play.el (mime-raw-play-entity): Abolish point correcting
2787         procedures for VM.
2788
2789         * mime-play.el (mime-preview-play-current-entity): Do widen befor
2790         playing the entity.
2791
2792 \f
2793 1998-05-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2794
2795         * SEMI: Version 1.4.5 (Tomari) released.
2796
2797         * README.en (Mailing lists): Add notice about direct-mail for
2798         authors.
2799
2800 1998-05-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2801
2802         * mime-play.el (mime-raw-dired-function): Don't refer
2803         'mime/use-multi-frame.
2804
2805         * semi-def.el: Abolish variable 'mime/use-multi-frame.
2806
2807         * semi-def.el (mime-insert-button): Merge arguments of two
2808         'insert.
2809
2810         * semi-def.el: Abolish function 'get-version-string because it is
2811         not used.
2812
2813         * TODO (Don't use filter-model): New item.
2814
2815         * TODO (Fix problem of dynamic configuration for
2816         'mime-acting-condition): Done.
2817
2818         * TODO (Mother entity should modify preview-situation of
2819         children): Done.
2820
2821 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2822
2823         * mime-view.el (mime-view-setup-buffers): Use
2824         'mime-view-display-entity; abolish 'mime-view-display-message.
2825         (mime-view-display-entity): fixed.
2826
2827 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2828
2829         * mime-view.el (mime-view-display-message): fixed.
2830
2831 1998-05-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2832
2833         * mime-view.el (mime-raw-get-subject): Use
2834         'mime-content-disposition-filename.
2835
2836         * mime-parse.el (mime-content-type-parameter): New function.
2837
2838         * mime-parse.el (mime-content-disposition-parameter): New
2839         function.
2840         (mime-content-disposition-filename): New function.
2841
2842 1998-05-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2843
2844         * mime-play.el (mime-raw-get-original-filename): Abolish optional
2845         argument 'encoding; modify for 'mime-raw-get-uu-filename.
2846
2847         * mime-view.el (mime-raw-get-uu-filename): Change interface; don't
2848         check encoding.
2849         (mime-raw-get-subject): Change interface; new implementation.
2850
2851 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2852
2853         * mime-view.el (mime-view-display-entity): fixed.
2854
2855         * mime-parse.el (mime-parse-multipart): Change interface.
2856
2857 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2858
2859         * mime-parse.el (make-mime-entity): Add 'content-disposition.
2860         (mime-entity-content-disposition): New function.
2861         (mime-parse-multipart): Modify for 'make-mime-entity.
2862         (mime-parse-message): Modify for 'make-mime-entity.
2863
2864 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2865
2866         * mime-play.el (mime-raw-play-entity): Don't use
2867         'mime-entity-media-type, 'mime-entity-media-subtype and
2868         'mime-entity-parameters.
2869
2870 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2871
2872         * mime-view.el (mime-view-display-entity): Don't use
2873         'mime-entity-media-type, 'mime-entity-media-subtype and
2874         'mime-entity-parameters.
2875
2876 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2877
2878         * mime-view.el (mime-view-display-message): Don't use
2879         'mime-entity-media-type, 'mime-entity-media-subtype and
2880         'mime-entity-parameters.
2881
2882 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2883
2884         * mime-setup.el: Avoid warning message of byte-compiler.
2885
2886 \f
2887 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2888
2889         * SEMI: Version 1.4.4 (Ecch\e-Dþ-Miyazaki)\e-A released.
2890
2891         * mime-play.el (mime-mailcap-method-filename-alist): New variable.
2892         (mime-mailcap-method-sentinel): New function.
2893         (mime-activate-mailcap-method): Use 'mime-mailcap-method-sentinel;
2894         don't use 'mime-show-echo-buffer.
2895
2896 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2897
2898         * mime-play.el (mime-activate-mailcap-method): Regard
2899         'mime-temp-directory.
2900
2901 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2902
2903         * mime-parse.el (make-mime-entity): Change interface and
2904         data-format.
2905         (mime-entity-content-type): New access function.
2906         (mime-entity-media-type): New implementation.
2907         (mime-entity-subtype): New implementation.
2908         (mime-entity-parameters): New implementation.
2909         (mime-parse-multipart): Change interface; modify for
2910         'make-mime-entity.
2911         (mime-parse-message): Modify for 'make-mime-entity.
2912
2913 \f
2914 1998-05-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2915
2916         * SEMI: Version 1.4.3 (Ichiburi) released.
2917
2918 1998-05-12  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
2919
2920         * mime-partial.el: start and end of the region fixed.
2921
2922 1998-05-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2923
2924         * mime-parse.el (make-mime-content-type): New function.
2925         (mime-parse-Content-Type): Use 'make-mime-content-type.
2926         (mime-parse-multipart): Use 'make-mime-content-type.
2927
2928 1998-05-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2929
2930         * mime-parse.el: Change data format of mime-content-disposition.
2931
2932 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2933
2934         * mime-parse.el: Rename 'mime/Content-Transfer-Encoding ->
2935         'mime-read-Content-Transfer-Encoding.
2936
2937 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2938
2939         * mime-view.el (mime-raw-get-subject): Use
2940         'mime-content-disposition-parameters.
2941
2942         * mime-play.el (mime-raw-get-original-filename): Use
2943         'mime-content-disposition-parameters.
2944
2945         * mime-parse.el (mime-content-disposition-type): New function.
2946         (mime-content-disposition-parameters): New function.
2947
2948 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2949
2950         * mime-parse.el, mime-play.el, mime-view.el: Rename
2951         'mime/Content-Disposition -> 'mime-read-Content-Disposition.
2952
2953 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2954
2955         * Makefile (PACKAGE): New variable.
2956         (tar): Use $(PACKAGE).
2957
2958 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2959
2960         * mime-parse.el: Change data format of mime-content-type.
2961
2962 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2963
2964         * mime-edit.el (mime-edit-decode-buffer): Use
2965         'mime-content-type-primary-type, 'mime-content-type-subtype and
2966         'mime-content-type-parameters.
2967
2968 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2969
2970         * mime-parse.el (mime-content-type-primary-type): New function.
2971         (mime-content-type-subtype): New function.
2972         (mime-content-type-parameters): New function.
2973         (mime-parse-message): Use 'mime-content-type-primary-type,
2974         'mime-content-type-subtype and 'mime-content-type-parameters.
2975
2976 1998-05-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2977
2978         * mime-parse.el: Abolish function 'symbol-concat because it is not
2979         used.
2980
2981 \f
2982 1998-05-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2983
2984         * SEMI: Version 1.4.2 (Oyashirazu) released.
2985
2986 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2987
2988         * README.en (Authors): New section.
2989
2990         * README.en (CVS based development): New section.
2991
2992 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2993
2994         * mime-view.el (mime-preview-move-to-previous): Must regard
2995         previous entity separated by null property region.
2996         (mime-preview-move-to-next): Must regard next entity separated by
2997         null property region.
2998
2999 1998-05-03  Simon Josefsson  <jas@pdc.kth.se>
3000
3001        * mime-view.el (mime-preview-move-to-previous): check that new
3002        prop is non-null
3003
3004        * mime-view.el (mime-preview-move-to-next): skip leading null
3005        props, check that new prop is non-null
3006
3007 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3008
3009         * mime-view.el: Use 'ctree-set-calist-with-default instead of
3010         'ctree-set-calist-strictly to set up mailcap entries.
3011
3012 \f
3013 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3014
3015         * SEMI: Version 1.4.1 (\e-DÃ’mi)\e-A released.
3016
3017         * README.en (Required environment): Modify for FLIM 1.2.0.
3018
3019 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3020
3021         * mime-parse.el: Move 'mime-type/subtype-string to
3022         flim/mime-def.el.
3023
3024 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3025
3026         * mime-play.el (mime-sort-situation): New function.
3027         (mime-raw-play-entity): Use 'mime-sort-situation.
3028
3029 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3030
3031         * mime-play.el (mime-activate-mailcap-method): Use
3032         'mailcap-format-command.
3033
3034 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3035
3036         * README.en (What's SEMI?): Add description about mailcap.
3037         (Documentation): Add RFC 1524; change location of RFC.
3038
3039 \f
3040 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3041
3042         * SEMI: Version 1.4.0 (Itoigawa) released.
3043
3044         * README.en (Required environment): Modify for FLIM 1.1.0.
3045
3046         * SEMI-CFG: Modify error message for FLIM 1.1.0.
3047
3048 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3049
3050         * semi-def.el: Abolish 'mime/find-file-function because it is not
3051         used.
3052
3053 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3054
3055         * TODO (keymap-prefix): done.
3056         (mailcap support): done.
3057         (Change 'mime-acting-condition to condition-tree format): done.
3058         (Unify entity display specifications to 'mime-preview-condition):
3059         done.
3060
3061 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3062
3063         * NEWS: Add description for SEMI 1.4.
3064
3065 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3066
3067         * mime-view.el: Abolish setting for tm-sh-scripts.
3068
3069         * semi-setup.el: Abolish MUA depended signature setting.
3070
3071         * mail-mime-setup.el: Move setting for 'mail-signature from
3072         semi-setup.el.
3073
3074 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3075
3076         * semi-setup.el: Use 'mime-add-condition to set up for mime-pgp.
3077
3078         * mime-pgp.el: Abolish setting for 'mime-preview-condition and
3079         mime-acting-condition.
3080
3081         * semi-def.el (mime-condition-type-alist): New variable.
3082         (mime-condition-mode-alist): New variable.
3083         (mime-add-condition): New function.
3084
3085 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3086
3087         * mime-view.el (mime-acting-condition): Use
3088         'ctree-set-calist-with-default to set up 'mime-method-to-save.
3089
3090 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3091
3092         * mime-view.el (mime-acting-condition): Delete setting for
3093         metamail.
3094
3095 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3096
3097         * mime-play.el (mime-activate-mailcap-method): New function.
3098         (mime-raw-play-entity): Use 'mime-activate-mailcap-method for
3099         mailcap method.
3100
3101         * mime-view.el (mime-acting-condition): Read mailcap.
3102
3103 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3104
3105         * mailcap.el: Move mailcap.el to FLIM.
3106
3107 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3108
3109         * mime-play.el (mime-raw-play-entity): Sort before registering to
3110         'mime-acting-situation-examples.
3111
3112 \f
3113 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3114
3115         * SEMI: Version 1.3.4 (Kajiyashiki) released.
3116
3117 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3118
3119         * SEMI-CFG: Modify messages for APEL 8.7.
3120
3121         * README.en (Required environment): Modify for APEL 8.7.
3122
3123 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3124
3125         * mime-view.el (mime-view-find-every-acting-situation): Change
3126         default value to 't.
3127
3128 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3129
3130         * mime-play.el (mime-save-acting-situation-examples): New
3131         function; set up for 'kill-emacs-hook.
3132
3133         * mime-play.el (mime-acting-situation-examples): Renamed from
3134         'mime-user-acting-condition.
3135
3136         * mime-play.el: Load MIME acting-example file.
3137
3138         * mime-view.el (mime-acting-situation-examples-file): New
3139         variable.
3140
3141 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3142
3143         * mime-play.el (mime-raw-play-entity): Use
3144         'ctree-match-calist-partially.
3145
3146 \f
3147 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3148
3149         * SEMI: Version 1.3.3 (Uramoto) released.
3150
3151 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3152
3153         * mime-play.el (mime-raw-play-entity): Refer
3154         'mime-view-find-every-acting-situation.
3155
3156         * mime-view.el (mime-view): New customize group.
3157         (mime-view-find-every-acting-situation): New variable.
3158
3159 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3160
3161         * mime-play.el (mime-user-acting-condition): New variable.
3162         (mime-raw-play-entity): Refer it.
3163
3164 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3165
3166         * mime-play.el (mime-raw-play-entity): Get all available
3167         acting-situations; display menu of methods to select
3168         acting-situation to activate.
3169
3170         * semi-def.el (select-menu-alist): New function.
3171
3172 \f
3173 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3174
3175         * SEMI: Version 1.3.2 (N\e-Dò)\e-A was released.
3176
3177         * mime-edit.el (mime-edit-mode-entity-prefix): New variable.
3178         (mime-edit-mode-entity-map): New variable.
3179         (mime-edit-mode-enclosure-prefix): New variable.
3180         (mime-edit-mode-enclosure-map): New variable.
3181         (mime-edit-mode-map): Use 'mime-edit-mode-entity-map and
3182         'mime-edit-mode-enclosure-map.
3183
3184         * mime-view.el (mime-acting-condition): Fix setting.
3185
3186 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3187
3188         * mime-play.el (mime-raw-play-entity): Use 'ctree-match-calist
3189         directly; abolish 'mime/get-content-decoding-alist.
3190
3191 \f
3192 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3193
3194         * SEMI: Version 1.3.1 (Tsutsuishi) was released.
3195
3196         * mime-view.el (mime-preview-follow-current-entity): Abolish
3197         unused local variable 'message-info.
3198
3199 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3200
3201         * mime-edit.el (mime-edit-split-ignored-field-regexp): Add
3202         Message-Id field.
3203
3204 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3205
3206         * mail-mime-setup.el: Must require 'alist.
3207
3208 \f
3209 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3210
3211         * SEMI: Version 1.3.0 (Nadachi) was released.
3212
3213 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3214
3215         * semi-def.el: Don't require 'atype; abolish function
3216         'field-unifier-for-mode.
3217
3218 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3219
3220         * mime-pgp.el: Use 'ctree-set-calist-strictly instead of
3221         'set-atype to set up for 'mime-acting-condition.
3222
3223         * mime-play.el (mime/get-content-decoding-alist): Use
3224         'ctree-match-calist instead of 'get-unified-alist.
3225
3226         * mime-view.el (mime-acting-condition): Change format from list of
3227         atype to ctree.
3228
3229 \f
3230 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3231
3232         * SEMI: Version 1.2.4 (Arimagawa) was released.
3233
3234         * NEWS: Modify for SEMI 1.2.4 (Arimagawa).
3235
3236         * mime-view.el (mime-view-display-message): Check 'message-button
3237         is 'visible.
3238         (mime-view-display-entity): Check 'header is 'visible.
3239
3240 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3241
3242         * mime-view.el: Abolish variable
3243         'mime-view-childrens-header-showing-Content-Type-list and function
3244         'mime-view-header-visible-p.
3245         (mime-preview-follow-current-entity): Don't use
3246         'mime-view-header-visible-p.
3247
3248 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3249
3250         * mime-view.el (mime-preview-condition): Don't display body of
3251         message/rfc822 and message/news; add '(entity-button . invisible)
3252         to default situation of child entity.
3253         (mime-view-display-entity): Don't display entity-button if
3254         'entity-button field value of preview-condition is 'invisible.
3255
3256 \f
3257 1998-04-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3258
3259         * SEMI: Version 1.2.3 (Tanihama) was released.
3260
3261         * mime-view.el: Abolish function 'mime-view-body-visible-p and
3262         'mime-view-entity-separator-visible-p.
3263         (mime-view-display-entity): Don't use
3264         'mime-view-entity-separator-visible-p.
3265
3266 1998-04-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3267
3268         * mime-view.el (mime-preview-condition): Specify
3269         'childrens-situation field for message/rfc822 and message/news.
3270         (mime-view-display-message): Use value of 'childrens-situation
3271         field of preview-situation as default-situation of children.
3272         (mime-view-display-entity): Add new argument 'default-situation;
3273         use it as elements of draft of preview-situation; use value of
3274         'header field of preview-situation instead of
3275         'mime-view-header-visible-p; use value of 'childrens-situation
3276         field of preview-situation as default-situation of children.
3277
3278 \f
3279 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3280
3281         * SEMI: Version 1.2.2 (Naoetsu) was released.
3282
3283         * README.en: Modify for FLIM.
3284
3285 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3286
3287         * SEMI-CFG: Modify messages for FLIM and APEL 8.2.
3288
3289 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3290
3291         * SEMI-CFG: Add "flim" instead of "rime" to 'load-path.
3292
3293 1998-04-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3294
3295         * mime-view.el (mime-calist::field-match-method-as-default-rule):
3296         New function; setup for calist-field-match-method for 'header and
3297         'body.
3298
3299 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3300
3301         * mime-pgp.el (mime-preview-condition): Add (message-button
3302         . visible) to application/pgp again.
3303
3304 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3305
3306         * mime-view.el (mime-view-display-message): Abolish unused local
3307         variable 'ctype.
3308         (mime-view-display-entity): Abolish unused local variable 'ctype.
3309
3310         * mime-view.el (mime-view-display-message): Don't use
3311         'mime-view-content-button-visible-ctype-list; abolish it.
3312
3313 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3314
3315         * mime-view.el (mime-view-entity-button-visible-p): Omit to check
3316         entity is not message.
3317         (mime-view-header-visible-p): Omit to check entity is message.
3318         (mime-view-setup-buffers): Call 'mime-view-display-message instead
3319         of 'mime-view-display-entity.
3320         (mime-view-display-message): New function.
3321         (mime-view-display-entity): Abolish local variable
3322         'entity-node-id; don't check entity is message or not.
3323
3324 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3325
3326         * SEMI-CFG: Add "rime" instead of "mel" to 'load-path.
3327
3328 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3329
3330         * SEMI-ELS (semi-modules-to-compile): Delete 'mime-def,
3331         'eword-encode and 'eword-decode.
3332
3333         * mime-def.el, eword-encode.el, eword-decode.el: Abolish
3334         mime-def.el, eword-decode.el and eword-encode.el; (moved to RIME).
3335
3336 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3337
3338         * mime-parse.el (regexp-or): Moved from semi-def.el.
3339
3340         * semi-def.el: Move 'regexp-or to mime-parse.el.
3341         Move 'eliminate-top-spaces to mime-def.el.
3342
3343         * mime-def.el (eliminate-top-spaces): Moved from semi-def.el.
3344
3345 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3346
3347         * SEMI-ELS (semi-modules-to-compile): Add 'semi-def.
3348
3349         * semi-setup.el: Require 'semi-def instead of 'mime-def.
3350
3351         * mime-view.el: Require 'semi-def.
3352
3353         * mime-def.el: Move SEMI depended definitions to semi-def.el.
3354
3355         * semi-def.el: Move SEMI depended definitions from mime-def.el.
3356
3357         * eword-decode.el (eword-decode-version): Don't use
3358         `mime-module-version'.
3359
3360 \f
3361 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3362
3363         * SEMI: Version 1.2.1 (Nomachi) was released.
3364
3365 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3366
3367         * mime-view.el (mime-view-setup-buffers): Don't use
3368         'mime-raw-flatten-message-info.
3369         (mime-view-display-entity): Display recursively.
3370
3371 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3372
3373         * TODO: New file.
3374
3375 1998-04-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3376
3377         * eword-decode.el (eword-decode-version): Use
3378         `mime-module-version' instead of `semi-version'.
3379
3380         * mime-edit.el (mime-edit-version-string): Use
3381         `mime-module-version' instead of `semi-version'.
3382
3383         * mime-view.el (mime-view-version-string): Use
3384         `mime-module-version' instead of `semi-version'.
3385
3386         * mime-def.el (mime-module-version): New variable; abolish
3387         `semi-version'.
3388
3389 \f
3390 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3391
3392         * SEMI: Version 1.2.0 (Nishiizumi) was released.
3393
3394         * NEWS: Update for SEMI 1.2.
3395
3396 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3397
3398         * mime-text.el: Rename 'mime-view-plain-text-preview-hook ->
3399         'mime-preview-text/plain-hook.
3400
3401         * mime-text.el (mime-text-add-url-buttons): New function.
3402         (mime-text-add-url-buttons-maybe): New function.
3403
3404 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3405
3406         * mime-view.el, mime-text.el, mime-image.el: Rename
3407         'mime-view-filter-for-* -> 'mime-preview-filter-for-*.
3408
3409 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3410
3411         * mime-text.el: Rename 'mime-decode-text-body ->
3412         'mime-text-decode-body.
3413
3414 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3415
3416         * mime-text.el (mime-decode-text-body): Change interface; call
3417         'mime-text-decode-hook.
3418
3419 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3420
3421         * VERSION: New file.
3422
3423 \f
3424 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3425
3426         * SEMI: Version 1.1.2 (Shin-Nishikanazawa) was released.
3427
3428 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3429
3430         * NEWS: Modify about 'image-format.
3431
3432         * mime-image.el (mime-view-filter-for-image): Refer 'image-format
3433         of preview-situation instead of 'mime-view-image-converter-alist;
3434         abolish variable 'mime-view-image-converter-alist.
3435
3436 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3437
3438         * NEWS: Modify about 'body-filter.
3439
3440 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3441
3442         * mime-image.el: Abolish 'mime-view-ps-to-gif-command.
3443
3444         * mime-image.el (mime-view-filter-for-image): Change interface.
3445         Abolish `mime-view-filter-for-application/postscript'.
3446
3447         * mime-text.el (mime-view-filter-for-text/plain): Change
3448         interface.
3449         (mime-view-filter-for-text/richtext): Change interface.
3450         (mime-view-filter-for-text/enriched): Change interface.
3451
3452         * mime-view.el (mime-view-display-entity): Change interface of
3453         body-filter.
3454
3455 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3456
3457         * mime-image.el (mime-preview-condition): Set 'with-filter in
3458         body-presentation-method for body-filter.
3459
3460         * mime-view.el (mime-view-display-entity): Call body-filter only
3461         when body-presentation-method is 'with-filter.
3462
3463 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3464
3465         * mime-view.el (mime-view-display-entity): Modify to omit check
3466         for body-presentation-method.
3467
3468 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3469
3470         * NEWS: Modify about `mime-preview-condition'.
3471
3472 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3473
3474         * mime-image.el: Set up for `mime-preview-condition' instead of
3475         `mime-view-body-visible-condition' and
3476         `mime-view-content-filter-alist'.
3477
3478         * mime-view.el (mime-preview-condition): New variable.
3479         (mime-view-body-visible-p): Use `mime-preview-condition' instead
3480         of `mime-view-body-visible-condition'; abolish variable
3481         `mime-view-body-visible-condition'.
3482         (mime-view-insert-message/partial-button): Add argument
3483         `situation'.
3484         (mime-view-display-entity): Use `mime-preview-condition' instead
3485         of `mime-view-content-filter-alist'; don't hard-coding for
3486         `message/partial-button'; abolish variable
3487         `mime-view-content-filter-alist'.
3488
3489 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3490
3491         * mime-play.el: Require 'mime-text when compiling.
3492
3493 1998-03-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3494
3495         * eword-decode.el (eword-lexical-analyze-internal): Fixed return
3496         value.
3497
3498         * mime-view.el (mime-view-body-visible-condition): text media-
3499         type is always visible.
3500
3501 \f
3502 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3503
3504         * SEMI: Version 1.1.1 (Oshino) was released.
3505
3506         * mime-play.el (mime-method-to-save): Must treat nil encoding as
3507         7bit.
3508
3509 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3510
3511         * NEWS: Update for latest version.
3512
3513 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3514
3515         * SEMI-CFG: Must set up load-path before version check codes.
3516
3517 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3518
3519         * mime-view.el: Don't require mime-text.el; add autoload setting
3520         for mime-text.el.
3521         (mime-text-decoder-alist): moved from mime-text.el.
3522         (mime-view-entity-separator-visible-p): New function.
3523         Abolish `mime-view-display-header', `mime-view-display-body' and
3524         `mime-view-entity-separator-function'.
3525
3526         * mime-text.el: Require mime-view (mime-text.el is autoloaded by
3527         mime-view); variable `mime-text-decoder-alist' was moved to
3528         mime-view.el.
3529
3530         * mime-play.el (mime-method-to-save): fixed.
3531
3532 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3533
3534         * NEWS: New file.
3535
3536 \f
3537 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3538
3539         * SEMI: Version 1.1.0 (Nonoichi) was released.
3540
3541 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3542
3543         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3544         Abolish unused local-variable `raw-buf'.
3545
3546         * mime-play.el (mime-raw-play-entity): fixed.
3547
3548         * mime-view.el (mime-preview-original-window-configuration): Use
3549         `defvar' to avoid warning of byte-compiler.
3550
3551         * mime-view.el (mime-view-display-entity): Don't use
3552         `mime-view-entity-button-function' (abolish it); use
3553         `mime-root-entity-p'.
3554
3555 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3556
3557         * mime-view.el (mime-view-entity-button-visible-p): New function.
3558         (mime-view-entity-button-function): Use function
3559         `mime-view-entity-button-visible-p'.
3560
3561         * mime-view.el (mime-raw-entity-parent): New function.
3562         (mime-view-entity-button-function): Use `mime-raw-entity-parent'.
3563
3564         * mime-view.el (mime-view-entity-button-function): Use
3565         `mime-root-entity-p'.
3566
3567         * mime-parse.el (mime-root-entity-p): New function.
3568
3569 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3570
3571         * SEMI-CFG: Insert version check code.
3572
3573 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3574
3575         * mime-image.el: Set up `mime-view-body-visible-condition' instead
3576         of `mime-view-visible-media-type-list'.
3577
3578         * mime-view.el (mime-view-body-visible-condition): New variable.
3579         (mime-view-body-visible-p): Use `mime-view-body-visible-condition'
3580         instead of `mime-view-visible-media-type-list'.
3581         Abolish `mime-view-visible-media-type-list'.
3582
3583         * mime-parse.el (mime-type/subtype-string): New function.
3584         (mime-entity-type/subtype): Use `mime-type/subtype-string'.
3585
3586 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3587
3588         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3589         Use `mime-raw-write-region'.
3590
3591         * mime-view.el (mime-raw-buffer-coding-system-alist): Move setting
3592         for mh-show-mode.
3593
3594         * mime-play.el, mime-view.el: Rename
3595         `mime-raw-coding-system-alist' ->
3596         `mime-raw-buffer-coding-system-alist'.
3597
3598         * mime-view.el, mime-play.el: Move `mime-raw-coding-system-alist'
3599         from mime-play.el to mime-view.el.
3600
3601 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3602
3603         * mime-view.el (mime-raw-point-to-entity-node-id): Use
3604         `mime-raw-find-entity-from-point'.
3605         (mime-raw-point-to-entity-number): Likewise.
3606
3607         * mime-view.el (mime-raw-find-entity-from-point): New function.
3608
3609 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3610
3611         * mime-view.el (mime-view-display-body): Change interface.
3612
3613 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3614
3615         * mime-play.el, mime-view.el: Rename `mime-view-entity-info' ->
3616         `mime-view-entity'.
3617
3618         * mime-view.el: Rename `mime-raw-entity-number-to-entity-info' ->
3619         `mime-raw-find-entity-from-number'.
3620
3621         * mime-pgp.el, mime-view.el: Rename
3622         `mime-raw-entity-node-id-to-entity-info' ->
3623         `mime-raw-find-entity-from-node-id'.
3624
3625         * mime-pgp.el, mime-partial.el, mime-play.el, mime-view.el,
3626         mime-parse.el: Rename `mime-entity-info' -> `mime-entity'.
3627
3628 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3629
3630         * mime-view.el (mime-view-header-visible-p): Change interface.
3631         (mime-view-body-visible-p): Change interface.
3632
3633         * mime-view.el (mime-view-insert-entity-button): Change interface.
3634         (mime-view-entity-button-function): Change interface.
3635
3636         * mime-view.el (mime-view-body-visible-p): Add DOC-string.
3637
3638         * mime-view.el: `rcnum' -> `entity-node-id'.
3639
3640 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3641
3642         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3643         Don't use temporary buffer for signed entity.
3644
3645         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3646         Don't use temporary buffer for PGP-signature.
3647
3648 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3649
3650         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3651         Use `write-region-as-binary'.
3652
3653         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
3654         Use `mime-write-decoded-region'.
3655
3656         * mime-pgp.el: Rename `rmcnum' -> `mother-node-id'.
3657
3658 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3659
3660         * mime-pgp.el (mime-method-to-decrypt-application/pgp-encrypted):
3661         Use `mime-raw-point-to-entity-node-id'; abolish `entity-number'.
3662
3663         * (mime-method-to-verify-application/pgp-signature): Use
3664         `mime-raw-point-to-entity-node-id'; abolish `entity-number'.
3665
3666         * mime-pgp.el (mime-method-to-verify-multipart/signed): Use
3667         `mime-raw-point-to-entity-node-id'.
3668
3669         * mime-view.el (mime-raw-point-to-entity-node-id): New function.
3670
3671         * mime-view.el, mime-pgp.el: Rename `reversed-entity-number' ->
3672         `entity-node-id'.
3673
3674         * mime-view.el, mime-parse.el: Rename `reversed-number' ->
3675         `node-id'.
3676
3677         * mime-pgp.el: `rcnum' -> `reversed-entity-number'.
3678
3679         * mime-pgp.el: `cnum' -> `entity-number'.
3680
3681         * mime-pgp.el: `beg' -> `start'.
3682
3683 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3684
3685         * mailcap.el (mailcap-look-at-field): Change field-name to symbol.
3686
3687 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3688
3689         * mailcap.el (mailcap-look-at-type-field): Must allow
3690         "implicit-wild".
3691         (mailcap-look-at-field): fixed.
3692
3693 1998-03-13  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3694
3695         * README.en (Bug reports): Modify description of tm mailing list.
3696
3697 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3698
3699         * mime-view.el, mime-play.el: Rename
3700         `mime-view-quitting-method-for-mime-show-message-mode' ->
3701         `mime-preview-quitting-method-for-mime-show-message-mode'.
3702
3703         * mime-play.el, mime-edit.el, mime-view.el: Rename
3704         `mime-view-quitting-method-alist' ->
3705         `mime-preview-quitting-method-alist'.
3706
3707 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3708
3709         * mime-play.el: Rename `mime-article::write-region' ->
3710         `mime-raw-write-region'.
3711
3712 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3713
3714         * mime-pgp.el, mime-play.el: Rename `mime-playback-entity' ->
3715         `mime-raw-play-entity'.
3716
3717         * mime-play.el, mime-view.el: Rename `mime-view-cinfo' ->
3718         `mime-view-entity-info'.
3719
3720         * mime-view.el, mime-parse.el: Rename `mime-entity-info-rnum' ->
3721         `mime-entity-info-reversed-number'.
3722
3723         * mime-view.el: Rename `mime/flatten-content-info' ->
3724         `mime-raw-flatten-message-info'.
3725
3726         * mime-pgp.el, mime-view.el: Rename `mime-raw-rcnum-to-cinfo' ->
3727         `mime-raw-reversed-entity-number-to-entity-info'.
3728
3729         * mime-view.el: Rename `mime-raw-cnum-to-cinfo' ->
3730         `mime-raw-entity-number-to-entity-info'.
3731
3732         * mime-pgp.el, mime-partial.el, mime-view.el: Rename
3733         `mime-raw-entity-info' -> `mime-raw-message-info'.
3734
3735         * mime-play.el, mime-pgp.el, mime-view.el: Rename
3736         `mime-raw-point-content-number' ->
3737         `mime-raw-point-to-entity-number'.
3738
3739 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3740
3741         * mime-play.el, mime-pgp.el, mime-view.el: Rename ` mime-article/'
3742         -> `mime-raw-'.
3743
3744         * mime-view.el: Rename `mime-view-get-original-major-mode' ->
3745         `mime-preview-original-major-mode'.
3746
3747         * mime-view.el: Rename `mime-view-display-x-face' ->
3748         `mime-preview-display-x-face'.
3749
3750         * mime-play.el, mime-pgp.el, mime-bbdb.el, mime-view.el: Rename
3751         `mime-view-buffer' -> `mime-preview-buffer'.
3752
3753         * mime-play.el, mime-view.el: Rename `mime::preview/' ->
3754         `mime-preview-'.
3755
3756         * mime-view.el: Rename `mime-view-original-major-mode' ->
3757         `mime-preview-original-major-mode'.
3758
3759         * mime-play.el, mime-edit.el, mime-view.el: Rename
3760         `mime-view-kill-buffer' -> `mime-preview-kill-buffer'.
3761
3762         * mime-view.el: Rename `mime-view-show-summary' ->
3763         `mime-preview-show-summary'.
3764
3765         * mime-view.el: Rename `mime-view-quit' -> `mime-preview-quit'.
3766
3767         * mime-view.el: Rename `mime-view-follow-current-entity' ->
3768         `mime-preview-follow-current-entity'.
3769
3770         * mime-view.el: Rename `mime-view-print-current-entity' ->
3771         `mime-preview-print-current-entity'.
3772
3773         * mime-view.el (mime-view-menu-list): Modify menu.
3774
3775         * mime-view.el: Rename `mime-view-extract-current-entity' ->
3776         `mime-preview-extract-current-entity'.
3777
3778         * mime-def.el, mime-play.el, mime-view.el: Rename
3779         `mime-view-play-current-entity' ->
3780         `mime-preview-play-current-entity'.
3781
3782         * mime-view.el: Rename `mime-view-previous-line-content' ->
3783         `mime-preview-previous-line-entity'.
3784
3785         * mime-view.el: Rename `mime-view-next-line-content' ->
3786         `mime-preview-next-line-entity'.
3787
3788         * mime-view.el: Rename `mime-view-scroll-' ->
3789         `mime-preview-scroll-'.
3790
3791         * mime-view.el: Rename `mime-view-move-to-' ->
3792         `mime-preview-move-to-'.
3793
3794         * mime-play.el, mime-image.el: Rename `mime-preview/' ->
3795         `mime-preview-'.
3796
3797 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3798
3799         * mime-partial.el (mime-method-to-combine-message/partial-pieces):
3800         Rename `mime-raw-content-info' -> `mime-raw-entity-info'.
3801
3802         * mime-pgp.el, mime-view.el: Rename `mime-raw-content-info' ->
3803         `mime-raw-entity-info'.
3804
3805 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3806
3807         * mime-view.el (mime-raw-content-info): Modify DOC-string.
3808
3809 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3810
3811         * eword-encode.el: Abolish `eword-encode-RCS-ID'.
3812
3813 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3814
3815         * mime-partial.el: Rename
3816         `mime-combine-message/partials-automatically' ->
3817         `mime-method-to-combine-message/partial-pieces'.
3818
3819 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3820
3821         * mime-pgp.el (mime-acting-condition): Separate type and subtype.
3822
3823         * mime-view.el (mime-acting-condition): Separate type and subtype.
3824
3825         * mime-play.el (mime-playback-entity): Separate type and subtype.
3826
3827 \f
3828 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3829
3830         * SEMI: Version 1.0.2 (Nonoichi-K\e-Dòdaimae)\e-A was released.
3831
3832 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3833
3834         * mime-pgp.el: Rename `mime-pgp-add-keys' ->
3835         `mime-method-to-add-application/pgp-keys'.
3836
3837         * mime-pgp.el: Rename `mime-pgp-decrypt-application/pgp-encrypted'
3838         -> `mime-method-to-decrypt-application/pgp-encrypted'.
3839
3840         * mime-pgp.el: Rename `mime-pgp-check-application/pgp-signature'
3841         -> `mime-method-to-verify-application/pgp-signature'.
3842
3843         * mime-pgp.el: Rename `mime-check-multipart/signed' ->
3844         `mime-method-to-verify-multipart/signed'.
3845
3846         * mime-pgp.el: Rename `mime-process-application/pgp' ->
3847         `mime-method-for-application/pgp'.
3848
3849 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3850
3851         * mailcap.el (mailcap-look-at-type-field): Change type and subtype
3852         to symbol.
3853
3854         * mailcap.el (mailcap-file): New variable.
3855         (mailcap-parse-file): New function.
3856
3857 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3858
3859         * README.en (What's SEMI?): Remove what does SEMI stand for.
3860
3861 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3862
3863         * mime-view.el (mime-acting-condition): Use `mime-method-to-save'
3864         instead of external method "tm-file".
3865
3866         * mime-play.el: Rename `mime-extract-current-entity' ->
3867         `mime-method-to-save'.
3868
3869 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3870
3871         * SEMI-ELS (semi-modules-to-compile): Abolish mime-file.el.
3872
3873         * mime-play.el (mime-extract-current-entity): New function; copied
3874         from mime-file.el; abolish mime-file.el.
3875
3876         * mime-view.el (mime-acting-condition), mime-partial.el
3877         (mime-combine-message/partials-automatically), mime-play.el:
3878         Rename `mime-display-message/partial' ->
3879         `mime-method-to-store-message/partial'.
3880
3881 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3882
3883         * mime-view.el (mime-acting-condition), mime-play.el: Rename
3884         `mime-display-caesar' -> `mime-method-to-display-caesar'.
3885
3886         * mime-view.el (mime-acting-condition), mime-play.el: Rename
3887         `mime-display-message/external-ftp' ->
3888         `mime-method-to-display-message/external-ftp'.
3889
3890         * mime-view.el (mime-acting-condition), mime-play.el: Rename
3891         `mime-display-message/rfc822' ->
3892         `mime-method-to-display-message/rfc822'.
3893
3894         * mime-play.el: Rename `mime-article/make-method-args' ->
3895         `mime-make-external-method-args'.
3896
3897         * mime-file.el: Fix setting.
3898
3899 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3900
3901         * mime-play.el: Rename `mime-article/start-external-method-region'
3902         -> `mime-activate-external-method'.
3903
3904         * mime-play.el, mime-pgp.el: Rename `mime-display-content' ->
3905         `mime-playback-entity'.
3906
3907         * mime-file.el (mime-extract-current-entity): Use
3908         `mime-write-decoded-region'.
3909
3910         * mime-file.el: Rename `mime-article/extract-file' ->
3911         `mime-extract-current-entity'.
3912
3913 1998-03-03  François Pinard   <pinard@iro.umontreal.ca>
3914
3915         * mime-edit.el (mime-edit-insert-signature): Function
3916         `mime-edit-insert-tag' is sometimes called with more arguments
3917         than it is ready to accept. (cf. [tm-en:1585])
3918
3919 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3920
3921         * mime-edit.el (mime-edit-insert-text): New optional argument
3922         `subtype'.
3923
3924 \f
3925 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3926
3927         * SEMI: Version 1.0.1 (Magae) was released.
3928
3929 1998-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3930
3931         * mime-pgp.el (mime-check-multipart/signed): New function.
3932
3933 1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3934
3935         * eword-decode.el (eword-decode-and-fold-structured-field): Fixed.
3936
3937         * mime-edit.el (mime-file-types): Use `defcustom'.
3938
3939 \f
3940 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3941
3942         * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae)\e-A was released.
3943
3944         * SEMI-ELS: Remove mime-tar.el.
3945
3946 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3947
3948         * eword-decode.el (eword-decode-version): Use `semi-version';
3949         abolish `eword-decode-RCS-ID'.
3950
3951         * mime-view.el (mime-view-version-string): Use `semi-version';
3952         abolish `mime-view-version' and `mime-view-RCS-ID'.
3953
3954         * mime-edit.el (mime-edit-version-string): Use `semi-version';
3955         abolish `mime-edit-version' and `mime-edit-RCS-ID'.
3956
3957         * mime-def.el (semi-version): New constant; abolish constant
3958         `semi-version-name'.
3959
3960         * mime-view.el: Rename `mime-view-version-name' ->
3961         `mime-view-version-string'.
3962
3963         * mime-edit.el: Rename `mime-edit-version-name' ->
3964         `mime-edit-version-string'.
3965
3966         * eword-decode.el (eword-lexical-analyzers): New variable.
3967         (eword-analyze-quoted-string): Add second argument.
3968         (eword-analyze-domain-literal): New function.
3969         (eword-analyze-spaces): New function.
3970         (eword-analyze-special): New function.
3971         (eword-analyze-atom): Add second argument.
3972         (eword-lexical-analyze-internal): Use `eword-lexical-analyzers'.
3973
3974 \f
3975 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3976
3977         * SEMI: Version 0.118.2 (Otomaru) was released.
3978
3979         * eword-decode.el (eword-decode-and-unfold-structured-field): New
3980         function.
3981
3982         * eword-decode.el (eword-decode-and-fold-structured-field): New
3983         function.
3984         (eword-decode-structured-field-body): Use it.
3985         (eword-decode-header): Likewise.
3986
3987         * eword-decode.el (eword-decode-structured-field-body): If
3988         `START-COLUMN' is nil, it uses `mapconcat'.
3989
3990         * eword-decode.el (eword-decode-token): New function.
3991         (eword-decode-structured-field-body): Add new optional arguments
3992         `START-COLUMN' and `MAX-COLUMN'; fill results; use function
3993         `eword-decode-token'.
3994         (eword-decode-header): Specify START-COLUMN for
3995         `eword-decode-structured-field-body'.
3996
3997 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3998
3999         * eword-decode.el (eword-decode-header): Unfold fields including
4000         encoded-words.
4001
4002         * eword-decode.el (eword-decode-ignored-field-list): New variable.
4003         (eword-decode-structured-field-list): New variable.
4004         (eword-decode-header): Refer them.
4005
4006         * eword-decode.el (eword-decode-header): Don't use
4007         `eword-decode-unstructured-field-body'.
4008
4009 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4010
4011         * eword-decode.el (eword-decode-header): New implementation; add
4012         new argument `CODE-CONVERSION' as first argument.  Change
4013         `SEPARATOR' as second argument.
4014
4015 \f
4016 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4017
4018         * SEMI: Version 0.118.1 (Shijima) was released.
4019
4020         * README.en (Bug reports): Modified for SEMI.
4021
4022 1998-02-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4023
4024         * mime-edit.el (mime-edit-normalize-body): Must not ignore case to
4025         search "From " in beginning of line.
4026
4027 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4028
4029         * mime-image.el: Comment out setting for inline Postscript
4030         feature.
4031
4032 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4033
4034         * eword-decode.el (eword-analyze-atom): New function.
4035         (eword-lexical-analyze-internal): Use `eword-analyze-atom' instead
4036         of `std11-analyze-atom'.
4037
4038 1997-11-26  Thierry Emery     <Thierry.Emery@aar.alcatel-alsthom.fr>
4039
4040         * mime-edit.el (mime-edit-insert-text): Fix to avoid unexpected
4041         entering enriched-mode. (cf. [tm-ja:2697])
4042
4043 \f
4044 1997-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4045
4046         * SEMI: Version 0.118 (Sodani) was released.
4047
4048 1997-11-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4049
4050         * mime-view.el (mime-maybe-hide-echo-buffer): bury MIME echo
4051         buffer.
4052
4053 1997-11-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4054
4055         * mime-view.el (mime-maybe-hide-echo-buffer): New inline function;
4056         abolish `mime-hide-echo-buffer'.
4057         (mime-view-mode): Use `mime-maybe-hide-echo-buffer'.
4058
4059 1997-11-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4060
4061         * mime-pgp.el: Rename `mime-article/add-pgp-keys' ->
4062         `mime-pgp-add-keys'.
4063
4064         * mime-pgp.el: Rename `mime-article/decrypt-pgp' ->
4065         `mime-pgp-decrypt-application/pgp-encrypted'.
4066
4067         * mime-pgp.el: Rename `mime-article/check-pgp-signature' ->
4068         `mime-pgp-check-application/pgp-signature'.
4069
4070         * mime-pgp.el: Rename `mime::article/call-pgp-to-check-signature'
4071         -> `mime-pgp-check-signature'.
4072
4073         * mime-pgp.el: Rename `mime-article/view-application/pgp' ->
4074         `mime-process-application/pgp'.
4075
4076 \f
4077 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4078
4079         * SEMI: Version 0.116 (D\e-Dòhòji)\e-A was released.
4080
4081 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4082
4083         * mime-view.el, mime-pgp.el, mime-partial.el: Rename
4084         `mime::article/content-info' -> `mime-raw-content-info'.
4085
4086 1997-11-11  François Pinard   <pinard@iro.umontreal.ca>
4087
4088         * mime-edit.el: Modify space in prompt and removespurious trailing
4089         spaces in the files. (cf. [tm-en:1507])
4090
4091 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4092
4093         * mime-edit.el: Rename `mime-edit-enclose-region' ->
4094         `mime-edit-enclose-region-internal'.
4095
4096         * mime-edit.el (mime-edit-enclose-quote-region,
4097         mime-edit-enclose-mixed-region, mime-edit-enclose-parallel-region,
4098         mime-edit-enclose-digest-region,
4099         mime-edit-enclose-alternative-region,
4100         mime-edit-enclose-signed-region,
4101         mime-edit-enclose-encrypted-region): Change subtype to symbol.
4102
4103 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4104
4105         * mime-bbdb.el, semi-setup.el: Use path-util.el instead of
4106         file-detect.el.
4107
4108 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4109
4110         * mime-def.el: Add group `mime' to `default-mime-charset'.
4111
4112 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4113
4114         * eword-encode.el (eword-encode-field): Must regard MIME-Version
4115         field as structured field.
4116
4117 \f
4118 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4119
4120         * SEMI: Version 0.115.2 (Inokuchi) was released.
4121
4122 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4123
4124         * mime-edit.el (mime-edit-split-message): Use `defcustom'.
4125         (mime-edit-message-default-max-lines): Use `defcustom'.
4126         (mime-edit-message-max-lines-alist): Use `defcustom'.
4127
4128 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4129
4130         * Makefile: Abolish `execs' and `install-execs'.
4131
4132 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4133
4134         * mime-edit.el (mime-edit): New customize group.
4135         (mime-ignore-preceding-spaces): Use `defcustom'.
4136         (mime-ignore-trailing-spaces): Use `defcustom'.
4137         (mime-ignore-same-text-tag): Use `defcustom'.
4138         (mime-auto-hide-body): Use `defcustom'.
4139         (mime-edit-voice-recorder): Use `defcustom'.
4140         (mime-edit-mode-hook): Use `defcustom'.
4141         (mime-edit-translate-hook): Use `defcustom'.
4142         (mime-edit-exit-hook): Use `defcustom'.
4143
4144         * mime-def.el (mime): New customize group.
4145         (mime-button-face): Use `defcustom'.
4146         (mime-button-mouse-face): Use `defcustom'.
4147
4148 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4149
4150         * mime-edit.el (mime-edit-x-emacs-value): Don't add mule-version
4151         if enable-multibyte-characters is nil.
4152
4153 1997-10-31  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
4154
4155         * mime-play.el (mime-article::write-region): fixed
4156         (cf. [tm-ja:2641]).
4157
4158 1997-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4159
4160         * semi-setup.el (mime-setup-set-signature-key): Check local keymap
4161         is exist or not to fix problem about
4162         `gnus-summary-resend-message'.
4163
4164 \f
4165 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4166
4167         * SEMI: Version 0.115.1 (Oyanagi) was released.
4168
4169 1997-10-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4170
4171         * mime-play.el (mime-display-message/partial): Use `write-region'.
4172
4173         * mime-pgp.el (mime-article/check-pgp-signature): Use
4174         `write-region'.
4175
4176         * mime-file.el (mime-article/extract-file): Use `write-region'.
4177
4178 1997-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4179
4180         * mime-def.el: Don't use `third' (don't use cl function).
4181
4182         * SEMI-CFG: Add current directory to load-path.
4183
4184         * mime-def.el, mime-edit.el (mime-edit-insert-text): Rename
4185         `second' -> `cadr' (Don't use cl function).
4186
4187 \f
4188 1997-09-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4189
4190         * SEMI: Version 0.115 (Hinomiko) was released.
4191
4192         * README.en: Modify for Emacs 20.2.
4193
4194 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4195
4196         * mime-def.el (butlast, nbutlast): Don't use `defun-maybe' for cl
4197         functions.
4198
4199 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4200
4201         * mime-def.el (butlast): New function; imported from cl.el.
4202         (nbutlast): New function; imported from cl.el.
4203
4204 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4205
4206         * mime-view.el (mime-view-cut-header): Don't use `member-if'.
4207
4208         * mime-def.el: Don't require cl.
4209
4210         * eword-encode.el: Abolish variable `eword-generate-X-Nsubject'.
4211         (eword-encode-header): Abolish X-Nsubject field generator.
4212
4213         * eword-encode.el (eword-find-field-encoding-method): New inline
4214         function.
4215         (eword-encode-header): Use it.
4216
4217 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4218
4219         * mime-image.el: Use `exec-installed-p' to search
4220         `uncompface-program'.
4221
4222 1997-09-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4223
4224         * signature.el: Add doc-string to `signature-file-alist'.
4225
4226         * mime-bbdb.el: Remove Artur Pioro from the authors list; Recent
4227         versions don't contain his code.
4228
4229 1997-09-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4230
4231         * mime-view.el: Don't use cl.
4232         (mime-article/rcnum-to-cinfo): New implementation (use function
4233         `mime-article/cnum-to-cinfo'); use `defsubst'.
4234
4235 1997-09-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4236
4237         * mime-edit.el (mime-edit-x-emacs-value): Use `(featurep
4238         'xemacs)'; add DOC-string.
4239
4240 1997-09-17  Hisashi Miyashita <himi@bird.scphys.kyoto-u.ac.jp>
4241
4242         * mime-edit.el (mime-edit-x-emacs-value): Add `(Meadow-version)'
4243         when running Meadow. (cf. [tm-ja:2567], [mule-win32:4339])
4244
4245 1997-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4246
4247         * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
4248         New constant.
4249         (mime-edit-insert-partial-header): Use it.
4250
4251 \f
4252 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4253
4254         * SEMI: Version 0.112 (Tsurugi) was released.
4255
4256 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4257
4258         * mime-view.el (mime-view-insert-entity-button): Change interface
4259         to use `media-type' and `media-subtype' instead of `ctype'.
4260         (mime-view-entity-button-function): ditto.
4261
4262 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4263
4264         * mime-view.el (mime-view-body-visible-p): Change interface to use
4265         `media-type' and `media-subtype' instead of `ctype'.
4266         (mime-view-entity-separator-function): ditto.
4267
4268 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4269
4270         * mime-view.el (mime-view-display-entity): Use `media-type' and
4271         `media-subtype' instead of `ctype' to compare with
4272         message/partial.
4273
4274         * mime-view.el (mime-view-follow-current-entity,
4275         mime-view-display-entity, mime-view-entity-button-function): Use
4276         `mime-entity-info-media-type' and `mime-entity-info-media-subtype'
4277         instead of `mime-entity-info-type/subtype'.
4278
4279 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4280
4281         * mime-parse.el: Abolish macro `define-structure'.
4282
4283         (make-mime-entity-info, mime-entity-info-rnum,
4284         mime-entity-info-point-min, mime-entity-info-point-max,
4285         mime-entity-info-parameters, mime-entity-info-encoding,
4286         mime-entity-info-children): New implementation.
4287
4288         (mime-entity-info-media-type, mime-entity-info-media-subtype): New
4289         inline function.
4290
4291         * mime-view.el (mime-view-display-entity,
4292         mime-article/point-content-number, mime-article/cnum-to-cinfo,
4293         mime/flatten-content-info): Use `mime-entity-info-children'
4294         instead of `mime::content-info/children'.
4295
4296         * mime-parse.el (mime-entity-info-children): New inline function.
4297
4298 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4299
4300         * mime-view.el (mime-view-body-visible-p,
4301         mime-view-display-entity): Use `mime-entity-info-encoding' instead
4302         of `mime::content-info/encoding'.
4303
4304         * mime-play.el (mime-display-content): Use
4305         `mime-entity-info-encoding' instead of
4306         `mime::content-info/encoding'.
4307
4308         * mime-parse.el (mime-entity-info-encoding): New inline function.
4309
4310 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4311
4312         * mime-view.el (mime-view-display-entity), mime-partial.el
4313         (mime-combine-message/partials-automatically), mime-play.el
4314         (mime-display-content): Use `mime-entity-info-parameters' instead
4315         of `mime::content-info/parameters'.
4316
4317         * mime-parse.el (mime-entity-info-parameters): New inline
4318         function.
4319
4320 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4321
4322         * mime-view.el (mime-view-header-visible-p,
4323         mime-view-body-visible-p, mime-view-entity-button-function,
4324         mime-view-display-entity, mime-view-follow-current-entity),
4325         mime-play.el (mime-display-content): Use
4326         `mime-entity-info-type/subtype' instead of
4327         `mime::content-info/type'.
4328
4329         * mime-parse.el (mime-entity-info-type/subtype): New inline
4330         function.
4331
4332 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4333
4334         * mime-view.el (mime-view-display-entity,
4335         mime-article/rcnum-to-cinfo, mime-view-follow-current-entity,
4336         mime-view-move-to-upper): Use `mime::content-info/rcnum' instead
4337         of `mime-entity-info-rnum'.
4338
4339         * mime-parse.el (mime-entity-info-rnum): New inline function.
4340
4341 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4342
4343         * mime-view.el (mime-view-display-entity,
4344         mime-article/point-content-number,
4345         mime-view-follow-current-entity), mime-play.el
4346         (mime-display-content), mime-pgp.el
4347         (mime-article/check-pgp-signature, mime-article/decrypt-pgp): Use
4348         `mime-entity-info-point-{min|max}' instead of
4349         `mime::content-info/point-{min|max}'.
4350
4351         * mime-parse.el (mime-entity-info-point-min): New inline function.
4352         (mime-entity-info-point-max): New inline function.
4353         (mime-parse-multipart): Use `mime-entity-info-point-max' instead
4354         of `mime::content-info/point-max'.
4355
4356 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4357
4358         * mailcap.el (mailcap-skip-comment): Check `chr' is nil.
4359
4360         * mime-edit.el (mime-edit-decode-buffer): Modify for new return
4361         format of `mime-parse-Content-Type'.
4362
4363         * mime-parse.el (mime-parse-Content-Type): Change return format.
4364         (mime-read-Content-Type): Modify DOC-string.
4365         (make-mime-entity-info): New inline function.
4366         (mime-parse-multipart): Change interface.
4367         (mime-parse-message): Rename names of arguments.
4368
4369         * mime-def.el (mime-tspecials): Remove `.' and control-characters.
4370         (mime-token-regexp): Add specification for control-characters.
4371
4372 1997-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4373
4374         * mime-view.el (mime-view-cut-header): Use `defun' instead of
4375         `defsubst'.
4376
4377         * mime-view.el: Rename `mime-preview/display-body' ->
4378         `mime-view-display-body'.
4379
4380         * mime-view.el: Rename `mime-preview/display-header' ->
4381         `mime-view-display-header'.
4382
4383 1997-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4384
4385         * mime-parse.el, mime-edit.el: Rename `mime/Content-Type' ->
4386         `mime-read-Content-Type'.
4387
4388         * mime-parse.el (symbol-concat): New implementation.
4389
4390 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4391
4392         * mime-def.el: Abolish alias `last*'.
4393
4394         * eword-decode.el (eword-lexical-analyze): `last' of Emacs 20.0.97
4395         allows two arguments.
4396
4397 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4398
4399         * eword-decode.el (eword-lexical-analyze): Use `last*' instead of
4400         `last' (for Emacs 20.0.96).
4401
4402         * mime-def.el (last*): New alias for old emacsen.
4403
4404 1997-07-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4405
4406         * mime-parse.el, mime-def.el: Constant
4407         `mime-disposition-type-regexp' was moved from mime-def.el to
4408         mime-parse.el.
4409
4410 \f
4411 1997-07-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4412
4413         * SEMI: Version 0.97 (Naka-Tsurugi) was released.
4414
4415 1997-07-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4416
4417         * mime-edit.el: Delete unnecessary "[mime-edit.el]" from
4418         DOC-strings.
4419
4420 1997-07-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4421
4422         * eword-decode.el (eword-analyze-encoded-word): cdr of return
4423         value must not nil (cf.[tm-ja:2496])
4424
4425 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4426
4427         * mime-view.el, mime-play.el: `mime-article/view-message/rfc822'
4428         -> `mime-display-message/rfc822'.
4429
4430 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4431
4432         * eword-encode.el (eword-phrase-route-addr-to-rwl): Use function
4433         `eword-addr-seq-to-rwl'.
4434
4435         * eword-encode.el: `tm-eword::phrase-route-addr-to-rwl' ->
4436         `eword-phrase-route-addr-to-rwl'.
4437
4438         * eword-encode.el (eword-addr-seq-to-rwl): New function.
4439         (eword-addr-spec-to-rwl): Use function `eword-addr-seq-to-rwl'.
4440
4441         * eword-encode.el (eword-addr-spec-to-rwl): New implementation.
4442
4443         * eword-encode.el: `tm-eword::addr-spec-to-rwl' ->
4444         `eword-addr-spec-to-rwl'.
4445
4446 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4447
4448         * mime-parse.el: Constant `mime::ctype-regexp' was abolished.
4449
4450         * mime-parse.el: Constant `mime::dtype-regexp' was abolished.
4451
4452         * mime-parse.el, mime-def.el: `mime/disposition-type-regexp' ->
4453         `mime-disposition-type-regexp'.
4454
4455 \f
4456 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4457
4458         * SEMI: Version 0.96 (Kaga-Ichinomiya) was released.
4459
4460 1997-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4461
4462         * mime-edit.el: (mime-edit-normalize-body):
4463         - Protect "From " in beginning of line (insert `ESC ( B' before it
4464           if possible, otherwise encode by quoted-printable)
4465         - canonicalize line break code for base64
4466
4467 1997-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4468
4469         * signature.el (signature-separator): New variable.
4470         (insert-signature): Insert `signature-separator' when signature is
4471         inserted at end of file.
4472
4473 1997-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4474
4475         * mime-edit.el (mime-edit-version-name): Add `semi-version-name'.
4476
4477         * mime-view.el (mime-view-version-name): New constant.
4478
4479         * mime-def.el (semi-version-name): New constant.
4480
4481 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4482
4483         * README.en (Required environment): Updated.
4484
4485 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4486
4487         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
4488         -> `mime-media-type/subtype-regexp'.
4489
4490 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4491
4492         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
4493         `mime-token-regexp'.
4494
4495         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
4496
4497 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4498
4499         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
4500         -> `mime-temp-buffer-name'.
4501
4502 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4503
4504         * mime-text.el (mime-decode-text-body): Canonicalize line break
4505         code.
4506
4507 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4508
4509         * mailcap.el: New file.
4510
4511 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4512
4513         * eword-encode.el (eword-field-encoding-method-alist): Add
4514         "Message-ID" as ignored.
4515
4516 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4517
4518         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
4519         caused by long non-encoded-word element. (cf. [tm-en:1356])
4520
4521 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4522
4523         * mime-view.el: `mime-preview/display-message/partial' ->
4524         `mime-view-insert-message/partial-button'.
4525
4526         * mime-view.el (mime-preview/display-message/partial): Use
4527         `mime-add-button' again.
4528
4529 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4530
4531         * eword-encode.el: `tm-eword::lc-words-to-words' ->
4532         `eword-encode-charset-words-to-words'.
4533
4534         * eword-encode.el (tm-eword::lc-words-to-words): New
4535         implementation; function `tm-eword::parse-word' was abolished.
4536
4537 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4538
4539         * eword-encode.el: `tm-eword::split-to-lc-words' ->
4540         `eword-encode-divide-into-charset-words'.
4541
4542         * eword-encode.el: Function `tm-eword::parse-lc-word' was
4543         abolished.
4544         (tm-eword::split-to-lc-words): New implementation.
4545
4546 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4547
4548         * eword-encode.el: `tm-eword::char-type' ->
4549         `eword-encode-char-type'.
4550
4551         * eword-encode.el: `tm-eword::encode-encoded-text' ->
4552         `eword-encode-text'
4553
4554         * mime-view.el (mime-view-insert-entity-button,
4555         mime-preview/display-message/partial): Use `mime-insert-button'.
4556
4557         (mime-view-setup-buffers): Enclose codes to display preview-buffer
4558         by `(let ((inhibit-read-only t)) ...)'.
4559
4560         * mime-def.el (mime-insert-button): New inline function.
4561
4562         * mime-def.el (mime-add-button): Argument `func' was renamed to
4563         `function'; Use overlay for `mime-button-mouse-face'.
4564
4565 \f
4566 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4567
4568         * SEMI: Version 0.92 was released.
4569
4570         * mime-view.el, mime-play.el, mime-partial.el:
4571         `mime-article/decode-' -> `mime-display-'.
4572
4573         * mime-play.el (mime-display-caesar): fixed.
4574
4575 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4576
4577         * eword-decode.el (eword-decode-structured-field-body): fixed.
4578
4579 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4580
4581         * eword-decode.el (eword-lexical-analyze-cache): New variable.
4582         (eword-lexical-analyze-cache-max): New variable.
4583         (eword-analyze-quoted-string): New function.
4584         (eword-analyze-comment): New function.
4585         (eword-analyze-encoded-word): New function.
4586         (eword-lexical-analyze-internal): New function.
4587         (eword-lexical-analyze): New function.
4588         (eword-decode-structured-field-body): New function.
4589         (eword-decode-unstructured-field-body): New function.
4590         (eword-extract-address-components): New function.
4591
4592 1997-06-11  Steven L Baur     <steve@xemacs.org>
4593
4594         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
4595         tm-eword::encode-rwl): Clean up Ebola
4596         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
4597
4598 \f
4599 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4600
4601         * SEMI: Version 0.91 was released.
4602
4603 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4604
4605         * mime-view.el (mime-view-define-keymap): fixed problem about
4606         [tab], [delete] and [backspace] keys.
4607
4608 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4609
4610         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
4611         by `as-binary-process'.
4612
4613 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
4614
4615         * mime-view.el (mime-acting-condition): Add image/png
4616         mime type. (cf.[tm-en:1334])
4617
4618         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
4619
4620         * mime-edit.el (mime-file-types): Add png handling.
4621         (mime-content-types): Ditto. (cf.[tm-en:1334])
4622
4623 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4624
4625         * mime-view.el (mime-view-define-keymap): Doesn't bind
4626         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
4627
4628 \f
4629 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4630
4631         * SEMI: Version 0.88 was released.
4632
4633 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4634
4635         * Makefile (tar): New implementation.
4636
4637 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4638
4639         * SEMI-MK (config-semi): fixed.
4640
4641         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
4642
4643 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4644
4645         * README.en: Add `LISPDIR'.
4646
4647         * Makefile (LISPDIR): New variable.
4648
4649         * SEMI-CFG: Setting for load-path is modified.
4650
4651 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4652
4653         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
4654         mime-view.el: `mime/content-decoding-condition' ->
4655         `mime-acting-condition'.
4656
4657 \f
4658 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4659
4660         * SEMI: Version 0.87 was released.
4661
4662 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4663
4664         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
4665         `mime-view-uuencode-encoding-name-list'.
4666
4667 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4668
4669         * mime-edit.el: Use "text/x-rot13-47-48" instead of
4670         "text/x-rot13-47".
4671
4672         * mime-view.el (mime/content-decoding-condition): Add
4673         "text/x-rot13-47-48".
4674
4675 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4676
4677         * mime-edit.el (mime-edit-normalize-body): Use
4678         `mule-caesar-region' instead of `caesar-region'.
4679
4680         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
4681         instead of `caesar-region'.
4682
4683         * mime-def.el: Add autoload for mule-caesar.el.
4684
4685         * mime-def.el: Function caesar-region was abolished.
4686
4687 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4688
4689         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
4690         `caesar-region'.
4691
4692 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4693
4694         * mime-view.el (mime-view-define-keymap): Use
4695         `set-keymap-default-binding' for XEmacs.
4696
4697 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4698
4699         * mime-play.el (mime-display-caesar): Don't use
4700         `buffer-substring'.
4701
4702         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
4703         `view-mode-enter'.
4704
4705 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4706
4707         * mime-play.el: Don't require `view'.
4708
4709         Constant `mime-view-text/plain-mode-map' was abolished.
4710
4711         Function `mime-view-text/plain-mode' and
4712         `mime-view-text/plain-exit' were abolished.
4713
4714         (mime-display-caesar): Use `view-mode-enter mother' instead of
4715         `mime-view-text/plain-mode'.
4716
4717 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4718
4719         * mime-play.el, mime-view.el (mime/content-decoding-condition):
4720         `mime-article/decode-caesar' -> `mime-display-caesar'.
4721
4722 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4723
4724         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
4725
4726 \f
4727 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4728
4729         * SEMI: Version 0.83 was released.
4730
4731 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4732
4733         * mime-def.el: Overlay is required by emu.
4734
4735 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4736
4737         * mime-image.el, mime-view.el, mime-text.el:
4738         `mime-preview/filter-' -> `mime-view-filter-'.
4739
4740         * mime-view.el: `mime-preview/get-original-major-mode' ->
4741         `mime-view-get-original-major-mode'.
4742
4743 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4744
4745         * mime-view.el (mime-view-mode): Hide mime-echo window.
4746
4747         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
4748         mime-play.el.
4749
4750         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
4751         mime-view.el.
4752
4753         * mime-play.el (mime-hide-echo-buffer): New inline function.
4754
4755         * mime-play.el (mime-echo-window-height): New variable.
4756
4757 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4758
4759         * mime-edit.el (mime-edit-content-end): Abolish unused local
4760         variable `beg'.
4761
4762 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4763
4764         * mime-view.el (mime-view-follow-current-entity): Abolish unused
4765         local variable `rc'.
4766
4767 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4768
4769         * eword-encode.el (eword-encode-field): Intern down-cased
4770         field-name and use `memq' instead of `member' to detect a field is
4771         address-list or not.
4772
4773 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4774
4775         * mime-pgp.el (mime-article/check-pgp-signature): Use
4776         `insert-buffer-substring'.
4777
4778 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4779
4780         * mime-pgp.el (mime-article/check-pgp-signature):
4781         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
4782
4783         * mime-play.el: `mime-article/show-output-buffer' ->
4784         `mime-show-echo-buffer'.
4785
4786         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
4787         `mime-echo-window-is-shared-with-bbdb'.
4788
4789 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4790
4791         * mime-play.el: Variable
4792         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
4793         mime-def.el.
4794
4795         * mime-def.el: Variable
4796         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
4797         mime-play.el.
4798
4799 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4800
4801         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
4802         `mime-echo-buffer-name'.
4803
4804         * mime-play.el: `mime/output-buffer-name' ->
4805         `mime-echo-buffer-name'.
4806
4807         * mime-pgp.el (mime-article/check-pgp-signature):
4808         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
4809
4810         * mime-def.el (mime-echo-buffer-name): Renamed from
4811         `mime/output-buffer-name'.
4812
4813 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4814
4815         * mime-edit.el (mime-edit-content-end): Abolish unused local
4816         variable `top'.
4817
4818         * mime-view.el: Function `mime-view-make-preview-buffer' was
4819         abolished.
4820
4821         * mime-view.el: `mime-view-setup-buffer' ->
4822         `mime-view-setup-buffers'.
4823
4824 \f
4825 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4826
4827         * MU: Version 0.40.2 was released.
4828         * SEMI: Version 0.75 was released.
4829
4830 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4831
4832         * mime-edit.el (mime-edit-translate-single-part-tag): Add
4833         DOC-string.
4834
4835 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4836
4837         * mime-view.el: `mime::preview/original-major-mode' ->
4838         `mime-view-original-major-mode'.
4839
4840 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4841
4842         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
4843         `mime-mother-buffer'.
4844
4845 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4846
4847         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
4848         `mime::preview/article-buffer' -> `mime-raw-buffer'.
4849
4850 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4851
4852         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
4853         mime-view.el: `mime::article/preview-buffer' ->
4854         `mime-view-buffer'.
4855
4856 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4857
4858         * mime-view.el: Structure `mime::preview-content-info' was
4859         abolished.
4860
4861         (mime-view-setup-buffer): Return only
4862         `mime::article/preview-buffer'.
4863
4864         (mime-view-make-preview-buffer): Don't generate
4865         preview-content-list; Return only `mime::article/preview-buffer'.
4866
4867         (mime-view-display-entity): Don't create
4868         `mime::preview-content-info'.
4869
4870         (mime-view-mode): Don't set for `mime::preview/content-list'.
4871
4872 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4873
4874         * mime-partial.el (mime-combine-message/partials-automatically):
4875         Don't use preview-content-list.
4876
4877 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4878
4879         * semi-setup.el: Don't require mime-partial; It is autoloaded.
4880
4881         * mime-partial.el: `mime-article/grab-message/partials' ->
4882         `mime-combine-message/partials-automatically'.
4883
4884         * mime-partial.el: `mime-partial/preview-article' ->
4885         `mime-view-partial-message'.
4886
4887         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
4888         `mime-view-partial-message-method-alist'.
4889
4890         * mime-play.el
4891         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
4892         preview-content-list.
4893
4894         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
4895         -> `mime-show-message-mode'.
4896
4897         * mime-pgp.el (mime-article/view-application/pgp):
4898         `mime/show-message-mode' -> `mime-show-message-mode'.
4899
4900         * mime-view.el (mime-view-follow-current-entity): New
4901         implementation.
4902
4903 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4904
4905         * mime-view.el: `mime-view-follow-content' ->
4906         `mime-view-follow-current-entity'.
4907
4908         * mime-view.el (mime-view-mode): Don't use preview-content-list to
4909         move to initial point.
4910
4911         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
4912         abolished.
4913
4914         * mime-view.el: Function `mime-preview/point-pcinfo' was
4915         abolished.
4916
4917         * mime-view.el: Function `mime-preview/point-content-number' was
4918         abolished.
4919
4920         * mime-play.el (mime-view-play-current-entity): New
4921         implementation.
4922
4923 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4924
4925         * mime-view.el (mime-view-quit): Use variable
4926         `mime::preview/original-major-mode'.
4927
4928         * mime-view.el (mime-view-show-summary): Use variable
4929         `mime::preview/original-major-mode'.
4930
4931         * mime-view.el (mime-view-scroll-down-entity): New implementation.
4932
4933         * mime-view.el (mime-view-scroll-up-entity): New implementation.
4934
4935 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4936
4937         * mime-view.el: `mime-view-scroll-down-content' ->
4938         `mime-view-scroll-down-entity'.
4939
4940         * mime-view.el: `mime-view-scroll-up-content' ->
4941         `mime-view-scroll-up-entity'.
4942
4943         * mime-view.el (mime-view-move-to-next): New implementation.
4944
4945 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4946
4947         * mime-view.el: `mime-view-next-content' ->
4948         `mime-view-move-to-next'.
4949
4950         * mime-view.el (mime-view-move-to-previous): New implementation.
4951
4952         * mime-view.el: `mime-view-previous-content' ->
4953         `mime-view-move-to-previous'.
4954
4955         * mime-view.el: `mime-view-up-content' ->
4956         `mime-view-move-to-upper'.
4957
4958 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4959
4960         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
4961         `mime-show-message-mode'.
4962
4963         * mime-view.el (mime-view-up-content): New implementation.
4964
4965         * mime-view.el: `mime-preview/display-content' ->
4966         `mime-view-display-entity'.
4967
4968         * mime-view.el (mime-preview/display-content): Put
4969         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
4970
4971         * mime-view.el: Variable `mime-view-visible-field-regexp' was
4972         abolished.
4973
4974         * mime-view.el: `mime-preview/cut-header' ->
4975         `mime-view-cut-header'.
4976
4977         * mime-view.el (mime-view-entity-separator-function): New
4978         implementation.
4979
4980         * mime-view.el: `mime-preview/default-content-separator' ->
4981         `mime-view-entity-separator-function'.
4982
4983 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4984
4985         * mime-view.el (mime-view-header-visible-p): Abolish optional
4986         argument `ctype'.
4987
4988         * mime-view.el (mime-view-entity-button-function): New
4989         implementation.
4990
4991         * mime-view.el: Variable
4992         `mime-view-content-button-ignored-ctype-list' was abolished.
4993
4994         * mime-view.el: `mime-preview/default-content-button-function' ->
4995         `mime-view-entity-button-function'.
4996
4997         * mime-view.el: Variable `mime-preview/content-button-function'
4998         was abolished.
4999
5000         * mime-def.el (mime-add-button): New implementation.
5001
5002         * mime-view.el (mime-view-insert-entity-button): modified.
5003
5004         * mime-view.el: `mime-preview/insert-content-button' ->
5005         `mime-view-insert-entity-button'.
5006
5007         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
5008         is optional argument `ctype' is not nil.
5009
5010 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5011
5012         * mime-view.el: `mime-print-entity' ->
5013         `mime-view-print-current-entity'.
5014
5015         * mime-view.el: `mime-extract-entity' ->
5016         `mime-view-extract-current-entity'.
5017
5018         * mime-play.el, mime-view.el: `mime-play-entity' ->
5019         `mime-view-play-current-entity'.
5020
5021         * mime-view.el (mime-play-entity, mime-extract-entity,
5022         mime-print-entity): Add DOC-string.
5023
5024         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
5025
5026         * mime-view.el: `mime-view-extract-content' ->
5027         `mime-extract-entity'.
5028
5029         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
5030
5031         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
5032         mime-view.el.
5033
5034         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
5035         mime-play.el.
5036
5037 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5038
5039         * mime-view.el: Use `mime-play-entity' instead of
5040         `mime-view-play-content'.
5041
5042 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5043
5044         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
5045         `mime-play-entity'.
5046
5047         * mime-view.el (mime-view-play-content, mime-view-extract-content,
5048         mime-view-print-content): Modify to use optional argument `mode'.
5049
5050 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5051
5052         * mime-play.el (mime-preview/decode-content,
5053         mime-article/decode-content): Add new optional argument `mode'.
5054
5055 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5056
5057         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
5058         `mime-text-decode-buffer-maybe'.
5059
5060         * mime-text.el: `mime-preview/decode-text-buffer' ->
5061         `mime-decode-text-body'.
5062
5063         * mime-view.el (mime-view-visible-media-type-list): Add
5064         "text/rfc822-headers".
5065
5066 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5067
5068         * mime-image.el, mime-view.el:
5069         `mime-view-default-showing-Content-Type-list' ->
5070         `mime-view-visible-media-type-list'.
5071
5072 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5073
5074         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
5075
5076         * mime-pgp.el (mime-article/view-application/pgp):
5077         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
5078
5079         * mime-text.el: `mime-charset/decode-buffer' ->
5080         `mime-text-decode-buffer'.
5081
5082 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5083
5084         * mime-pgp.el (mime-article/view-application/pgp):
5085         `mime-raw::text-decoder' -> `mime-text-decoder'.
5086
5087         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
5088
5089 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5090
5091         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
5092         mime-view.el.
5093
5094         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
5095         mime-text.el.
5096
5097 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5098
5099         * mime-pgp.el (mime-article/view-application/pgp): Use
5100         `insert-buffer-substring'.
5101
5102 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5103
5104         * mime-pgp.el (mime-article/view-application/pgp):
5105         `mime::article/code-converter' -> `mime-raw::text-decoder'.
5106
5107         * mime-play.el (mime-article/view-message/rfc822):
5108         `mime::article/code-converter' -> `mime-raw::text-decoder'.
5109
5110         * mime-text.el (mime-preview/decode-text-buffer):
5111         `mime::article/code-converter' -> `mime-raw::text-decoder'.
5112
5113         * mime-view.el: `mime::article/code-converter' ->
5114         `mime-raw::text-decoder'.
5115
5116 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5117
5118         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
5119         variables `charset' and `mime::article/preview-buffer'.
5120
5121         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
5122         variable `mode'.
5123
5124 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5125
5126         * mime-image.el (mime-preview/filter-for-image): Abolish unused
5127         local variable `charset'.
5128
5129         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
5130         local variable `status'.
5131
5132         * mime-pgp.el: (mime-article/view-application/pgp,
5133         mime-article/add-pgp-keys): Abolish unused local variable
5134         `cur-buf'.
5135
5136         * mime-image.el (mime-preview/filter-for-image,
5137         mime-preview/filter-for-application/postscript): Abolish unused
5138         local variable `mode'.
5139
5140 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5141
5142         * mime-text.el
5143         (mime-preview/filter-for-text/richtext,
5144         mime-preview/filter-for-text/enriched): Abolish unused local
5145         variable `mode'.
5146
5147         * mime-text.el (mime-preview/decode-text-buffer): New
5148         implementation.
5149
5150         * mime-view.el (mime-view-follow-content): Abolish unused
5151         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
5152         and `hb'.
5153
5154         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
5155         `multipart'.
5156
5157         * mime-file.el (mime-article/extract-file): Abolish unused local
5158         variable `the-buf'.
5159
5160         * mime-tar.el: Quote *autoconv*.
5161
5162 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5163
5164         * mime-partial.el (mime-article/grab-message/partials): Unused
5165         local variable `mother' was abolished.
5166
5167         * mime-play.el (mime-article/decode-caesar): Unused local variable
5168         `cur-buf' was abolished.
5169
5170         * mime-play.el (mime-article/decode-message/external-ftp): Unused
5171         local variable `access-type' was abolished; Comment out `mode'.
5172
5173         * mime-play.el (mime-article/view-message/rfc822): Unused local
5174         variable `cur-buf' was abolished.
5175
5176         * mime-text.el (mime-preview/filter-for-text/richtext,
5177         mime-preview/filter-for-text/enriched): Unused local variable `m'
5178         was abolished.
5179
5180         * mime-parse.el (mime-parse-multipart):
5181         Unused local variable `ct' was abolished.
5182
5183         * eword-encode.el: Require eword-decode.
5184
5185         * mime-image.el (mime-preview/filter-for-application/postscript):
5186         Unused local variable `m' was abolished.
5187
5188 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5189
5190         * mime-pgp.el: (mime-article/view-application/pgp):
5191         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
5192
5193         * mime-pgp.el (mime-pgp-command): New variable.
5194
5195         (mime::article/call-pgp-to-check-signature): Use variable
5196         `mime-pgp-command'. (cf. [tm-en:1259])
5197
5198 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5199
5200         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
5201         (cf. [tm-en:1259])
5202
5203 \f
5204 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5205
5206         * emu: Version 7.40.1 was released.
5207         * APEL: Version 3.2 was released.
5208         * bitmap-mule: Version 7.17 was released.
5209         * MU: Version 0.40.1 was released.
5210         * MEL: Version 6.3 was released.
5211         * SEMI: Version 0.72 was released.
5212
5213 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5214
5215         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
5216
5217 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5218
5219         * mail-mime-setup.el: New module.
5220
5221         * mime-setup.el: Only loads MUA specific setup files.
5222
5223         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
5224         moved from mime-setup.el.
5225
5226         * semi-setup.el: Setting for gnus-mime was moved to
5227         gnus-mime/gnus-mime-setup.el.
5228
5229         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
5230
5231         * Makefile: modified for SEMI package.
5232
5233 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5234
5235         * SEMI-MK: Don't compile and install other packages.
5236
5237 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5238
5239         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
5240         `add-minor-mode'.
5241
5242         * mime-image.el (mime-preview/filter-for-image): Don't use
5243         `assoc-value'.
5244
5245 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5246
5247         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
5248         were abolished; Use `mime-edit-mode-map' directly.
5249
5250         Use "C-c C-m" for enclosure commands.
5251
5252         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
5253         for `mime-edit-set-encrypt'.
5254
5255 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5256
5257         * semi-setup.el: Require file-detect.
5258
5259 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5260
5261         * SEMI-CFG: Delete variables about other packages.
5262
5263 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5264
5265         * mime-def.el: Variable `mime-temp-directory' was moved to
5266         mel/mel.el.
5267
5268 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5269
5270         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
5271
5272         * mime-view.el (mime/content-decoding-condition): Set up for
5273         `mime-article/decode-message/external-ftp'.
5274
5275         * semi-setup.el: tm-latex.el was abolished.
5276
5277         * semi-setup.el: tm-ftp is merged to mime-play.el.
5278
5279         * mime-play.el (mime-article/dired-function): New variable; copied
5280         from tm-ftp.el.
5281
5282         (mime-article/dired-function-for-one-frame,
5283         mime-article/decode-message/external-ftp): New function; copied
5284         from tm-ftp.el.
5285
5286 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5287
5288         * mime-partial.el (mime-article/grab-message/partials): Don't use
5289         `assoc-value'.
5290
5291 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5292
5293         * mime-play.el: Require filename.
5294
5295 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5296
5297         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
5298
5299         * mime-setup.el: Use `turn-on-mime-edit' instead of
5300         `mime-edit-mode'.
5301
5302         * mime-edit.el (mime-edit-decode-buffer): Renamed from
5303         `mime-editor::edit-again'; optional argument `code-conversion' was
5304         changed to `not-decode-text' (behavior was reversed).
5305         (mime-edit-again): modified for `mime-edit-decode-buffer'.
5306
5307         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
5308         variable.
5309
5310         * mime-edit.el (mime-edit-again): optional argument
5311         `code-conversion' was changed to `not-decode-text' (behavior was
5312         reversed); optional argument `no-mode' was renamed to
5313         `not-turn-on'; `mail-header-separator' was replaced to null line
5314         before converting.
5315
5316 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5317
5318         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
5319         `mime-edit-toggle-mode' -> `mime-edit-mode'.
5320
5321         Alias `mime-mode' was abolished.
5322
5323 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5324
5325         * eword-encode.el (eword-encode-header): fixed.
5326
5327         * mime-edit.el: Comments was modified.
5328         (mime-edit-mode): DOC-string was modified.
5329
5330         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
5331         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
5332         was abolished.
5333
5334         * mime-edit.el: `mime-edit-minor-mime-map' ->
5335         `mime-edit-mode-map'.
5336
5337         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
5338
5339         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
5340
5341 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5342
5343         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
5344
5345 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5346
5347         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
5348
5349 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5350
5351         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
5352
5353 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5354
5355         * mime-def.el (mime-temp-directory): Refer environment variable
5356         "MIME_TMP_DIR" as default value.
5357
5358 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5359
5360         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
5361         were abolished.
5362
5363         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
5364         (mime-article/check-pgp-signature), mime-partial.el
5365         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
5366         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
5367         was renamed to `mime-temp-directory'.
5368
5369         * mime-edit.el: `mime/edit-again' was renamed to
5370         `mime-edit-again'.
5371
5372 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5373
5374         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
5375         renamed to `mime-temp-message-mode'.
5376
5377         * mime-edit.el: Draft preview feature was abolished.
5378
5379         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
5380
5381         Buffer local variable `mime/editing-buffer' was renamed to
5382         `mime-edit-buffer'.
5383
5384         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
5385         (mime-edit-x-emacs-value): New variable.
5386         (mime-edit-translate-body): Insert X-Emacs field if variable
5387         `mime-edit-insert-x-emacs-field' is not nil.
5388
5389 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5390
5391         * mime-view.el (mime-preview/insert-content-button): Don't use
5392         function `assoc-value'.
5393
5394 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5395
5396         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
5397
5398 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5399
5400         * SEMI-MK: compile and install emu and apel.
5401
5402 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5403
5404         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
5405
5406         * mime-bbdb.el: Renamed from tm-bbdb.el.
5407
5408         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
5409         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
5410         (load-path): Add "../apel" instead of "../tl".
5411
5412         * SEMI-ELS: alist.el was moved to ../apel/.
5413
5414 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5415
5416         * mime-parse.el: Require emu; Function `char-list-to-string' was
5417         abolished.
5418
5419         * mime-edit.el: Require emu; definitions about visible/invisible
5420         were abolished.
5421
5422 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5423
5424         * eword-encode.el: Require emu; function
5425         `find-non-ascii-charset-string' and
5426         `find-non-ascii-charset-region' were abolished.
5427
5428         * mime-def.el: Require atype; functions about atype were
5429         abolished.
5430
5431 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5432
5433         * mime-def.el: Require emu; Variable `running-xemacs' was
5434         abolished; Macro `defun-maybe' was abolished; Function `functionp'
5435         was abolished; Variable `charsets-mime-charset-alist',
5436         `default-mime-charset' and `mime-charset-coding-system-alist' were
5437         abolished; Function `mime-charset-to-coding-system',
5438         `charsets-to-mime-charset', `detect-mime-charset-region',
5439         `encode-mime-charset-region', `decode-mime-charset-region',
5440         `encode-mime-charset-string' and `decode-mime-charset-string' were
5441         abolished.
5442
5443 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5444
5445         * mime-def.el (charsets-to-mime-charset): New function; copied
5446         from emu.el.
5447
5448         * eword-encode.el: Use `char-bytes' instead of `char-length'.
5449
5450         * mime-def.el (eliminate-top-spaces): New inline-function; copied
5451         from tl-str.el.
5452
5453         * mime-edit.el: Fixed about definition of visible/invisible
5454         functions for XEmacs.
5455
5456 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5457
5458         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
5459         copied from emu-19.el.
5460         (invisible-region, invisible-p, next-visible-point): New function;
5461         copied from emu-19.el and emu-xemacs.el.
5462         (visible-region): New function; copied from emu-19.el.
5463
5464         * mime-edit.el (mime-edit-make-boundary): New function.
5465         (mime-edit-translate-body, mime-edit-translate-region): Use
5466         `mime-edit-make-boundary'.
5467
5468         * mime-edit.el (replace-space-with-underline): New inline
5469         function; copied from tl-str.el.
5470
5471 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5472
5473         * eword-encode.el (find-non-ascii-charset-region): New
5474         inline-function; copied from emu-e20.el.
5475
5476 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5477
5478         * mime-def.el: Require cl.
5479
5480         * mime-view.el (mouse-button-2): New variable; copied from
5481         emu-19.el and emu-xemacs.el.
5482
5483         * mime-def.el (defun-maybe): New macro; copied from emu.el.
5484         (functionp): New function; copied from emu.el.
5485
5486 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5487
5488         * mime-play.el: Supports only Emacs/mule API.
5489
5490         * mime-def.el (field-unify): Fixed.
5491
5492         * semi-setup.el: Don't require mime-play.
5493
5494         * mime-def.el: Function `put-fields' were abolished.
5495
5496         * mime-def.el: atype functions were moved from mime-play.el.
5497
5498         * mime-play.el: atype functions were moved to mime-def.el.
5499
5500 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5501
5502         * mime-def.el (call-after-loaded): New function; moved from
5503         semi-setup.el.
5504
5505         * semi-setup.el: Function `call-after-loaded' was moved to
5506         mime-def.el; require mime-def.
5507
5508 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5509
5510         * semi-setup.el: require mime-play instead of mime-view when
5511         compiling.
5512
5513 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5514
5515         * SEMI-MK: BINS were abolished.
5516
5517         * SEMI-CFG: require cl.
5518
5519         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
5520
5521 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5522
5523         * SEMI-MK: Renamed from TM-MK.
5524
5525         * SEMI-CFG: Don't require tl-misc.
5526
5527         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
5528
5529 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5530
5531         * mime-play.el (field-unify): Fixed.
5532
5533 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5534
5535         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
5536         Require alist.
5537
5538         * alist.el: New module; separated from tl-list.el.
5539
5540         * mime-play.el: Function `put-alist' and `del-alist' were moved to
5541         alist.el.
5542
5543         * mime-play.el (mime-article/coding-system-alist): Use
5544         `no-conversion' instead of *noconv*.
5545
5546 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5547
5548         * mime-parse.el (char-list-to-string): New inline-function; copied
5549         from emu-19.el.
5550
5551 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5552
5553         * mime-parse.el (symbol-concat): New inline-function; copied from
5554         tl-str.el.
5555
5556         * semi-setup.el: require 'mime-view when compiling.
5557
5558         * mime-parse.el (regexp-*): New inline-function; copied from
5559         tl-str.el.
5560
5561 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5562
5563         * semi-setup.el (running-xemacs): New variable.
5564
5565 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5566
5567         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
5568
5569         * mime-def.el: fixed DOC string.
5570
5571 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5572
5573         * eword-decode.el: Don't require emu.
5574
5575         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
5576         mime-charset-coding-system-alist): New variable; copied from
5577         emu-e20.el.
5578         (mime-charset-to-coding-system, detect-mime-charset-region,
5579         encode-mime-charset-region, decode-mime-charset-region,
5580         encode-mime-charset-string, decode-mime-charset-string): New
5581         function; copied from emu-e20.el.
5582
5583         * eword-encode.el (find-non-ascii-charset-string): New
5584         inline-function; copied from emu-e20.el.
5585
5586 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5587
5588         * mime-tar.el: Don't require emu.
5589
5590 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5591
5592         * mime-play.el (put-alist, del-alist): New function; copied from
5593         tl-list.el.
5594         (put-fields, field-unifier-for-default, field-unifier-for-mode,
5595         field-unify, assoc-unify, get-unified-alist, delete-atype,
5596         remove-atype, replace-atype, set-atype): New function; copied from
5597         tl-atype.el.  Don't require tl-atype.
5598
5599 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5600
5601         * semi-setup.el (call-after-loaded): New function; imported from
5602         tl-misc.el; Don't require tl-misc.
5603
5604 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5605
5606         * mime-pgp.el: Renamed from tm-pgp.el.
5607
5608 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5609
5610         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
5611         mime-mc.el.
5612
5613         * mime-mc.el: Renamed from tm-edit-mc.el.
5614
5615 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5616
5617         * mime-text.el: `tm:mother-button-dispatcher' ->
5618         `mime-button-mother-dispatcher'.
5619
5620         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
5621         mime-view.el, mime-tar.el (mime-tar-set-properties):
5622         `tm:add-button' -> `mime-add-button'.
5623
5624         * mime-file.el: Renamed from tm-file.el.
5625
5626 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5627
5628         * eword-decode.el: Must require emu.
5629
5630         * eword-decode.el (eword-decode-region): Unused local variable
5631         `charset', `encoding' and `text'.
5632
5633 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5634
5635         * eword-decode.el (eword-decode-encoded-word): Use
5636         `add-text-properties' directly.
5637
5638 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5639
5640         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
5641
5642         * mime-def.el (running-xemacs): New variable; if it is not nil,
5643         require overlay.
5644
5645         * mime-def.el (regexp-or): New function.
5646
5647 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5648
5649         * mime-tar.el: Renamed from tm-tar.el.
5650
5651         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
5652         -> `mime-button-dispatcher'.
5653
5654         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
5655
5656         * mime-def.el: `tm:mother-button-dispatcher' ->
5657         `mime-button-mother-dispatcher'.
5658
5659         * mime-def.el: `semi-data' -> `mime-button-data'.
5660
5661         * mime-def.el: `semi-callback' -> `mime-button-callback'.
5662
5663         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
5664
5665         * mime-def.el: `tm:button-face' -> `mime-button-face'.
5666
5667         * mime-def.el (tm:add-button, tm:button-dispatcher):
5668         `mime-callback' was renamed to `semi-callback'; `mime-data' was
5669         renamed to `semi-data'.
5670
5671 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5672
5673         * mime-def.el (tm:add-button): Use `make-overlay' directly.
5674
5675         * mime-def.el (tm:add-button): Use `overlay-put' directly.
5676
5677 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5678
5679         * mime-text.el: `tm:browse-url' was renamed to
5680         `mime-text-browse-url'.
5681
5682         * mime-text.el: Require browse-url.
5683
5684         * mime-text.el: `tm:URL-regexp' was renamed to
5685         `mime-text-url-regexp'.
5686
5687         * mime-text.el: Variable `tm:URL-regexp',
5688         `browse-url-browser-function' and function `tm:browse-url' were
5689         moved from mime-def.el.
5690
5691         * mime-def.el: Variable `tm:URL-regexp',
5692         `browse-url-browser-function' and function `tm:browse-url' were
5693         moved to mime-text.el.
5694
5695         * eword-decode.el: Variable `tm:warning-face' was renamed to
5696         `eword-warning-face'.
5697
5698         * eword-decode.el: Variable `tm:warning-face' was moved from
5699         mime-def.el.
5700
5701         * mime-def.el: Variable `tm:warning-face' was moved to
5702         eword-decode.el.
5703
5704         * mime-def.el: Function `tm:set-face-region' was abolished.
5705
5706         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
5707         `mime-make-charset-default-encoding-alist'.
5708
5709         * mime-edit.el: `mime-edit-transfer-level' ->
5710         `mime-transfer-level'.
5711
5712         * mime-edit.el: Function `mime/encoding-name' was renamed to
5713         `mime-encoding-name'.
5714
5715         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
5716         was abolished.
5717
5718         * mime-edit.el: Function `mime/encoding-name' was moved from
5719         mime-def.el.
5720
5721         * mime-def.el: Function `mime/encoding-name' was moved to
5722         mime-edit.el.
5723
5724 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5725
5726         * mime-edit.el: Variable `mime-charset-type-list' was moved from
5727         mime-def.el.
5728
5729         * mime-def.el: Variable `mime-charset-type-list' was moved to
5730         mime-edit.el.
5731
5732 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5733
5734         * eword-encode.el (eword-encode-header): fixed typo.
5735
5736 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5737
5738         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
5739         mime-editor::edit-again): Don't use `assoc-value'; Don't require
5740         tl-list.
5741
5742 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5743
5744         * mime-play.el: require tl-atype.
5745
5746         * mime-view.el: Don't require tl-atype.
5747
5748 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5749
5750         * mime-view.el: Don't require tl-misc.
5751
5752 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5753
5754         * eword-encode.el (eword-encode-header): Use function `assoc-if'
5755         instead of `ASSOC'; require cl instead of tl-list.
5756
5757         * mime-parse.el (define-structure): New macro; Don't require
5758         tl-misc.el.
5759
5760         * mime-view.el (mime-preview/insert-content-button): Don't use
5761         function `assoc-value'.
5762
5763         * mime-view.el: Require cl instead of tl-list.
5764
5765         * mime-view.el: Don't require tl-str.el.
5766
5767 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5768
5769         * mime-parse.el (define-structure): New macro; Don't require
5770         tl-misc.el.
5771
5772         * mime-view.el (mime-preview/insert-content-button): Don't use
5773         function `assoc-value'.
5774
5775         * mime-view.el: Require cl instead of tl-list.
5776
5777         * mime-view.el: Don't require tl-str.el.
5778
5779 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5780
5781         * eword-decode.el: Constant
5782         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
5783
5784         * eword-decode.el (quoted-printable-hex-chars,
5785         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
5786         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
5787         from mime-def.el.
5788
5789         * mime-def.el (quoted-printable-hex-chars,
5790         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
5791         eword-Q-encoding-and-encoded-text-regexp): Moved to
5792         eword-decode.el.
5793
5794         * eword-decode.el (base64-token-regexp,
5795         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
5796         constant; moved from mime-def.el.
5797
5798         * mime-def.el: Constant `base64-token-regexp',
5799         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
5800         were moved to eword-decode.el.
5801
5802         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
5803         was abolished.
5804
5805 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5806
5807         * eword-decode.el: Don't require emu.
5808
5809         * eword-decode.el: Don't require tl-str.el.
5810
5811         * mime-def.el (get-version-string): New inline-function; imported
5812         from tl-str.el.
5813
5814 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5815
5816         * mime-setup.el: Function `mime/encode-message-header' was renamed
5817         to `eword-encode-header'.
5818
5819         * mime-edit.el, eword-encode.el: Function
5820         `eword-encode-message-header' was renamed to
5821         `eword-encode-header'.
5822
5823 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5824
5825         * eword-decode.el (eword-decode-header): New optional argument
5826         `SEPARATOR'; Use function `std11-narrow-to-header'.
5827
5828         * mime-view.el, mime-setup.el, eword-decode.el: Function
5829         `eword-decode-message-header' was renamed to
5830         `eword-decode-header'.
5831
5832 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5833
5834         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
5835         Function `mime/encode-message-header' was renamed to
5836         `eword-encode-message-header'.
5837
5838 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5839
5840         * mime-view.el: Function `mime-eword/decode-string' was renamed to
5841         `eword-decode-string'.
5842
5843         * mime-def.el: `mime/Q-' -> `eword-Q-'.
5844
5845         * mime-def.el: `mime/B-' -> `eword-B-'.
5846
5847 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5848
5849         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
5850         `mime-charset-regexp'.
5851
5852         * mime-def.el: Constant `mime/charset-regexp' was renamed to
5853         `mime-charset-regexp'.
5854
5855 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5856
5857         * mime-view.el: Function `mime/decode-message-header' was renamed to
5858         `eword-decode-message-header'.
5859
5860         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
5861
5862 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5863
5864         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
5865         Function `mime/decode-message-header' was renamed to
5866         `eword-decode-message-header'.
5867
5868 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5869
5870         * SEMI-CFG: Renamed from TM-CFG.
5871
5872         * SEMI-ELS: Renamed from TM-ELS.
5873
5874         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
5875         `eword-in-subject-p'.
5876
5877         * eword-encode.el: `mime/' -> `eword-'.
5878
5879         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
5880         variable `mime/use-X-Nsubject'.
5881
5882         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
5883         `mime/generate-X-Nsubject'.
5884
5885         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
5886         variable `mime/no-encoding-header-fields'.
5887
5888         * eword-encode.el (eword-field-encoding-method-alist): Renamed
5889         from `mime/field-encoding-method-alist'.
5890
5891         * eword-encode.el: Renamed from tm-ew-e.el.
5892
5893         * eword-decode.el: Renamed from tm-ew-d.el.
5894
5895         * mime-view.el: Don't require tm-def.
5896
5897         * mime-parse.el: tm-def.el was renamed to mime-def.el.
5898
5899         * mime-def.el: Renamed from tm-def.el.
5900
5901 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5902
5903         * SEMI-ELS: Renamed from TM-ELS.
5904
5905 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5906
5907         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
5908         `eword-in-subject-p'.
5909
5910         * eword-encode.el: `mime/' -> `eword-'.
5911
5912         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
5913         variable `mime/use-X-Nsubject'.
5914
5915         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
5916         `mime/generate-X-Nsubject'.
5917
5918         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
5919         variable `mime/no-encoding-header-fields'.
5920
5921         * eword-encode.el (eword-field-encoding-method-alist): Renamed
5922         from `mime/field-encoding-method-alist'.
5923
5924         * eword-encode.el: Renamed from tm-ew-e.el.
5925
5926         * eword-decode.el: Renamed from tm-ew-d.el.
5927
5928         * mime-view.el: Don't require tm-def.
5929
5930         * mime-parse.el: tm-def.el was renamed to mime-def.el.
5931
5932 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5933
5934         * mime-def.el: Renamed from tm-def.el.
5935
5936 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5937
5938         * mime-view.el: Don't `suppress-keymap'.
5939
5940 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5941
5942         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
5943
5944         * mime-parse.el: Renamed from tm-parse.el.
5945
5946         * mime-view.el: Key-binding for function
5947         `mime-view-display-x-face' was abolished.
5948
5949 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5950
5951         * mime-setup.el: modified for mime-edit.el.
5952
5953 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5954
5955         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
5956
5957 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5958
5959         * mime-edit.el: based on tm-edit 7.105.
5960
5961         * semi-setup.el: tm-image.el was renamed to mime-image.el.
5962
5963         * mime-image.el: Renamed from tm-image.el.
5964
5965 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5966
5967         * semi-setup.el: Renamed from tm-setup.el.
5968
5969         * mime-setup.el: Setting for GNUS was abolished.
5970
5971         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
5972
5973         * mime-view.el: tm-play.el was renamed to mime-play.el.
5974
5975         * mime-partial.el: Renamed from tm-partial.el.
5976
5977         * mime-play.el: Renamed from tm-play.el.
5978
5979         * mime-view.el: `tm-text' is renamed to `mime-text'.
5980
5981         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
5982         was renamed to `default-keymap-or-function'; optional argument
5983         `default-function' was abolished.
5984
5985         * mime-text.el: `mime-view-code-converter-alist' ->
5986         `mime-text-decoder-alist'.
5987
5988         * mime-text.el: Renamed from tm-text.el.
5989
5990 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
5991
5992         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
5993
5994         * mime-view.el: Renamed from tm-view.el.
5995
5996 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
5997
5998         * mime-edit.el (mime-file-types): add for patch.
5999
6000         * mime-edit.el: rearrangement.
6001
6002 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6003
6004         * mime-edit.el (mime-editor/normalize-body): Use function
6005         `encode-mime-charset-region' instead of
6006         `mime-charset-encode-region'.
6007
6008 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6009
6010         * mime-edit.el (mime-editor/normalize-body): fixed.
6011
6012         * mime-edit.el (mime-editor/define-charset):
6013         Argument `charset' was changed to
6014         symbol.
6015         (mime-editor/choose-charset): Changed to return symbol.
6016         (mime-editor/normalize-body): charset was changed to symbol.
6017
6018 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6019
6020         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
6021         New function.
6022         (mime-editor/charset-default-encoding-alist): Use function
6023         `mime-editor/make-charset-default-encoding-alist'.
6024         (mime-editor/toggle-transfer-level): Use function
6025         `mime-editor/make-charset-default-encoding-alist'.
6026
6027         * mime-edit.el (mime-editor/choose-charset): Use function
6028         `detect-mime-charset-region' instead of
6029         `mime/find-charset-region'.
6030
6031 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6032
6033         * mime-edit.el (mime/editor-mode): Don't toggle.
6034
6035         (mime-editor/toggle-mode): New function.
6036
6037 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
6038
6039         * mime-edit.el: I think the following is the best way to handle
6040         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
6041         sure if "add-minor-mode" works the same way in earlier versions).
6042         By clicking on the mode line you can turn mime/editor-mode on or
6043         off.
6044
6045 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6046
6047         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
6048         `as-binary-process'.
6049
6050         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
6051         `as-binary-process'.
6052
6053 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6054
6055         * mime-edit.el (mime-editor/split-message-sender-alist): setting
6056         for `mail-mode' was moved to tm-rmail.el.
6057
6058 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6059
6060         * mime-edit.el: Variable
6061         `mime-editor/message-default-sender-alist' was abolished.
6062
6063 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6064
6065         * mime-edit.el: Variable `mime-editor/window-config-alist' was
6066         abolished.
6067
6068 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6069
6070         * mime-edit.el (mime-editor/split-and-send): New implementation.
6071
6072 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6073
6074         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
6075
6076 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6077
6078         * mime-edit.el (mime-editor/define-charset,
6079         mime-editor/set-parameter): Function `mime-set-parameter' was
6080         renamed to `mime-editor/set-parameter'.
6081
6082         * mime-edit.el (mime-set-parameter): New implementation
6083
6084         (mime-editor/translate-single-part-tag): New function.
6085         (mime-editor/translate-region): Use function
6086         `mime-editor/translate-single-part-tag'.
6087
6088 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6089
6090         * mime-edit.el (mime-editor::edit-again): fixed.
6091
6092         * mime-edit.el (mime/edit-again): fixed.
6093
6094         * mime-edit.el (mime-editor::edit-again): modified for new tag
6095         rule.
6096
6097         * mime-edit.el (mime-editor/insert-signature): Use variable
6098         `signature-file-name' instead of `signature'.
6099
6100         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
6101         require begging new-line.
6102
6103         (defconst mime-editor/multipart-end-regexp): Don't require begging
6104         new-line.
6105
6106         (mime-editor/find-inmost): modified for new enclosure tag rule.
6107
6108         (mime-editor/translate-region): modified for new enclosure tag rule.
6109
6110         (mime-editor/enclose-region): modified for new enclosure tag rule.
6111
6112 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6113
6114         * mime-edit.el: Add `(provide 'tm-edit)'.
6115
6116         Do `(run-hooks 'tm-edit-load-hook)' if variable
6117         `mime-edit-load-hook' is not bound.
6118
6119 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6120
6121         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
6122         (mime-editor/normalize-body): fixed.
6123
6124 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6125
6126         * mime-edit.el (mime-editor/normalize-body): fixed.
6127
6128         (mime-editor/content-end): Used function `invisible-p' and
6129         `next-visible-point'.
6130
6131 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6132
6133         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
6134         `invisible-region' instead of `mime-flag-region'.
6135         (mime-editor/normalize-body): Use function `visible-region'
6136         instead of `mime-flag-region'.
6137         (mime-editor/content-end): New implementation.
6138
6139 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6140
6141         * mime-edit.el (mime-editor/enquote-region): New command; bound to
6142         `C-c C-x q'.
6143
6144         (mime-editor/menu-list): New item for function
6145         `mime-editor/enquote-region'.
6146
6147 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6148
6149         * mime-edit.el (mime-editor/process-multipart-1): Use function
6150         `string-equal' instead of `string='.
6151
6152 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6153
6154         * mime-edit.el (mime-editor/process-multipart-1): fixed about
6155         condition of next tag inserting.
6156
6157 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6158
6159         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
6160
6161 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6162
6163         * mime-edit.el (mime-editor/insert-partial-header): Comment of
6164         Mime-Version field was modified.
6165
6166         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
6167         line break.
6168
6169         * mime-edit.el (mime-editor/version-name): New constant.
6170
6171         (mime-editor/mime-version-value): Use constant
6172         `mime-editor/version-name'.
6173
6174         (mime-editor/insert-partial-header): Use constant
6175         `mime-editor/version-name'.
6176
6177 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6178
6179         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
6180         line break.
6181         (mime-editor/normalize-body): fixed for a tag without line break.
6182
6183         * mime-edit.el (mime-editor/translate-region): fixed for a part
6184         starting without line break.
6185
6186         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
6187         column.
6188         (mime-editor/quoted-single-part-tag-regexp): New constant.
6189         (mime-editor/enquote-region): New function.
6190         (mime-editor/dequote-region): New function.
6191         (mime-editor/process-multipart-1): Processing for ``quote''
6192         enclosure was added.
6193         (mime-editor/translate-body): Use function
6194         `mime-editor/dequote-region'.
6195
6196         (mime-editor/mime-version-value): Comment was renamed.
6197
6198         * mime-edit.el: Renamed from tm-edit.el