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