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