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