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