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