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