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