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