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