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