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