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