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