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