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