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