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