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