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