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