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