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