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