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