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