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