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