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