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