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