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