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