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