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