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