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