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