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