30088dbc65cea7d1f9900b05989caa36085faabe
[elisp/semi.git] / ChangeLog
1 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * README.en (Required environment): Updated.
4
5 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
8         -> `mime-media-type/subtype-regexp'.
9
10 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
13         `mime-token-regexp'.
14
15         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
16
17 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
20         -> `mime-temp-buffer-name'.
21
22 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
23
24         * mime-text.el (mime-decode-text-body): Canonicalize line break
25         code.
26
27 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * mailcap.el: New file.
30
31 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
32
33         * eword-encode.el (eword-field-encoding-method-alist): Add
34         "Message-ID" as ignored.
35
36 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
39         caused by long non-encoded-word element. (cf. [tm-en:1356])
40
41 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
42
43         * mime-view.el: `mime-preview/display-message/partial' ->
44         `mime-view-insert-message/partial-button'.
45
46         * mime-view.el (mime-preview/display-message/partial): Use
47         `mime-add-button' again.
48
49 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
50
51         * eword-encode.el: `tm-eword::lc-words-to-words' ->
52         `eword-encode-charset-words-to-words'.
53
54         * eword-encode.el (tm-eword::lc-words-to-words): New
55         implementation; function `tm-eword::parse-word' was abolished.
56
57 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
58
59         * eword-encode.el: `tm-eword::split-to-lc-words' ->
60         `eword-encode-divide-into-charset-words'.
61
62         * eword-encode.el: Function `tm-eword::parse-lc-word' was
63         abolished.
64         (tm-eword::split-to-lc-words): New implementation.
65
66 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
67
68         * eword-encode.el: `tm-eword::char-type' ->
69         `eword-encode-char-type'.
70
71         * eword-encode.el: `tm-eword::encode-encoded-text' ->
72         `eword-encode-text'
73
74         * mime-view.el (mime-view-insert-entity-button,
75         mime-preview/display-message/partial): Use `mime-insert-button'.
76         
77         (mime-view-setup-buffers): Enclose codes to display preview-buffer
78         by `(let ((inhibit-read-only t)) ...)'.
79
80         * mime-def.el (mime-insert-button): New inline function.
81
82         * mime-def.el (mime-add-button): Argument `func' was renamed to
83         `function'; Use overlay for `mime-button-mouse-face'.
84
85 \f
86 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
87
88         * SEMI: Version 0.92 was released.
89
90         * mime-view.el, mime-play.el, mime-partial.el:
91         `mime-article/decode-' -> `mime-display-'.
92
93         * mime-play.el (mime-display-caesar): fixed.
94
95 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * eword-decode.el (eword-decode-structured-field-body): fixed.
98
99 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * eword-decode.el (eword-lexical-analyze-cache): New variable.
102         (eword-lexical-analyze-cache-max): New variable.
103         (eword-analyze-quoted-string): New function.
104         (eword-analyze-comment): New function.
105         (eword-analyze-encoded-word): New function.
106         (eword-lexical-analyze-internal): New function.
107         (eword-lexical-analyze): New function.
108         (eword-decode-structured-field-body): New function.
109         (eword-decode-unstructured-field-body): New function.
110         (eword-extract-address-components): New function.
111
112 1997-06-11  Steven L Baur     <steve@xemacs.org>
113
114         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
115         tm-eword::encode-rwl): Clean up Ebola
116         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
117
118 \f
119 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * SEMI: Version 0.91 was released.
122
123 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * mime-view.el (mime-view-define-keymap): fixed problem about
126         [tab], [delete] and [backspace] keys.
127
128 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
131         by `as-binary-process'.
132
133 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
134
135         * mime-view.el (mime-acting-condition): Add image/png
136         mime type. (cf.[tm-en:1334])
137
138         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
139
140         * mime-edit.el (mime-file-types): Add png handling.
141         (mime-content-types): Ditto. (cf.[tm-en:1334])
142
143 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
144
145         * mime-view.el (mime-view-define-keymap): Doesn't bind
146         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
147
148 \f
149 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * SEMI: Version 0.88 was released.
152
153 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
154
155         * Makefile (tar): New implementation.
156
157 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * SEMI-MK (config-semi): fixed.
160
161         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
162
163 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * README.en: Add `LISPDIR'.
166
167         * Makefile (LISPDIR): New variable.
168
169         * SEMI-CFG: Setting for load-path is modified.
170
171 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
174         mime-view.el: `mime/content-decoding-condition' ->
175         `mime-acting-condition'.
176
177 \f
178 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * SEMI: Version 0.87 was released.
181
182 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
185         `mime-view-uuencode-encoding-name-list'.
186
187 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
188
189         * mime-edit.el: Use "text/x-rot13-47-48" instead of
190         "text/x-rot13-47".
191
192         * mime-view.el (mime/content-decoding-condition): Add
193         "text/x-rot13-47-48".
194
195 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
196
197         * mime-edit.el (mime-edit-normalize-body): Use
198         `mule-caesar-region' instead of `caesar-region'.
199
200         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
201         instead of `caesar-region'.
202
203         * mime-def.el: Add autoload for mule-caesar.el.
204
205         * mime-def.el: Function caesar-region was abolished.
206
207 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
208
209         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
210         `caesar-region'.
211
212 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * mime-view.el (mime-view-define-keymap): Use
215         `set-keymap-default-binding' for XEmacs.
216
217 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
218
219         * mime-play.el (mime-display-caesar): Don't use
220         `buffer-substring'.
221
222         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
223         `view-mode-enter'.
224
225 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
226
227         * mime-play.el: Don't require `view'.
228         
229         Constant `mime-view-text/plain-mode-map' was abolished.
230
231         Function `mime-view-text/plain-mode' and
232         `mime-view-text/plain-exit' were abolished.
233
234         (mime-display-caesar): Use `view-mode-enter mother' instead of
235         `mime-view-text/plain-mode'.
236
237 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
238
239         * mime-play.el, mime-view.el (mime/content-decoding-condition):
240         `mime-article/decode-caesar' -> `mime-display-caesar'.
241
242 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
243
244         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
245
246 \f
247 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
248
249         * SEMI: Version 0.83 was released.
250
251 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * mime-def.el: Overlay is required by emu.
254
255 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * mime-image.el, mime-view.el, mime-text.el:
258         `mime-preview/filter-' -> `mime-view-filter-'.
259
260         * mime-view.el: `mime-preview/get-original-major-mode' ->
261         `mime-view-get-original-major-mode'.
262
263 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
264
265         * mime-view.el (mime-view-mode): Hide mime-echo window.
266
267         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
268         mime-play.el.
269
270         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
271         mime-view.el.
272
273         * mime-play.el (mime-hide-echo-buffer): New inline function.
274
275         * mime-play.el (mime-echo-window-height): New variable.
276
277 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * mime-edit.el (mime-edit-content-end): Abolish unused local
280         variable `beg'.
281
282 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * mime-view.el (mime-view-follow-current-entity): Abolish unused
285         local variable `rc'.
286
287 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
288
289         * eword-encode.el (eword-encode-field): Intern down-cased
290         field-name and use `memq' instead of `member' to detect a field is
291         address-list or not.
292
293 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
294
295         * mime-pgp.el (mime-article/check-pgp-signature): Use
296         `insert-buffer-substring'.
297
298 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * mime-pgp.el (mime-article/check-pgp-signature):
301         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
302
303         * mime-play.el: `mime-article/show-output-buffer' ->
304         `mime-show-echo-buffer'.
305
306         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
307         `mime-echo-window-is-shared-with-bbdb'.
308
309 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * mime-play.el: Variable
312         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
313         mime-def.el.
314
315         * mime-def.el: Variable
316         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
317         mime-play.el.
318
319 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
320
321         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
322         `mime-echo-buffer-name'.
323
324         * mime-play.el: `mime/output-buffer-name' ->
325         `mime-echo-buffer-name'.
326
327         * mime-pgp.el (mime-article/check-pgp-signature):
328         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
329
330         * mime-def.el (mime-echo-buffer-name): Renamed from
331         `mime/output-buffer-name'.
332
333 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
334
335         * mime-edit.el (mime-edit-content-end): Abolish unused local
336         variable `top'.
337
338         * mime-view.el: Function `mime-view-make-preview-buffer' was
339         abolished.
340
341         * mime-view.el: `mime-view-setup-buffer' ->
342         `mime-view-setup-buffers'.
343
344 \f
345 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
346
347         * MU: Version 0.40.2 was released.
348         * SEMI: Version 0.75 was released.
349
350 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
351
352         * mime-edit.el (mime-edit-translate-single-part-tag): Add
353         DOC-string.
354
355 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * mime-view.el: `mime::preview/original-major-mode' ->
358         `mime-view-original-major-mode'.
359
360 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
361
362         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
363         `mime-mother-buffer'.
364
365 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
366
367         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
368         `mime::preview/article-buffer' -> `mime-raw-buffer'.
369
370 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
371
372         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
373         mime-view.el: `mime::article/preview-buffer' ->
374         `mime-view-buffer'.
375
376 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
377
378         * mime-view.el: Structure `mime::preview-content-info' was
379         abolished.
380
381         (mime-view-setup-buffer): Return only
382         `mime::article/preview-buffer'.
383
384         (mime-view-make-preview-buffer): Don't generate
385         preview-content-list; Return only `mime::article/preview-buffer'.
386
387         (mime-view-display-entity): Don't create
388         `mime::preview-content-info'.
389
390         (mime-view-mode): Don't set for `mime::preview/content-list'.
391
392 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
393
394         * mime-partial.el (mime-combine-message/partials-automatically):
395         Don't use preview-content-list.
396
397 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
398
399         * semi-setup.el: Don't require mime-partial; It is autoloaded.
400
401         * mime-partial.el: `mime-article/grab-message/partials' ->
402         `mime-combine-message/partials-automatically'.
403
404         * mime-partial.el: `mime-partial/preview-article' ->
405         `mime-view-partial-message'.
406
407         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
408         `mime-view-partial-message-method-alist'.
409
410         * mime-play.el
411         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
412         preview-content-list.
413
414         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
415         -> `mime-show-message-mode'.
416
417         * mime-pgp.el (mime-article/view-application/pgp):
418         `mime/show-message-mode' -> `mime-show-message-mode'.
419
420         * mime-view.el (mime-view-follow-current-entity): New
421         implementation.
422
423 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
424
425         * mime-view.el: `mime-view-follow-content' ->
426         `mime-view-follow-current-entity'.
427
428         * mime-view.el (mime-view-mode): Don't use preview-content-list to
429         move to initial point.
430
431         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
432         abolished.
433
434         * mime-view.el: Function `mime-preview/point-pcinfo' was
435         abolished.
436
437         * mime-view.el: Function `mime-preview/point-content-number' was
438         abolished.
439
440         * mime-play.el (mime-view-play-current-entity): New
441         implementation.
442
443 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
444
445         * mime-view.el (mime-view-quit): Use variable
446         `mime::preview/original-major-mode'.
447
448         * mime-view.el (mime-view-show-summary): Use variable
449         `mime::preview/original-major-mode'.
450
451         * mime-view.el (mime-view-scroll-down-entity): New implementation.
452
453         * mime-view.el (mime-view-scroll-up-entity): New implementation.
454
455 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
456
457         * mime-view.el: `mime-view-scroll-down-content' ->
458         `mime-view-scroll-down-entity'.
459
460         * mime-view.el: `mime-view-scroll-up-content' ->
461         `mime-view-scroll-up-entity'.
462
463         * mime-view.el (mime-view-move-to-next): New implementation.
464
465 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
466
467         * mime-view.el: `mime-view-next-content' ->
468         `mime-view-move-to-next'.
469
470         * mime-view.el (mime-view-move-to-previous): New implementation.
471
472         * mime-view.el: `mime-view-previous-content' ->
473         `mime-view-move-to-previous'.
474
475         * mime-view.el: `mime-view-up-content' ->
476         `mime-view-move-to-upper'.
477
478 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
479
480         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
481         `mime-show-message-mode'.
482
483         * mime-view.el (mime-view-up-content): New implementation.
484
485         * mime-view.el: `mime-preview/display-content' ->
486         `mime-view-display-entity'.
487
488         * mime-view.el (mime-preview/display-content): Put
489         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
490
491         * mime-view.el: Variable `mime-view-visible-field-regexp' was
492         abolished.
493
494         * mime-view.el: `mime-preview/cut-header' ->
495         `mime-view-cut-header'.
496
497         * mime-view.el (mime-view-entity-separator-function): New
498         implementation.
499
500         * mime-view.el: `mime-preview/default-content-separator' ->
501         `mime-view-entity-separator-function'.
502
503 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
504
505         * mime-view.el (mime-view-header-visible-p): Abolish optional
506         argument `ctype'.
507
508         * mime-view.el (mime-view-entity-button-function): New
509         implementation.
510
511         * mime-view.el: Variable
512         `mime-view-content-button-ignored-ctype-list' was abolished.
513
514         * mime-view.el: `mime-preview/default-content-button-function' ->
515         `mime-view-entity-button-function'.
516
517         * mime-view.el: Variable `mime-preview/content-button-function'
518         was abolished.
519
520         * mime-def.el (mime-add-button): New implementation.
521
522         * mime-view.el (mime-view-insert-entity-button): modified.
523
524         * mime-view.el: `mime-preview/insert-content-button' ->
525         `mime-view-insert-entity-button'.
526
527         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
528         is optional argument `ctype' is not nil.
529
530 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
531
532         * mime-view.el: `mime-print-entity' ->
533         `mime-view-print-current-entity'.
534
535         * mime-view.el: `mime-extract-entity' ->
536         `mime-view-extract-current-entity'.
537
538         * mime-play.el, mime-view.el: `mime-play-entity' ->
539         `mime-view-play-current-entity'.
540
541         * mime-view.el (mime-play-entity, mime-extract-entity,
542         mime-print-entity): Add DOC-string.
543
544         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
545
546         * mime-view.el: `mime-view-extract-content' ->
547         `mime-extract-entity'.
548
549         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
550
551         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
552         mime-view.el.
553
554         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
555         mime-play.el.
556
557 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
558
559         * mime-view.el: Use `mime-play-entity' instead of
560         `mime-view-play-content'.
561
562 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
563
564         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
565         `mime-play-entity'.
566
567         * mime-view.el (mime-view-play-content, mime-view-extract-content,
568         mime-view-print-content): Modify to use optional argument `mode'.
569
570 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * mime-play.el (mime-preview/decode-content,
573         mime-article/decode-content): Add new optional argument `mode'.
574
575 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
576
577         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
578         `mime-text-decode-buffer-maybe'.
579
580         * mime-text.el: `mime-preview/decode-text-buffer' ->
581         `mime-decode-text-body'.
582
583         * mime-view.el (mime-view-visible-media-type-list): Add
584         "text/rfc822-headers".
585
586 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * mime-image.el, mime-view.el:
589         `mime-view-default-showing-Content-Type-list' ->
590         `mime-view-visible-media-type-list'.
591
592 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
593
594         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
595
596         * mime-pgp.el (mime-article/view-application/pgp):
597         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
598
599         * mime-text.el: `mime-charset/decode-buffer' ->
600         `mime-text-decode-buffer'.
601
602 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
603
604         * mime-pgp.el (mime-article/view-application/pgp):
605         `mime-raw::text-decoder' -> `mime-text-decoder'.
606
607         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
608
609 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
610
611         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
612         mime-view.el.
613
614         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
615         mime-text.el.
616
617 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
618
619         * mime-pgp.el (mime-article/view-application/pgp): Use
620         `insert-buffer-substring'.
621
622 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
623
624         * mime-pgp.el (mime-article/view-application/pgp):
625         `mime::article/code-converter' -> `mime-raw::text-decoder'.
626
627         * mime-play.el (mime-article/view-message/rfc822):
628         `mime::article/code-converter' -> `mime-raw::text-decoder'.
629
630         * mime-text.el (mime-preview/decode-text-buffer):
631         `mime::article/code-converter' -> `mime-raw::text-decoder'.
632
633         * mime-view.el: `mime::article/code-converter' ->
634         `mime-raw::text-decoder'.
635
636 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
637
638         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
639         variables `charset' and `mime::article/preview-buffer'.
640
641         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
642         variable `mode'.
643
644 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
645
646         * mime-image.el (mime-preview/filter-for-image): Abolish unused
647         local variable `charset'.
648
649         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
650         local variable `status'.
651
652         * mime-pgp.el: (mime-article/view-application/pgp,
653         mime-article/add-pgp-keys): Abolish unused local variable
654         `cur-buf'.
655
656         * mime-image.el (mime-preview/filter-for-image,
657         mime-preview/filter-for-application/postscript): Abolish unused
658         local variable `mode'.
659
660 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * mime-text.el
663         (mime-preview/filter-for-text/richtext,
664         mime-preview/filter-for-text/enriched): Abolish unused local
665         variable `mode'.
666
667         * mime-text.el (mime-preview/decode-text-buffer): New
668         implementation.
669
670         * mime-view.el (mime-view-follow-content): Abolish unused
671         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
672         and `hb'.
673
674         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
675         `multipart'.
676
677         * mime-file.el (mime-article/extract-file): Abolish unused local
678         variable `the-buf'.
679
680         * mime-tar.el: Quote *autoconv*.
681
682 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
683
684         * mime-partial.el (mime-article/grab-message/partials): Unused
685         local variable `mother' was abolished.
686
687         * mime-play.el (mime-article/decode-caesar): Unused local variable
688         `cur-buf' was abolished.
689
690         * mime-play.el (mime-article/decode-message/external-ftp): Unused
691         local variable `access-type' was abolished; Comment out `mode'.
692
693         * mime-play.el (mime-article/view-message/rfc822): Unused local
694         variable `cur-buf' was abolished.
695
696         * mime-text.el (mime-preview/filter-for-text/richtext,
697         mime-preview/filter-for-text/enriched): Unused local variable `m'
698         was abolished.
699
700         * mime-parse.el (mime-parse-multipart):
701         Unused local variable `ct' was abolished.
702
703         * eword-encode.el: Require eword-decode.
704
705         * mime-image.el (mime-preview/filter-for-application/postscript):
706         Unused local variable `m' was abolished.
707
708 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
709
710         * mime-pgp.el: (mime-article/view-application/pgp):
711         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
712
713         * mime-pgp.el (mime-pgp-command): New variable.
714
715         (mime::article/call-pgp-to-check-signature): Use variable
716         `mime-pgp-command'. (cf. [tm-en:1259])
717
718 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
719
720         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
721         (cf. [tm-en:1259])
722
723 \f
724 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
725
726         * emu: Version 7.40.1 was released.
727         * APEL: Version 3.2 was released.
728         * bitmap-mule: Version 7.17 was released.
729         * MU: Version 0.40.1 was released.
730         * MEL: Version 6.3 was released.
731         * SEMI: Version 0.72 was released.
732
733 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
734
735         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
736
737 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
738
739         * mail-mime-setup.el: New module.
740
741         * mime-setup.el: Only loads MUA specific setup files.
742
743         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
744         moved from mime-setup.el.
745
746         * semi-setup.el: Setting for gnus-mime was moved to
747         gnus-mime/gnus-mime-setup.el.
748
749         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
750
751         * Makefile: modified for SEMI package.
752
753 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
754
755         * SEMI-MK: Don't compile and install other packages.
756
757 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
758
759         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
760         `add-minor-mode'.
761
762         * mime-image.el (mime-preview/filter-for-image): Don't use
763         `assoc-value'.
764
765 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
768         were abolished; Use `mime-edit-mode-map' directly.
769
770         Use "C-c C-m" for enclosure commands.
771
772         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
773         for `mime-edit-set-encrypt'.
774
775 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * semi-setup.el: Require file-detect.
778
779 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
780
781         * SEMI-CFG: Delete variables about other packages.
782
783 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
784
785         * mime-def.el: Variable `mime-temp-directory' was moved to
786         mel/mel.el.
787
788 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
789
790         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
791
792         * mime-view.el (mime/content-decoding-condition): Set up for
793         `mime-article/decode-message/external-ftp'.
794
795         * semi-setup.el: tm-latex.el was abolished.
796
797         * semi-setup.el: tm-ftp is merged to mime-play.el.
798
799         * mime-play.el (mime-article/dired-function): New variable; copied
800         from tm-ftp.el.
801
802         (mime-article/dired-function-for-one-frame,
803         mime-article/decode-message/external-ftp): New function; copied
804         from tm-ftp.el.
805
806 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
807
808         * mime-partial.el (mime-article/grab-message/partials): Don't use
809         `assoc-value'.
810
811 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * mime-play.el: Require filename.
814
815 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
816
817         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
818
819         * mime-setup.el: Use `turn-on-mime-edit' instead of
820         `mime-edit-mode'.
821
822         * mime-edit.el (mime-edit-decode-buffer): Renamed from
823         `mime-editor::edit-again'; optional argument `code-conversion' was
824         changed to `not-decode-text' (behavior was reversed).
825         (mime-edit-again): modified for `mime-edit-decode-buffer'.
826
827         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
828         variable.
829
830         * mime-edit.el (mime-edit-again): optional argument
831         `code-conversion' was changed to `not-decode-text' (behavior was
832         reversed); optional argument `no-mode' was renamed to
833         `not-turn-on'; `mail-header-separator' was replaced to null line
834         before converting.
835
836 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
837
838         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
839         `mime-edit-toggle-mode' -> `mime-edit-mode'.
840         
841         Alias `mime-mode' was abolished.
842
843 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
844
845         * eword-encode.el (eword-encode-header): fixed.
846
847         * mime-edit.el: Comments was modified.
848         (mime-edit-mode): DOC-string was modified.
849
850         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
851         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
852         was abolished.
853
854         * mime-edit.el: `mime-edit-minor-mime-map' ->
855         `mime-edit-mode-map'.
856
857         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
858
859         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
860
861 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
862
863         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
864
865 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
866
867         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
868
869 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
872
873 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
874
875         * mime-def.el (mime-temp-directory): Refer environment variable
876         "MIME_TMP_DIR" as default value.
877
878 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
879
880         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
881         were abolished.
882
883         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
884         (mime-article/check-pgp-signature), mime-partial.el
885         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
886         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
887         was renamed to `mime-temp-directory'.
888
889         * mime-edit.el: `mime/edit-again' was renamed to
890         `mime-edit-again'.
891
892 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
893
894         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
895         renamed to `mime-temp-message-mode'.
896
897         * mime-edit.el: Draft preview feature was abolished.
898
899         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
900
901         Buffer local variable `mime/editing-buffer' was renamed to
902         `mime-edit-buffer'.
903
904         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
905         (mime-edit-x-emacs-value): New variable.
906         (mime-edit-translate-body): Insert X-Emacs field if variable
907         `mime-edit-insert-x-emacs-field' is not nil.
908
909 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
910
911         * mime-view.el (mime-preview/insert-content-button): Don't use
912         function `assoc-value'.
913
914 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
915
916         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
917
918 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
919
920         * SEMI-MK: compile and install emu and apel.
921
922 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
923
924         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
925
926         * mime-bbdb.el: Renamed from tm-bbdb.el.
927
928         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
929         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
930         (load-path): Add "../apel" instead of "../tl".
931
932         * SEMI-ELS: alist.el was moved to ../apel/.
933
934 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
935
936         * mime-parse.el: Require emu; Function `char-list-to-string' was
937         abolished.
938
939         * mime-edit.el: Require emu; definitions about visible/invisible
940         were abolished.
941
942 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
943
944         * eword-encode.el: Require emu; function
945         `find-non-ascii-charset-string' and
946         `find-non-ascii-charset-region' were abolished.
947
948         * mime-def.el: Require atype; functions about atype were
949         abolished.
950
951 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
952
953         * mime-def.el: Require emu; Variable `running-xemacs' was
954         abolished; Macro `defun-maybe' was abolished; Function `functionp'
955         was abolished; Variable `charsets-mime-charset-alist',
956         `default-mime-charset' and `mime-charset-coding-system-alist' were
957         abolished; Function `mime-charset-to-coding-system',
958         `charsets-to-mime-charset', `detect-mime-charset-region',
959         `encode-mime-charset-region', `decode-mime-charset-region',
960         `encode-mime-charset-string' and `decode-mime-charset-string' were
961         abolished.
962
963 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
964
965         * mime-def.el (charsets-to-mime-charset): New function; copied
966         from emu.el.
967
968         * eword-encode.el: Use `char-bytes' instead of `char-length'.
969
970         * mime-def.el (eliminate-top-spaces): New inline-function; copied
971         from tl-str.el.
972
973         * mime-edit.el: Fixed about definition of visible/invisible
974         functions for XEmacs.
975
976 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
977
978         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
979         copied from emu-19.el.
980         (invisible-region, invisible-p, next-visible-point): New function;
981         copied from emu-19.el and emu-xemacs.el.
982         (visible-region): New function; copied from emu-19.el.
983                 
984         * mime-edit.el (mime-edit-make-boundary): New function.
985         (mime-edit-translate-body, mime-edit-translate-region): Use
986         `mime-edit-make-boundary'.
987         
988         * mime-edit.el (replace-space-with-underline): New inline
989         function; copied from tl-str.el.
990         
991 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
992
993         * eword-encode.el (find-non-ascii-charset-region): New
994         inline-function; copied from emu-e20.el.
995
996 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
997
998         * mime-def.el: Require cl.
999
1000         * mime-view.el (mouse-button-2): New variable; copied from
1001         emu-19.el and emu-xemacs.el.
1002
1003         * mime-def.el (defun-maybe): New macro; copied from emu.el.
1004         (functionp): New function; copied from emu.el.
1005
1006 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1007
1008         * mime-play.el: Supports only Emacs/mule API.
1009
1010         * mime-def.el (field-unify): Fixed.
1011
1012         * semi-setup.el: Don't require mime-play.
1013
1014         * mime-def.el: Function `put-fields' were abolished.
1015
1016         * mime-def.el: atype functions were moved from mime-play.el.
1017
1018         * mime-play.el: atype functions were moved to mime-def.el.
1019
1020 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1021
1022         * mime-def.el (call-after-loaded): New function; moved from
1023         semi-setup.el.
1024
1025         * semi-setup.el: Function `call-after-loaded' was moved to
1026         mime-def.el; require mime-def.
1027
1028 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1029
1030         * semi-setup.el: require mime-play instead of mime-view when
1031         compiling.
1032
1033 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1034
1035         * SEMI-MK: BINS were abolished.
1036
1037         * SEMI-CFG: require cl.
1038
1039         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
1040
1041 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1042
1043         * SEMI-MK: Renamed from TM-MK.
1044
1045         * SEMI-CFG: Don't require tl-misc.
1046
1047         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
1048
1049 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1050
1051         * mime-play.el (field-unify): Fixed.
1052
1053 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1054
1055         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
1056         Require alist.
1057
1058         * alist.el: New module; separated from tl-list.el.
1059
1060         * mime-play.el: Function `put-alist' and `del-alist' were moved to
1061         alist.el.
1062
1063         * mime-play.el (mime-article/coding-system-alist): Use
1064         `no-conversion' instead of *noconv*.
1065
1066 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1067
1068         * mime-parse.el (char-list-to-string): New inline-function; copied
1069         from emu-19.el.
1070
1071 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1072
1073         * mime-parse.el (symbol-concat): New inline-function; copied from
1074         tl-str.el.
1075
1076         * semi-setup.el: require 'mime-view when compiling.
1077
1078         * mime-parse.el (regexp-*): New inline-function; copied from
1079         tl-str.el.
1080
1081 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1082
1083         * semi-setup.el (running-xemacs): New variable.
1084
1085 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1086
1087         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
1088
1089         * mime-def.el: fixed DOC string.
1090
1091 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1092
1093         * eword-decode.el: Don't require emu.
1094
1095         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
1096         mime-charset-coding-system-alist): New variable; copied from
1097         emu-e20.el.
1098         (mime-charset-to-coding-system, detect-mime-charset-region,
1099         encode-mime-charset-region, decode-mime-charset-region,
1100         encode-mime-charset-string, decode-mime-charset-string): New
1101         function; copied from emu-e20.el.
1102
1103         * eword-encode.el (find-non-ascii-charset-string): New
1104         inline-function; copied from emu-e20.el.
1105
1106 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1107
1108         * mime-tar.el: Don't require emu.
1109
1110 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1111
1112         * mime-play.el (put-alist, del-alist): New function; copied from
1113         tl-list.el.
1114         (put-fields, field-unifier-for-default, field-unifier-for-mode,
1115         field-unify, assoc-unify, get-unified-alist, delete-atype,
1116         remove-atype, replace-atype, set-atype): New function; copied from
1117         tl-atype.el.  Don't require tl-atype.
1118
1119 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1120
1121         * semi-setup.el (call-after-loaded): New function; imported from
1122         tl-misc.el; Don't require tl-misc.
1123
1124 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1125
1126         * mime-pgp.el: Renamed from tm-pgp.el.
1127
1128 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1129
1130         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
1131         mime-mc.el.
1132
1133         * mime-mc.el: Renamed from tm-edit-mc.el.
1134
1135 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1136
1137         * mime-text.el: `tm:mother-button-dispatcher' ->
1138         `mime-button-mother-dispatcher'.
1139         
1140         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
1141         mime-view.el, mime-tar.el (mime-tar-set-properties):
1142         `tm:add-button' -> `mime-add-button'.
1143         
1144         * mime-file.el: Renamed from tm-file.el.
1145
1146 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1147
1148         * eword-decode.el: Must require emu.
1149
1150         * eword-decode.el (eword-decode-region): Unused local variable
1151         `charset', `encoding' and `text'.
1152
1153 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1154
1155         * eword-decode.el (eword-decode-encoded-word): Use
1156         `add-text-properties' directly.
1157
1158 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1159
1160         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
1161
1162         * mime-def.el (running-xemacs): New variable; if it is not nil,
1163         require overlay.
1164
1165         * mime-def.el (regexp-or): New function.
1166
1167 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1168
1169         * mime-tar.el: Renamed from tm-tar.el.
1170
1171         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
1172         -> `mime-button-dispatcher'.
1173
1174         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
1175
1176         * mime-def.el: `tm:mother-button-dispatcher' ->
1177         `mime-button-mother-dispatcher'.
1178
1179         * mime-def.el: `semi-data' -> `mime-button-data'.
1180
1181         * mime-def.el: `semi-callback' -> `mime-button-callback'.
1182
1183         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
1184
1185         * mime-def.el: `tm:button-face' -> `mime-button-face'.
1186
1187         * mime-def.el (tm:add-button, tm:button-dispatcher):
1188         `mime-callback' was renamed to `semi-callback'; `mime-data' was
1189         renamed to `semi-data'.
1190
1191 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1192
1193         * mime-def.el (tm:add-button): Use `make-overlay' directly.
1194
1195         * mime-def.el (tm:add-button): Use `overlay-put' directly.
1196
1197 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1198
1199         * mime-text.el: `tm:browse-url' was renamed to
1200         `mime-text-browse-url'.
1201
1202         * mime-text.el: Require browse-url.
1203
1204         * mime-text.el: `tm:URL-regexp' was renamed to
1205         `mime-text-url-regexp'.
1206
1207         * mime-text.el: Variable `tm:URL-regexp',
1208         `browse-url-browser-function' and function `tm:browse-url' were
1209         moved from mime-def.el.
1210
1211         * mime-def.el: Variable `tm:URL-regexp',
1212         `browse-url-browser-function' and function `tm:browse-url' were
1213         moved to mime-text.el.
1214
1215         * eword-decode.el: Variable `tm:warning-face' was renamed to
1216         `eword-warning-face'.
1217
1218         * eword-decode.el: Variable `tm:warning-face' was moved from
1219         mime-def.el.
1220
1221         * mime-def.el: Variable `tm:warning-face' was moved to
1222         eword-decode.el.
1223
1224         * mime-def.el: Function `tm:set-face-region' was abolished.
1225
1226         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
1227         `mime-make-charset-default-encoding-alist'.
1228
1229         * mime-edit.el: `mime-edit-transfer-level' ->
1230         `mime-transfer-level'.
1231
1232         * mime-edit.el: Function `mime/encoding-name' was renamed to
1233         `mime-encoding-name'.
1234
1235         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
1236         was abolished.
1237
1238         * mime-edit.el: Function `mime/encoding-name' was moved from
1239         mime-def.el.
1240
1241         * mime-def.el: Function `mime/encoding-name' was moved to
1242         mime-edit.el.
1243
1244 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1245
1246         * mime-edit.el: Variable `mime-charset-type-list' was moved from
1247         mime-def.el.
1248
1249         * mime-def.el: Variable `mime-charset-type-list' was moved to
1250         mime-edit.el.
1251
1252 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1253
1254         * eword-encode.el (eword-encode-header): fixed typo.
1255
1256 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1257
1258         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
1259         mime-editor::edit-again): Don't use `assoc-value'; Don't require
1260         tl-list.
1261
1262 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1263
1264         * mime-play.el: require tl-atype.
1265
1266         * mime-view.el: Don't require tl-atype.
1267
1268 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1269
1270         * mime-view.el: Don't require tl-misc.
1271
1272 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1273
1274         * eword-encode.el (eword-encode-header): Use function `assoc-if'
1275         instead of `ASSOC'; require cl instead of tl-list.
1276
1277         * mime-parse.el (define-structure): New macro; Don't require
1278         tl-misc.el.
1279
1280         * mime-view.el (mime-preview/insert-content-button): Don't use
1281         function `assoc-value'.
1282
1283         * mime-view.el: Require cl instead of tl-list.
1284
1285         * mime-view.el: Don't require tl-str.el.
1286
1287 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1288
1289         * mime-parse.el (define-structure): New macro; Don't require
1290         tl-misc.el.
1291
1292         * mime-view.el (mime-preview/insert-content-button): Don't use
1293         function `assoc-value'.
1294
1295         * mime-view.el: Require cl instead of tl-list.
1296
1297         * mime-view.el: Don't require tl-str.el.
1298
1299 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1300
1301         * eword-decode.el: Constant
1302         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
1303
1304         * eword-decode.el (quoted-printable-hex-chars,
1305         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1306         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
1307         from mime-def.el.
1308         
1309         * mime-def.el (quoted-printable-hex-chars,
1310         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1311         eword-Q-encoding-and-encoded-text-regexp): Moved to
1312         eword-decode.el.
1313         
1314         * eword-decode.el (base64-token-regexp,
1315         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
1316         constant; moved from mime-def.el.
1317         
1318         * mime-def.el: Constant `base64-token-regexp',
1319         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
1320         were moved to eword-decode.el.
1321         
1322         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
1323         was abolished.
1324
1325 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1326
1327         * eword-decode.el: Don't require emu.
1328
1329         * eword-decode.el: Don't require tl-str.el.
1330
1331         * mime-def.el (get-version-string): New inline-function; imported
1332         from tl-str.el.
1333
1334 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1335
1336         * mime-setup.el: Function `mime/encode-message-header' was renamed
1337         to `eword-encode-header'.
1338
1339         * mime-edit.el, eword-encode.el: Function
1340         `eword-encode-message-header' was renamed to
1341         `eword-encode-header'.
1342
1343 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1344
1345         * eword-decode.el (eword-decode-header): New optional argument
1346         `SEPARATOR'; Use function `std11-narrow-to-header'.
1347
1348         * mime-view.el, mime-setup.el, eword-decode.el: Function
1349         `eword-decode-message-header' was renamed to
1350         `eword-decode-header'.
1351
1352 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1353
1354         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
1355         Function `mime/encode-message-header' was renamed to
1356         `eword-encode-message-header'.
1357
1358 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1359
1360         * mime-view.el: Function `mime-eword/decode-string' was renamed to
1361         `eword-decode-string'.
1362
1363         * mime-def.el: `mime/Q-' -> `eword-Q-'.
1364
1365         * mime-def.el: `mime/B-' -> `eword-B-'.
1366
1367 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1368
1369         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
1370         `mime-charset-regexp'.
1371
1372         * mime-def.el: Constant `mime/charset-regexp' was renamed to
1373         `mime-charset-regexp'.
1374
1375 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1376
1377         * mime-view.el: Function `mime/decode-message-header' was renamed to
1378         `eword-decode-message-header'.
1379
1380         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
1381
1382 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1383
1384         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
1385         Function `mime/decode-message-header' was renamed to
1386         `eword-decode-message-header'.
1387
1388 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1389
1390         * SEMI-CFG: Renamed from TM-CFG.
1391
1392         * SEMI-ELS: Renamed from TM-ELS.
1393
1394         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1395         `eword-in-subject-p'.
1396
1397         * eword-encode.el: `mime/' -> `eword-'.
1398
1399         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1400         variable `mime/use-X-Nsubject'.
1401
1402         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1403         `mime/generate-X-Nsubject'.
1404
1405         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1406         variable `mime/no-encoding-header-fields'.
1407
1408         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1409         from `mime/field-encoding-method-alist'.
1410
1411         * eword-encode.el: Renamed from tm-ew-e.el.
1412         
1413         * eword-decode.el: Renamed from tm-ew-d.el.
1414
1415         * mime-view.el: Don't require tm-def.
1416
1417         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1418
1419         * mime-def.el: Renamed from tm-def.el.
1420
1421 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * SEMI-ELS: Renamed from TM-ELS.
1424
1425 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1426
1427         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1428         `eword-in-subject-p'.
1429
1430         * eword-encode.el: `mime/' -> `eword-'.
1431
1432         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1433         variable `mime/use-X-Nsubject'.
1434
1435         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1436         `mime/generate-X-Nsubject'.
1437
1438         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1439         variable `mime/no-encoding-header-fields'.
1440
1441         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1442         from `mime/field-encoding-method-alist'.
1443
1444         * eword-encode.el: Renamed from tm-ew-e.el.
1445         
1446         * eword-decode.el: Renamed from tm-ew-d.el.
1447
1448         * mime-view.el: Don't require tm-def.
1449
1450         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1451
1452 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1453
1454         * mime-def.el: Renamed from tm-def.el.
1455
1456 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1457
1458         * mime-view.el: Don't `suppress-keymap'.
1459
1460 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1461
1462         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
1463
1464         * mime-parse.el: Renamed from tm-parse.el.
1465
1466         * mime-view.el: Key-binding for function
1467         `mime-view-display-x-face' was abolished.
1468
1469 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1470
1471         * mime-setup.el: modified for mime-edit.el.
1472
1473 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1474
1475         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
1476
1477 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1478
1479         * mime-edit.el: based on tm-edit 7.105.
1480
1481         * semi-setup.el: tm-image.el was renamed to mime-image.el.
1482
1483         * mime-image.el: Renamed from tm-image.el.
1484
1485 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1486
1487         * semi-setup.el: Renamed from tm-setup.el.
1488
1489         * mime-setup.el: Setting for GNUS was abolished.
1490
1491         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
1492
1493         * mime-view.el: tm-play.el was renamed to mime-play.el.
1494
1495         * mime-partial.el: Renamed from tm-partial.el.
1496
1497         * mime-play.el: Renamed from tm-play.el.
1498
1499         * mime-view.el: `tm-text' is renamed to `mime-text'.
1500
1501         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
1502         was renamed to `default-keymap-or-function'; optional argument
1503         `default-function' was abolished.
1504
1505         * mime-text.el: `mime-view-code-converter-alist' ->
1506         `mime-text-decoder-alist'.
1507
1508         * mime-text.el: Renamed from tm-text.el.
1509
1510 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1511
1512         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
1513
1514         * mime-view.el: Renamed from tm-view.el.
1515
1516 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1517
1518         * mime-edit.el (mime-file-types): add for patch.
1519
1520         * mime-edit.el: rearrangement.
1521
1522 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1523
1524         * mime-edit.el (mime-editor/normalize-body): Use function
1525         `encode-mime-charset-region' instead of
1526         `mime-charset-encode-region'.
1527
1528 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1529
1530         * mime-edit.el (mime-editor/normalize-body): fixed.
1531
1532         * mime-edit.el (mime-editor/define-charset):
1533         Argument `charset' was changed to
1534         symbol.
1535         (mime-editor/choose-charset): Changed to return symbol.
1536         (mime-editor/normalize-body): charset was changed to symbol.
1537
1538 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1539
1540         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
1541         New function.
1542         (mime-editor/charset-default-encoding-alist): Use function
1543         `mime-editor/make-charset-default-encoding-alist'.
1544         (mime-editor/toggle-transfer-level): Use function
1545         `mime-editor/make-charset-default-encoding-alist'.
1546
1547         * mime-edit.el (mime-editor/choose-charset): Use function
1548         `detect-mime-charset-region' instead of
1549         `mime/find-charset-region'.
1550
1551 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1552
1553         * mime-edit.el (mime/editor-mode): Don't toggle.
1554
1555         (mime-editor/toggle-mode): New function.
1556
1557 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
1558
1559         * mime-edit.el: I think the following is the best way to handle
1560         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
1561         sure if "add-minor-mode" works the same way in earlier versions).
1562         By clicking on the mode line you can turn mime/editor-mode on or
1563         off.
1564
1565 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1566
1567         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
1568         `as-binary-process'.
1569
1570         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
1571         `as-binary-process'.
1572
1573 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1574
1575         * mime-edit.el (mime-editor/split-message-sender-alist): setting
1576         for `mail-mode' was moved to tm-rmail.el.
1577
1578 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1579
1580         * mime-edit.el: Variable
1581         `mime-editor/message-default-sender-alist' was abolished.
1582
1583 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1584
1585         * mime-edit.el: Variable `mime-editor/window-config-alist' was
1586         abolished.
1587
1588 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1589
1590         * mime-edit.el (mime-editor/split-and-send): New implementation.
1591
1592 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1593
1594         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
1595
1596 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1597
1598         * mime-edit.el (mime-editor/define-charset,
1599         mime-editor/set-parameter): Function `mime-set-parameter' was
1600         renamed to `mime-editor/set-parameter'.
1601
1602         * mime-edit.el (mime-set-parameter): New implementation
1603
1604         (mime-editor/translate-single-part-tag): New function.
1605         (mime-editor/translate-region): Use function
1606         `mime-editor/translate-single-part-tag'.
1607
1608 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1609
1610         * mime-edit.el (mime-editor::edit-again): fixed.
1611
1612         * mime-edit.el (mime/edit-again): fixed.
1613
1614         * mime-edit.el (mime-editor::edit-again): modified for new tag
1615         rule.
1616
1617         * mime-edit.el (mime-editor/insert-signature): Use variable
1618         `signature-file-name' instead of `signature'.
1619
1620         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
1621         require begging new-line.
1622
1623         (defconst mime-editor/multipart-end-regexp): Don't require begging
1624         new-line.
1625
1626         (mime-editor/find-inmost): modified for new enclosure tag rule.
1627
1628         (mime-editor/translate-region): modified for new enclosure tag rule.
1629
1630         (mime-editor/enclose-region): modified for new enclosure tag rule.
1631
1632 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1633
1634         * mime-edit.el: Add `(provide 'tm-edit)'.
1635
1636         Do `(run-hooks 'tm-edit-load-hook)' if variable
1637         `mime-edit-load-hook' is not bound.
1638
1639 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1640
1641         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
1642         (mime-editor/normalize-body): fixed.
1643
1644 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1645
1646         * mime-edit.el (mime-editor/normalize-body): fixed.
1647
1648         (mime-editor/content-end): Used function `invisible-p' and
1649         `next-visible-point'.
1650
1651 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1652
1653         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
1654         `invisible-region' instead of `mime-flag-region'.
1655         (mime-editor/normalize-body): Use function `visible-region'
1656         instead of `mime-flag-region'.
1657         (mime-editor/content-end): New implementation.
1658
1659 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1660
1661         * mime-edit.el (mime-editor/enquote-region): New command; bound to
1662         `C-c C-x q'.
1663         
1664         (mime-editor/menu-list): New item for function
1665         `mime-editor/enquote-region'.
1666
1667 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1668
1669         * mime-edit.el (mime-editor/process-multipart-1): Use function
1670         `string-equal' instead of `string='.
1671
1672 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1673
1674         * mime-edit.el (mime-editor/process-multipart-1): fixed about
1675         condition of next tag inserting.
1676
1677 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1678
1679         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
1680
1681 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1682
1683         * mime-edit.el (mime-editor/insert-partial-header): Comment of
1684         Mime-Version field was modified.
1685
1686         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
1687         line break.
1688
1689         * mime-edit.el (mime-editor/version-name): New constant.
1690
1691         (mime-editor/mime-version-value): Use constant
1692         `mime-editor/version-name'.
1693
1694         (mime-editor/insert-partial-header): Use constant
1695         `mime-editor/version-name'.
1696
1697 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1698
1699         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
1700         line break.
1701         (mime-editor/normalize-body): fixed for a tag without line break.
1702
1703         * mime-edit.el (mime-editor/translate-region): fixed for a part
1704         starting without line break.
1705
1706         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
1707         column.
1708         (mime-editor/quoted-single-part-tag-regexp): New constant.
1709         (mime-editor/enquote-region): New function.
1710         (mime-editor/dequote-region): New function.
1711         (mime-editor/process-multipart-1): Processing for ``quote''
1712         enclosure was added.
1713         (mime-editor/translate-body): Use function
1714         `mime-editor/dequote-region'.
1715
1716         (mime-editor/mime-version-value): Comment was renamed.
1717
1718         * mime-edit.el: Renamed from tm-edit.el