update.
[elisp/semi.git] / ChangeLog
1 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * WEMI: Version 1.5.0 (Kamonomiya) released.
4
5 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * README.en (Required environment): Modify for FLIM 1.3.0.
8
9 1998-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
10
11         * mime-play.el (mime-raw-write-region): New implementation; refer
12         `mime-raw-representation-type' or
13         `mime-raw-representation-type-alist' instead of
14         `mime-raw-buffer-coding-system-alist'.
15
16         * mime-view.el: Abolish variable
17         `mime-raw-buffer-coding-system-alist'.
18
19 1998-06-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
20
21         * mime-pgp.el (mime-method-for-application/pgp): Use
22         `mime-raw-representation-type-alist' instead of
23         `mime-text-decoder-alist'; set up to
24         `mime-raw-representation-type' instead of `mime-text-decoder'.
25
26         * mime-play.el (mime-method-to-display-message/rfc822): Use
27         `mime-raw-representation-type-alist' instead of
28         `mime-text-decoder-alist'; set up to
29         `mime-raw-representation-type' instead of `mime-text-decoder'.
30         (mime-method-to-display-caesar): Use
31         `mime-text-insert-decoded-body'.
32
33         * mime-text.el (mime-raw-representation-type): New variable;
34         abolish `mime-text-decoder'.
35         (mime-text-insert-decoded-body): Change interface; refer
36         `mime-raw-representation-type' or
37         `mime-raw-representation-type-alist' instead of
38         `mime-text-decoder' or `mime-text-decoder-alist'; abolish function
39         `mime-text-decode-buffer' and `mime-text-decode-buffer-maybe'.
40         (mime-preview-text/plain): Modify for new interface of
41         `mime-text-insert-decoded-body'.
42         (mime-preview-text/richtext): Modify for new interface of
43         `mime-text-insert-decoded-body'.
44         (mime-preview-text/enriched): Modify for new interface of
45         `mime-text-insert-decoded-body'.
46
47         * mime-view.el (mime-raw-representation-type-alist): New variable;
48         abolish `mime-text-decoder-alist'.
49
50 1998-05-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
51
52         * mime-parse.el (mime-parse-multipart): fixed.
53
54 \f
55 1998-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * WEMI: Version 1.4.6 (K\e-Dòzu) released.\e-A
58
59 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
60
61         * mime-text.el (mime-text-insert-decoded-body): New function;
62         abolish 'mime-text-decode-body.
63         (mime-preview-text/plain): Use 'mime-text-insert-decoded-body.
64         (mime-preview-text/richtext): Use 'mime-text-insert-decoded-body.
65         (mime-preview-text/enriched): Use 'mime-text-insert-decoded-body.
66
67 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
68
69         * mime-view.el (mime-preview-condition): Set up for
70         'mime-preview-text/enriched instead of
71         'mime-preview-filter-for-text/enriched.
72
73         * mime-text.el (mime-preview-text/enriched): New function; abolish
74         'mime-preview-filter-for-text/enriched.
75
76 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * mime-view.el (mime-preview-condition): Set up for
79         'mime-preview-text/richtext instead of
80         'mime-preview-filter-for-text/richtext.
81
82         * mime-text.el (mime-preview-text/richtext): New function; abolish
83         'mime-preview-filter-for-text/richtext.
84
85 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * mime-view.el: Rename 'mime-view-insert-message/partial-button to
88         'mime-preview-message/partial-button.
89
90 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * mime-view.el (mime-preview-condition): Set up for
93         'mime-preview-text/plain instead of
94         'mime-preview-filter-for-text/plain.
95         (mime-view-insert-message/partial-button): Change interface for
96         new spec of body-presentation-method.
97         (mime-view-display-entity): Change interface of
98         body-presentation-method.
99
100         * mime-text.el (mime-preview-text/plain): New function; abolish
101         'mime-preview-filter-for-text/plain.
102
103 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
104
105         * mime-parse.el (make-mime-entity): Change format.
106         (mime-entity-header-start): New function.
107         (mime-entity-header-end): New function.
108         (mime-entity-body-start): New function.
109         (mime-entity-body-end): New function.
110         (mime-entity-content-type): Modify for new format.
111         (mime-entity-content-disposition): Modify for new format.
112         (mime-entity-encoding): Modify for new format.
113         (mime-entity-children): Modify for new format.
114         (mime-entity-point-min): Change to alias of
115         'mime-entity-header-start.
116         (mime-entity-point-max): Change to alias of 'mime-entity-body-end.
117         (mime-parse-multipart): Modify for 'make-mime-entity.
118         (mime-parse-message): Modify for 'make-mime-entity.
119
120 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * mime-parse.el (mime-parse-multipart): Change interface; abolish
123         local variable 'beg and 'end.
124         (mime-parse-message): Modify for 'mime-parse-multipart.
125
126 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
127
128         * mime-parse.el (mime-parse-multipart): Use
129         'mime-content-type-parameter.
130
131 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
134         function.
135         (mime-read-Content-Transfer-Encoding): Use function
136         'mime-parse-Content-Transfer-Encoding.
137         (mime-parse-message): Use 'mime-parse-* instead of 'mime-read-*.
138
139 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * mime-parse.el: Move 'regexp-* and 'regexp-or to mime-def.el of
142         FLIM (Chao); move 'std11-quoted-pair-regexp, 'std11-qtext-regexp
143         and 'std11-quoted-string-regexp to mime-def.el of FLIM (Chao).  
144
145 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * mime-parse.el: Rename 'rfc822/quoted-string-regexp ->
148         'std11-quoted-string-regexp.
149
150         * mime-parse.el: Rename 'rfc822/qtext-regexp ->
151         'std11-qtext-regexp.
152
153         * mime-parse.el: Rename 'rfc822/quoted-pair-regexp ->
154         'std11-quoted-pair-regexp.
155
156 1998-05-29  Katsumi Yamaoka   <yamaoka@jpl.org>
157
158         * mime-view.el (mime-preview-scroll-down-entity): Use (not (bobp))
159         instead of (> (point) 1).
160
161 1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
162
163         * mime-play.el (mime-preview-play-current-entity): Don't widen.
164
165 1998-05-25  Katsumi Yamaoka   <yamaoka@jpl.org>
166
167         * mime-play.el (mime-raw-play-entity): Abolish point correcting
168         procedures for VM.
169         
170         * mime-play.el (mime-preview-play-current-entity): Do widen befor
171         playing the entity.
172
173 \f
174 1998-05-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * WEMI: Version 1.4.5 (Ninomiya) released.
177
178         * README.en (Mailing lists): Add notice about direct-mail for
179         authors.
180
181 1998-05-20  Katsumi Yamaoka   <yamaoka@jpl.org>
182
183         * VERSION: Add new codenames for WEMI.
184
185 1998-05-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * mime-play.el (mime-raw-dired-function): Don't refer
188         'mime/use-multi-frame.
189
190         * semi-def.el: Abolish variable 'mime/use-multi-frame.
191
192         * semi-def.el: Abolish function 'get-version-string because it is
193         not used.
194
195         * TODO (Don't use filter-model): New item.
196
197         * TODO (Fix problem of dynamic configuration for
198         'mime-acting-condition): Done.
199
200         * TODO (Mother entity should modify preview-situation of
201         children): Done.
202
203 \f
204 1998-05-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
205
206         * WEMI: Version 1.4.4 (\e-DÒiso) released.\e-A
207
208 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
209
210         * mime-setup.el: Avoid warning message of byte-compiler.
211
212 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * mime-view.el (mime-view-setup-buffers): Use
215         'mime-view-display-entity; abolish 'mime-view-display-message.
216         (mime-view-display-entity): fixed.
217
218 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * mime-view.el (mime-view-display-message): fixed.
221
222 1998-05-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * mime-view.el (mime-raw-get-subject): Use
225         'mime-content-disposition-filename.
226
227         * mime-parse.el (mime-content-type-parameter): New function.
228
229         * mime-parse.el (mime-content-disposition-parameter): New
230         function.
231         (mime-content-disposition-filename): New function.
232
233 1998-05-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
234
235         * mime-play.el (mime-raw-get-original-filename): Abolish optional
236         argument 'encoding; modify for 'mime-raw-get-uu-filename.
237
238         * mime-view.el (mime-raw-get-uu-filename): Change interface; don't
239         check encoding.
240         (mime-raw-get-subject): Change interface; new implementation.
241
242 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
243
244         * mime-view.el (mime-view-display-entity): fixed.
245
246         * mime-parse.el (mime-parse-multipart): Change interface.
247
248 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
249
250         * mime-parse.el (make-mime-entity): Add 'content-disposition.
251         (mime-entity-content-disposition): New function.
252         (mime-parse-multipart): Modify for 'make-mime-entity.
253         (mime-parse-message): Modify for 'make-mime-entity.
254
255 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * mime-play.el (mime-raw-play-entity): Don't use
258         'mime-entity-media-type, 'mime-entity-media-subtype and
259         'mime-entity-parameters.
260
261 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
262
263         * mime-view.el (mime-view-display-entity): Don't use
264         'mime-entity-media-type, 'mime-entity-media-subtype and
265         'mime-entity-parameters.
266
267 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
268
269         * mime-view.el (mime-view-display-message): Don't use
270         'mime-entity-media-type, 'mime-entity-media-subtype and
271         'mime-entity-parameters.
272
273 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
274
275         * mime-play.el (mime-mailcap-method-filename-alist): New variable.
276         (mime-mailcap-method-sentinel): New function.
277         (mime-activate-mailcap-method): Use 'mime-mailcap-method-sentinel;
278         don't use 'mime-show-echo-buffer.
279
280 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
281
282         * mime-play.el (mime-activate-mailcap-method): Regard
283         'mime-temp-directory.
284
285 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
286
287         * mime-parse.el (make-mime-entity): Change interface and
288         data-format.
289         (mime-entity-content-type): New access function.
290         (mime-entity-media-type): New implementation.
291         (mime-entity-subtype): New implementation.
292         (mime-entity-parameters): New implementation.
293         (mime-parse-multipart): Change interface; modify for
294         'make-mime-entity.
295         (mime-parse-message): Modify for 'make-mime-entity.
296
297 \f
298 1998-05-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * WEMI: Version 1.4.3 (Hiratsuka) released.
301
302 1998-05-12  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
303
304         * mime-partial.el: start and end of the region fixed.
305
306 1998-05-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
307
308         * mime-parse.el (make-mime-content-type): New function.
309         (mime-parse-Content-Type): Use 'make-mime-content-type.
310         (mime-parse-multipart): Use 'make-mime-content-type.
311
312 1998-05-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
313
314         * mime-parse.el: Change data format of mime-content-disposition.
315
316 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * mime-parse.el: Rename 'mime/Content-Transfer-Encoding ->
319         'mime-read-Content-Transfer-Encoding.
320
321 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * mime-view.el (mime-raw-get-subject): Use
324         'mime-content-disposition-parameters.
325         
326         * mime-play.el (mime-raw-get-original-filename): Use
327         'mime-content-disposition-parameters.
328
329         * mime-parse.el (mime-content-disposition-type): New function.
330         (mime-content-disposition-parameters): New function.
331
332 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
333
334         * mime-parse.el, mime-play.el, mime-view.el: Rename
335         'mime/Content-Disposition -> 'mime-read-Content-Disposition.
336
337 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
338
339         * Makefile (PACKAGE): New variable.
340         (tar): Use $(PACKAGE).
341
342 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
343
344         * mime-parse.el: Change data format of mime-content-type.
345
346 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
347
348         * mime-edit.el (mime-edit-decode-buffer): Use
349         'mime-content-type-primary-type, 'mime-content-type-subtype and
350         'mime-content-type-parameters.
351
352 1998-05-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
353
354         * mime-parse.el (mime-content-type-primary-type): New function.
355         (mime-content-type-subtype): New function.
356         (mime-content-type-parameters): New function.
357         (mime-parse-message): Use 'mime-content-type-primary-type,
358         'mime-content-type-subtype and 'mime-content-type-parameters.
359
360 1998-05-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
361
362         * mime-parse.el: Abolish function 'symbol-concat because it is not
363         used.
364
365 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
366
367         * README.en (Authors): New section.
368
369         * README.en (CVS based development): New section.
370
371 \f
372 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * WEMI: Version 1.4.2 (Chigasaki) released.
375
376         * mime-view.el (mime-preview-move-to-previous): Must regard
377         previous entity separated by null property region.
378         (mime-preview-move-to-next): Must regard next entity separated by
379         null property region.
380
381 1998-05-03  Simon Josefsson  <jas@pdc.kth.se>
382
383        * mime-view.el (mime-preview-move-to-previous): check that new
384        prop is non-null
385
386        * mime-view.el (mime-preview-move-to-next): skip leading null
387        props, check that new prop is non-null
388
389 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * mime-view.el: Use 'ctree-set-calist-with-default instead of
392         'ctree-set-calist-strictly to set up mailcap entries.
393
394 \f
395 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
396
397         * WEMI: Version 1.4.1 (Tsujid\e-Dò) was released.\e-A
398
399         * README.en (Required environment): Modify for FLIM 1.2.0.
400
401 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
402
403         * mime-parse.el: Move 'mime-type/subtype-string to
404         flim/mime-def.el.
405
406 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
407
408         * mime-play.el (mime-sort-situation): New function.
409         (mime-raw-play-entity): Use 'mime-sort-situation.
410
411 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
412
413         * mime-play.el (mime-activate-mailcap-method): Use
414         'mailcap-format-command.
415
416 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
417
418         * README.en (What's SEMI?): Add description about mailcap.
419         (Documentation): Add RFC 1524; change location of RFC.
420
421 \f
422 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
423
424         * WEMI: Version 1.4.0 (Fujisawa) was released.
425
426 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
427
428         * README.en (Required environment): Modify for FLIM 1.1.0.
429
430         * SEMI-CFG: Modify error message for FLIM 1.1.0.
431
432 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
433
434         * semi-def.el: Abolish 'mime/find-file-function because it is not
435         used.
436
437 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
438
439         * TODO (keymap-prefix): done.
440         (mailcap support): done.
441         (Change 'mime-acting-condition to condition-tree format): done.
442         (Unify entity display specifications to 'mime-preview-condition):
443         done.
444
445 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
446
447         * NEWS: Add description for SEMI 1.4.
448
449 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
450
451         * mime-view.el: Abolish setting for tm-sh-scripts.
452
453         * semi-setup.el: Abolish MUA depended signature setting.
454
455         * mail-mime-setup.el: Move setting for 'mail-signature from
456         semi-setup.el.
457
458 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
459
460         * semi-setup.el: Use 'mime-add-condition to set up for mime-pgp.
461
462         * mime-pgp.el: Abolish setting for 'mime-preview-condition and
463         mime-acting-condition.
464
465         * semi-def.el (mime-condition-type-alist): New variable.
466         (mime-condition-mode-alist): New variable.
467         (mime-add-condition): New function.
468
469 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * mime-view.el (mime-acting-condition): Use
472         'ctree-set-calist-with-default to set up 'mime-method-to-save.
473
474 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
475
476         * mime-view.el (mime-acting-condition): Delete setting for
477         metamail.
478
479 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
480
481         * mime-play.el (mime-activate-mailcap-method): New function.
482         (mime-raw-play-entity): Use 'mime-activate-mailcap-method for
483         mailcap method.
484
485         * mime-view.el (mime-acting-condition): Read mailcap.
486
487 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
488
489         * mailcap.el: Move mailcap.el to FLIM.
490
491 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
492
493         * mime-view.el (mime-view-announcement-for-message/partial):
494         Rearrangement.
495
496         * semi-def.el (mime-insert-button): Regard line breaks.
497
498 \f
499 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
500
501         * WEMI: Version 1.3.1 (\e-DÒfuna) was released.\e-A
502
503 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
504
505         * mime-view.el (mime-view-find-every-acting-situation): Change
506         default value to 't again.
507
508 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
509
510         * mime-play.el (mime-raw-play-entity): Sort before registering to
511         'mime-acting-situation-examples.
512
513 \f
514 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * WEMI: Version 1.3.0 (Totsuka) was released.
517
518 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
519
520         * mime-view.el (mime-view-find-every-acting-situation): Change
521         default value to 'nil temporary to avoid problem of popup-menu.
522
523 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
524
525         * SEMI-CFG: Modify messages for APEL 8.7.
526
527         * README.en (Required environment): Modify for APEL 8.7.
528
529 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
530
531         * mime-view.el (mime-view-find-every-acting-situation): Change
532         default value to 't.
533
534 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
535
536         * mime-play.el (mime-save-acting-situation-examples): New
537         function; set up for 'kill-emacs-hook.
538
539         * mime-play.el (mime-acting-situation-examples): Renamed from
540         'mime-user-acting-condition.
541
542         * mime-play.el: Load MIME acting-example file.
543
544         * mime-view.el (mime-acting-situation-examples-file): New
545         variable.
546
547 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * mime-play.el (mime-raw-play-entity): Use
550         'ctree-match-calist-partially.
551
552 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
553
554         * mime-play.el (mime-raw-play-entity): Refer
555         'mime-view-find-every-acting-situation.
556
557         * mime-view.el (mime-view): New customize group.
558         (mime-view-find-every-acting-situation): New variable.
559
560 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * mime-play.el (mime-user-acting-condition): New variable.
563         (mime-raw-play-entity): Refer it.
564
565 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
566
567         * mime-play.el (mime-raw-play-entity): Get all available
568         acting-situations; display menu of methods to select
569         acting-situation to activate.
570
571         * semi-def.el (select-menu-alist): New function.
572
573 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
574
575         * mime-edit.el (mime-edit-mode-entity-prefix): New variable.
576         (mime-edit-mode-entity-map): New variable.
577         (mime-edit-mode-enclosure-prefix): New variable.
578         (mime-edit-mode-enclosure-map): New variable.
579         (mime-edit-mode-map): Use 'mime-edit-mode-entity-map and
580         'mime-edit-mode-enclosure-map.
581
582         * mime-view.el (mime-acting-condition): Fix setting.
583
584 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
585
586         * mime-play.el (mime-raw-play-entity): Use 'ctree-match-calist
587         directly; abolish 'mime/get-content-decoding-alist.
588
589 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
590
591         * mime-view.el (mime-preview-follow-current-entity): Abolish
592         unused local variable 'message-info.
593
594 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * mime-edit.el (mime-edit-split-ignored-field-regexp): Add
597         Message-Id field.
598
599 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
600
601         * mail-mime-setup.el: Must require 'alist.
602
603 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * semi-def.el: Don't require 'atype; abolish function
606         'field-unifier-for-mode.
607
608 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * mime-pgp.el: Use 'ctree-set-calist-strictly instead of
611         'set-atype to set up for 'mime-acting-condition.
612
613         * mime-play.el (mime/get-content-decoding-alist): Use
614         'ctree-match-calist instead of 'get-unified-alist.
615
616         * mime-view.el (mime-acting-condition): Change format from list of
617         atype to ctree.
618
619 \f
620 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
621
622         * WEMI: Version 1.2.4 (Yokohama) was released.
623
624         * NEWS: Modify for SEMI 1.2.4 (Arimagawa).
625
626         * mime-view.el (mime-view-display-message): Check 'message-button
627         is 'visible.
628         (mime-view-display-entity): Check 'header is 'visible.
629
630 1998-04-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
631
632         * mime-view.el: Abolish variable
633         'mime-view-childrens-header-showing-Content-Type-list and function
634         'mime-view-header-visible-p.
635         (mime-preview-follow-current-entity): Don't use
636         'mime-view-header-visible-p.
637
638 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * mime-view.el (mime-preview-condition): Don't display body of
641         message/rfc822 and message/news; add '(entity-button . invisible)
642         to default situation of child entity.
643         (mime-view-display-entity): Don't display entity-button if
644         'entity-button field value of preview-condition is 'invisible.
645
646 \f
647 1998-04-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
648
649         * WEMI: Version 1.2.3 (Kawasaki) was released.
650
651 1998-04-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
652
653         * mime-view.el: Abolish function 'mime-view-body-visible-p and
654         'mime-view-entity-separator-visible-p.
655         (mime-view-display-entity): Don't use
656         'mime-view-entity-separator-visible-p.
657
658 1998-04-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
659
660         * mime-view.el (mime-preview-condition): Specify
661         'childrens-situation field for message/rfc822 and message/news.
662         (mime-view-display-message): Use value of 'childrens-situation
663         field of preview-situation as default-situation of children.
664         (mime-view-display-entity): Add new argument 'default-situation;
665         use it as elements of draft of preview-situation; use value of
666         'header field of preview-situation instead of
667         'mime-view-header-visible-p; use value of 'childrens-situation
668         field of preview-situation as default-situation of children.
669
670 \f
671 1998-04-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
672
673         * WEMI: Version 1.2.2 (Shinagawa) was released.
674
675 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
676
677         * README.en: Modify for FLIM.
678
679 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
680
681         * SEMI-CFG: Modify messages for FLIM and APEL 8.2.
682
683 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
684
685         * SEMI-CFG: Add "flim" instead of "mel" to 'load-path.
686
687 1998-04-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
688
689         * mime-view.el (mime-calist::field-match-method-as-default-rule):
690         New function; setup for calist-field-match-method for 'header and
691         'body.
692
693 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
694
695         * mime-pgp.el (mime-preview-condition): Add (message-button
696         . visible) to application/pgp.
697
698 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
699
700         * mime-view.el (mime-view-display-message): Abolish unused local
701         variable 'ctype.
702         (mime-view-display-entity): Abolish unused local variable 'ctype.
703
704         * mime-view.el (mime-view-display-message): Don't use
705         'mime-view-content-button-visible-ctype-list; abolish it.
706
707 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
708
709         * mime-view.el (mime-view-entity-button-visible-p): Omit to check
710         entity is not message.
711         (mime-view-header-visible-p): Omit to check entity is message.
712         (mime-view-setup-buffers): Call 'mime-view-display-message instead
713         of 'mime-view-display-entity.
714         (mime-view-display-message): New function.
715         (mime-view-display-entity): Abolish local variable
716         'entity-node-id; don't check entity is message or not.
717
718 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
719
720         * SEMI-ELS (semi-modules-to-compile): Delete 'mime-def,
721         'eword-encode and 'eword-decode.
722
723         * mime-def.el, eword-encode.el, eword-decode.el: Abolish
724         mime-def.el, eword-decode.el and eword-encode.el; (moved to FLIM).
725
726 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
727
728         * mime-parse.el (regexp-or): Moved from semi-def.el.
729
730         * semi-def.el: Move 'regexp-or to mime-parse.el.
731         Move 'eliminate-top-spaces to mime-def.el.
732
733         * mime-def.el (eliminate-top-spaces): Moved from semi-def.el.
734
735 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
736
737         * SEMI-ELS (semi-modules-to-compile): Add 'semi-def.
738
739         * semi-setup.el: Require 'semi-def instead of 'mime-def.
740
741         * mime-view.el: Require 'semi-def.
742
743         * mime-def.el: Move SEMI depended definitions to semi-def.el.
744
745         * semi-def.el: Move SEMI depended definitions from mime-def.el.
746
747         * eword-decode.el (eword-decode-version): Don't use
748         `mime-module-version'.
749
750 \f
751 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
752
753         * WEMI: Version 1.2.1 (Shinbashi) was released.
754
755 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * mime-view.el (mime-view-setup-buffers): Don't use
758         'mime-raw-flatten-message-info.
759         (mime-view-display-entity): Display recursively.
760
761 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * TODO: New file.
764
765 \f
766 1998-04-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
767
768         * WEMI: Version 1.2.0 (T\e-Dòkyò) was released.\e-A
769
770         * README.en: Modify for WEMI.
771
772 1998-04-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
773
774         * eword-decode.el (eword-decode-version): Use
775         `mime-module-version' instead of `semi-version'.
776
777         * mime-edit.el (mime-edit-version-string): Use
778         `mime-module-version' instead of `semi-version'.
779
780 1998-04-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
781
782         * mime-text.el (mime-text-add-url-buttons): Use
783         `widget-convert-text' instead of `mime-add-button'.
784
785         * mime-view.el (mime-view-version-string): Use
786         `mime-module-version' instead of `semi-version'.
787         (mime-view-insert-message/partial-button): Use
788         `mime-insert-button'.
789
790         * mime-def.el (mime-module-version): New variable; abolish
791         `semi-version'.
792         (mime-insert-button): Use `widget-create'; abolish
793         `mime-add-button'.
794
795 \f
796 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
797
798         * SEMI: Version 1.2.0 (Nishiizumi) was released.
799
800         * NEWS: Update for SEMI 1.2.
801
802 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
803
804         * mime-text.el: Rename 'mime-view-plain-text-preview-hook ->
805         'mime-preview-text/plain-hook.
806
807         * mime-text.el (mime-text-add-url-buttons): New function.
808         (mime-text-add-url-buttons-maybe): New function.
809
810 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
811
812         * mime-view.el, mime-text.el, mime-image.el: Rename
813         'mime-view-filter-for-* -> 'mime-preview-filter-for-*.
814
815 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
816
817         * mime-text.el: Rename 'mime-decode-text-body ->
818         'mime-text-decode-body.
819
820 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
821
822         * mime-text.el (mime-decode-text-body): Change interface; call
823         'mime-text-decode-hook.
824
825 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
826
827         * VERSION: New file.
828
829 \f
830 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
831
832         * SEMI: Version 1.1.2 (Shin-Nishikanazawa) was released.
833
834 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
835
836         * NEWS: Modify about 'image-format.
837
838         * mime-image.el (mime-view-filter-for-image): Refer 'image-format
839         of preview-situation instead of 'mime-view-image-converter-alist;
840         abolish variable 'mime-view-image-converter-alist.
841
842 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
843
844         * NEWS: Modify about 'body-filter.
845
846 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
847
848         * mime-image.el: Abolish 'mime-view-ps-to-gif-command.
849
850         * mime-image.el (mime-view-filter-for-image): Change interface.
851         Abolish `mime-view-filter-for-application/postscript'.
852
853         * mime-text.el (mime-view-filter-for-text/plain): Change
854         interface.
855         (mime-view-filter-for-text/richtext): Change interface.
856         (mime-view-filter-for-text/enriched): Change interface.
857
858         * mime-view.el (mime-view-display-entity): Change interface of
859         body-filter.
860
861 1998-03-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
862
863         * mime-image.el (mime-preview-condition): Set 'with-filter in
864         body-presentation-method for body-filter.
865
866         * mime-view.el (mime-view-display-entity): Call body-filter only
867         when body-presentation-method is 'with-filter.
868
869 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mime-view.el (mime-view-display-entity): Modify to omit check
872         for body-presentation-method.
873
874 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
875
876         * NEWS: Modify about `mime-preview-condition'.
877
878 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
879
880         * mime-image.el: Set up for `mime-preview-condition' instead of
881         `mime-view-body-visible-condition' and
882         `mime-view-content-filter-alist'.
883
884         * mime-view.el (mime-preview-condition): New variable.
885         (mime-view-body-visible-p): Use `mime-preview-condition' instead
886         of `mime-view-body-visible-condition'; abolish variable
887         `mime-view-body-visible-condition'.
888         (mime-view-insert-message/partial-button): Add argument
889         `situation'.
890         (mime-view-display-entity): Use `mime-preview-condition' instead
891         of `mime-view-content-filter-alist'; don't hard-coding for
892         `message/partial-button'; abolish variable
893         `mime-view-content-filter-alist'.
894
895 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
896
897         * mime-play.el: Require 'mime-text when compiling.
898
899 1998-03-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
900
901         * eword-decode.el (eword-lexical-analyze-internal): Fixed return
902         value.
903
904         * mime-view.el (mime-view-body-visible-condition): text media-
905         type is always visible.
906
907 \f
908 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
909
910         * SEMI: Version 1.1.1 (Oshino) was released.
911
912         * mime-play.el (mime-method-to-save): Must treat nil encoding as
913         7bit.
914
915 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
916
917         * NEWS: Update for latest version.
918
919 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
920
921         * SEMI-CFG: Must set up load-path before version check codes.
922
923 1998-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
924
925         * mime-view.el: Don't require mime-text.el; add autoload setting
926         for mime-text.el.
927         (mime-text-decoder-alist): moved from mime-text.el.
928         (mime-view-entity-separator-visible-p): New function.
929         Abolish `mime-view-display-header', `mime-view-display-body' and
930         `mime-view-entity-separator-function'.
931
932         * mime-text.el: Require mime-view (mime-text.el is autoloaded by
933         mime-view); variable `mime-text-decoder-alist' was moved to
934         mime-view.el.
935
936         * mime-play.el (mime-method-to-save): fixed.
937
938 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
939
940         * NEWS: New file.
941
942 \f
943 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
944
945         * SEMI: Version 1.1.0 (Nonoichi) was released.
946
947 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
948
949         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
950         Abolish unused local-variable `raw-buf'.
951
952         * mime-play.el (mime-raw-play-entity): fixed.
953
954         * mime-view.el (mime-preview-original-window-configuration): Use
955         `defvar' to avoid warning of byte-compiler.
956
957         * mime-view.el (mime-view-display-entity): Don't use
958         `mime-view-entity-button-function' (abolish it); use
959         `mime-root-entity-p'.
960
961 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
962
963         * mime-view.el (mime-view-entity-button-visible-p): New function.
964         (mime-view-entity-button-function): Use function
965         `mime-view-entity-button-visible-p'.
966
967         * mime-view.el (mime-raw-entity-parent): New function.
968         (mime-view-entity-button-function): Use `mime-raw-entity-parent'.
969
970         * mime-view.el (mime-view-entity-button-function): Use
971         `mime-root-entity-p'.
972
973         * mime-parse.el (mime-root-entity-p): New function.
974
975 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
976
977         * SEMI-CFG: Insert version check code.
978
979 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * mime-image.el: Set up `mime-view-body-visible-condition' instead
982         of `mime-view-visible-media-type-list'.
983
984         * mime-view.el (mime-view-body-visible-condition): New variable.
985         (mime-view-body-visible-p): Use `mime-view-body-visible-condition'
986         instead of `mime-view-visible-media-type-list'.         
987         Abolish `mime-view-visible-media-type-list'.
988
989         * mime-parse.el (mime-type/subtype-string): New function.
990         (mime-entity-type/subtype): Use `mime-type/subtype-string'.
991
992 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
993
994         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
995         Use `mime-raw-write-region'.
996
997         * mime-view.el (mime-raw-buffer-coding-system-alist): Move setting
998         for mh-show-mode.
999
1000         * mime-play.el, mime-view.el: Rename
1001         `mime-raw-coding-system-alist' ->
1002         `mime-raw-buffer-coding-system-alist'.
1003
1004         * mime-view.el, mime-play.el: Move `mime-raw-coding-system-alist'
1005         from mime-play.el to mime-view.el.
1006
1007 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1008
1009         * mime-view.el (mime-raw-point-to-entity-node-id): Use
1010         `mime-raw-find-entity-from-point'.
1011         (mime-raw-point-to-entity-number): Likewise.
1012
1013         * mime-view.el (mime-raw-find-entity-from-point): New function.
1014
1015 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1016
1017         * mime-view.el (mime-view-display-body): Change interface.
1018
1019 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1020
1021         * mime-play.el, mime-view.el: Rename `mime-view-entity-info' ->
1022         `mime-view-entity'.
1023
1024         * mime-view.el: Rename `mime-raw-entity-number-to-entity-info' ->
1025         `mime-raw-find-entity-from-number'.
1026
1027         * mime-pgp.el, mime-view.el: Rename
1028         `mime-raw-entity-node-id-to-entity-info' ->
1029         `mime-raw-find-entity-from-node-id'.
1030
1031         * mime-pgp.el, mime-partial.el, mime-play.el, mime-view.el,
1032         mime-parse.el: Rename `mime-entity-info' -> `mime-entity'.
1033
1034 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1035
1036         * mime-view.el (mime-view-header-visible-p): Change interface.
1037         (mime-view-body-visible-p): Change interface.
1038
1039         * mime-view.el (mime-view-insert-entity-button): Change interface.
1040         (mime-view-entity-button-function): Change interface.
1041
1042         * mime-view.el (mime-view-body-visible-p): Add DOC-string.
1043
1044         * mime-view.el: `rcnum' -> `entity-node-id'.
1045
1046 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1047
1048         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
1049         Don't use temporary buffer for signed entity.
1050
1051         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
1052         Don't use temporary buffer for PGP-signature.
1053
1054 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1055
1056         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
1057         Use `write-region-as-binary'.
1058
1059         * mime-pgp.el (mime-method-to-verify-application/pgp-signature):
1060         Use `mime-write-decoded-region'.
1061
1062         * mime-pgp.el: Rename `rmcnum' -> `mother-node-id'.
1063
1064 1998-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1065
1066         * mime-pgp.el (mime-method-to-decrypt-application/pgp-encrypted):
1067         Use `mime-raw-point-to-entity-node-id'; abolish `entity-number'.
1068
1069         * (mime-method-to-verify-application/pgp-signature): Use
1070         `mime-raw-point-to-entity-node-id'; abolish `entity-number'.
1071
1072         * mime-pgp.el (mime-method-to-verify-multipart/signed): Use
1073         `mime-raw-point-to-entity-node-id'.
1074
1075         * mime-view.el (mime-raw-point-to-entity-node-id): New function.
1076
1077         * mime-view.el, mime-pgp.el: Rename `reversed-entity-number' ->
1078         `entity-node-id'.
1079
1080         * mime-view.el, mime-parse.el: Rename `reversed-number' ->
1081         `node-id'.
1082
1083         * mime-pgp.el: `rcnum' -> `reversed-entity-number'.
1084
1085         * mime-pgp.el: `cnum' -> `entity-number'.
1086
1087         * mime-pgp.el: `beg' -> `start'.
1088
1089 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1090
1091         * mailcap.el (mailcap-look-at-field): Change field-name to symbol.
1092
1093 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1094
1095         * mailcap.el (mailcap-look-at-type-field): Must allow
1096         "implicit-wild".
1097         (mailcap-look-at-field): fixed.
1098
1099 1998-03-13  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1100
1101         * README.en (Bug reports): Modify description of tm mailing list.
1102
1103 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1104
1105         * mime-view.el, mime-play.el: Rename
1106         `mime-view-quitting-method-for-mime-show-message-mode' ->
1107         `mime-preview-quitting-method-for-mime-show-message-mode'.
1108
1109         * mime-play.el, mime-edit.el, mime-view.el: Rename
1110         `mime-view-quitting-method-alist' ->
1111         `mime-preview-quitting-method-alist'.
1112
1113 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * mime-play.el: Rename `mime-article::write-region' ->
1116         `mime-raw-write-region'.
1117
1118 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * mime-pgp.el, mime-play.el: Rename `mime-playback-entity' ->
1121         `mime-raw-play-entity'.
1122
1123         * mime-play.el, mime-view.el: Rename `mime-view-cinfo' ->
1124         `mime-view-entity-info'.
1125
1126         * mime-view.el, mime-parse.el: Rename `mime-entity-info-rnum' ->
1127         `mime-entity-info-reversed-number'.
1128
1129         * mime-view.el: Rename `mime/flatten-content-info' ->
1130         `mime-raw-flatten-message-info'.
1131
1132         * mime-pgp.el, mime-view.el: Rename `mime-raw-rcnum-to-cinfo' ->
1133         `mime-raw-reversed-entity-number-to-entity-info'.
1134
1135         * mime-view.el: Rename `mime-raw-cnum-to-cinfo' ->
1136         `mime-raw-entity-number-to-entity-info'.
1137
1138         * mime-pgp.el, mime-partial.el, mime-view.el: Rename
1139         `mime-raw-entity-info' -> `mime-raw-message-info'.
1140
1141         * mime-play.el, mime-pgp.el, mime-view.el: Rename
1142         `mime-raw-point-content-number' ->
1143         `mime-raw-point-to-entity-number'.
1144
1145 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1146
1147         * mime-play.el, mime-pgp.el, mime-view.el: Rename ` mime-article/'
1148         -> `mime-raw-'.
1149
1150         * mime-view.el: Rename `mime-view-get-original-major-mode' ->
1151         `mime-preview-original-major-mode'.
1152
1153         * mime-view.el: Rename `mime-view-display-x-face' ->
1154         `mime-preview-display-x-face'.
1155
1156         * mime-play.el, mime-pgp.el, mime-bbdb.el, mime-view.el: Rename
1157         `mime-view-buffer' -> `mime-preview-buffer'.
1158
1159         * mime-play.el, mime-view.el: Rename `mime::preview/' ->
1160         `mime-preview-'.
1161
1162         * mime-view.el: Rename `mime-view-original-major-mode' ->
1163         `mime-preview-original-major-mode'.
1164
1165         * mime-play.el, mime-edit.el, mime-view.el: Rename
1166         `mime-view-kill-buffer' -> `mime-preview-kill-buffer'.
1167
1168         * mime-view.el: Rename `mime-view-show-summary' ->
1169         `mime-preview-show-summary'.
1170
1171         * mime-view.el: Rename `mime-view-quit' -> `mime-preview-quit'.
1172
1173         * mime-view.el: Rename `mime-view-follow-current-entity' ->
1174         `mime-preview-follow-current-entity'.
1175
1176         * mime-view.el: Rename `mime-view-print-current-entity' ->
1177         `mime-preview-print-current-entity'.
1178
1179         * mime-view.el (mime-view-menu-list): Modify menu.
1180
1181         * mime-view.el: Rename `mime-view-extract-current-entity' ->
1182         `mime-preview-extract-current-entity'.
1183
1184         * mime-def.el, mime-play.el, mime-view.el: Rename
1185         `mime-view-play-current-entity' ->
1186         `mime-preview-play-current-entity'.
1187
1188         * mime-view.el: Rename `mime-view-previous-line-content' ->
1189         `mime-preview-previous-line-entity'.
1190
1191         * mime-view.el: Rename `mime-view-next-line-content' ->
1192         `mime-preview-next-line-entity'.
1193
1194         * mime-view.el: Rename `mime-view-scroll-' ->
1195         `mime-preview-scroll-'.
1196
1197         * mime-view.el: Rename `mime-view-move-to-' ->
1198         `mime-preview-move-to-'.
1199
1200         * mime-play.el, mime-image.el: Rename `mime-preview/' ->
1201         `mime-preview-'.
1202
1203 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1204
1205         * mime-partial.el (mime-method-to-combine-message/partial-pieces):
1206         Rename `mime-raw-content-info' -> `mime-raw-entity-info'.
1207
1208         * mime-pgp.el, mime-view.el: Rename `mime-raw-content-info' ->
1209         `mime-raw-entity-info'.
1210
1211 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1212
1213         * mime-view.el (mime-raw-content-info): Modify DOC-string.
1214
1215 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1216
1217         * eword-encode.el: Abolish `eword-encode-RCS-ID'.
1218
1219 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1220
1221         * mime-partial.el: Rename
1222         `mime-combine-message/partials-automatically' ->
1223         `mime-method-to-combine-message/partial-pieces'.
1224
1225 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1226
1227         * mime-pgp.el (mime-acting-condition): Separate type and subtype.
1228
1229         * mime-view.el (mime-acting-condition): Separate type and subtype.
1230
1231         * mime-play.el (mime-playback-entity): Separate type and subtype.
1232
1233 \f
1234 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1235
1236         * SEMI: Version 1.0.2 (Nonoichi-K\e-Dòdaimae) was released.\e-A
1237
1238 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1239
1240         * mime-pgp.el: Rename `mime-pgp-add-keys' ->
1241         `mime-method-to-add-application/pgp-keys'.
1242
1243         * mime-pgp.el: Rename `mime-pgp-decrypt-application/pgp-encrypted'
1244         -> `mime-method-to-decrypt-application/pgp-encrypted'.
1245
1246         * mime-pgp.el: Rename `mime-pgp-check-application/pgp-signature'
1247         -> `mime-method-to-verify-application/pgp-signature'.
1248
1249         * mime-pgp.el: Rename `mime-check-multipart/signed' ->
1250         `mime-method-to-verify-multipart/signed'.
1251
1252         * mime-pgp.el: Rename `mime-process-application/pgp' ->
1253         `mime-method-for-application/pgp'.
1254
1255 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1256
1257         * mailcap.el (mailcap-look-at-type-field): Change type and subtype
1258         to symbol.
1259
1260         * mailcap.el (mailcap-file): New variable.
1261         (mailcap-parse-file): New function.
1262
1263 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1264
1265         * README.en (What's SEMI?): Remove what does SEMI stand for.
1266
1267 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1268
1269         * mime-view.el (mime-acting-condition): Use `mime-method-to-save'
1270         instead of external method "tm-file".
1271
1272         * mime-play.el: Rename `mime-extract-current-entity' ->
1273         `mime-method-to-save'.
1274
1275 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1276
1277         * SEMI-ELS (semi-modules-to-compile): Abolish mime-file.el.
1278
1279         * mime-play.el (mime-extract-current-entity): New function; copied
1280         from mime-file.el; abolish mime-file.el.
1281
1282         * mime-view.el (mime-acting-condition), mime-partial.el
1283         (mime-combine-message/partials-automatically), mime-play.el:
1284         Rename `mime-display-message/partial' ->
1285         `mime-method-to-store-message/partial'.
1286
1287 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1288
1289         * mime-view.el (mime-acting-condition), mime-play.el: Rename
1290         `mime-display-caesar' -> `mime-method-to-display-caesar'.
1291
1292         * mime-view.el (mime-acting-condition), mime-play.el: Rename
1293         `mime-display-message/external-ftp' ->
1294         `mime-method-to-display-message/external-ftp'.
1295
1296         * mime-view.el (mime-acting-condition), mime-play.el: Rename
1297         `mime-display-message/rfc822' ->
1298         `mime-method-to-display-message/rfc822'.
1299
1300         * mime-play.el: Rename `mime-article/make-method-args' ->
1301         `mime-make-external-method-args'.
1302
1303         * mime-file.el: Fix setting.
1304
1305 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1306
1307         * mime-play.el: Rename `mime-article/start-external-method-region'
1308         -> `mime-activate-external-method'.
1309
1310         * mime-play.el, mime-pgp.el: Rename `mime-display-content' ->
1311         `mime-playback-entity'.
1312
1313         * mime-file.el (mime-extract-current-entity): Use
1314         `mime-write-decoded-region'.
1315
1316         * mime-file.el: Rename `mime-article/extract-file' ->
1317         `mime-extract-current-entity'.
1318
1319 1998-03-03  François Pinard   <pinard@iro.umontreal.ca>
1320
1321         * mime-edit.el (mime-edit-insert-signature): Function
1322         `mime-edit-insert-tag' is sometimes called with more arguments
1323         than it is ready to accept. (cf. [tm-en:1585])
1324
1325 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1326
1327         * mime-edit.el (mime-edit-insert-text): New optional argument
1328         `subtype'.
1329
1330 \f
1331 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1332
1333         * SEMI: Version 1.0.1 (Magae) was released.
1334
1335 1998-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * mime-pgp.el (mime-check-multipart/signed): New function.
1338
1339 1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1340
1341         * eword-decode.el (eword-decode-and-fold-structured-field): Fixed.
1342
1343         * mime-edit.el (mime-file-types): Use `defcustom'.
1344
1345 \f
1346 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae) was released.\e-A
1349
1350         * SEMI-ELS: Remove mime-tar.el.
1351
1352 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1353
1354         * eword-decode.el (eword-decode-version): Use `semi-version';
1355         abolish `eword-decode-RCS-ID'.
1356
1357         * mime-view.el (mime-view-version-string): Use `semi-version';
1358         abolish `mime-view-version' and `mime-view-RCS-ID'.
1359
1360         * mime-edit.el (mime-edit-version-string): Use `semi-version';
1361         abolish `mime-edit-version' and `mime-edit-RCS-ID'.
1362
1363         * mime-def.el (semi-version): New constant; abolish constant
1364         `semi-version-name'.
1365
1366         * mime-view.el: Rename `mime-view-version-name' ->
1367         `mime-view-version-string'.
1368
1369         * mime-edit.el: Rename `mime-edit-version-name' ->
1370         `mime-edit-version-string'.
1371
1372         * eword-decode.el (eword-lexical-analyzers): New variable.
1373         (eword-analyze-quoted-string): Add second argument.
1374         (eword-analyze-domain-literal): New function.
1375         (eword-analyze-spaces): New function.
1376         (eword-analyze-special): New function.
1377         (eword-analyze-atom): Add second argument.
1378         (eword-lexical-analyze-internal): Use `eword-lexical-analyzers'.
1379
1380 \f
1381 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1382
1383         * SEMI: Version 0.118.2 (Otomaru) was released.
1384
1385         * eword-decode.el (eword-decode-and-unfold-structured-field): New
1386         function.
1387
1388         * eword-decode.el (eword-decode-and-fold-structured-field): New
1389         function.
1390         (eword-decode-structured-field-body): Use it.
1391         (eword-decode-header): Likewise.
1392
1393         * eword-decode.el (eword-decode-structured-field-body): If
1394         `START-COLUMN' is nil, it uses `mapconcat'.
1395
1396         * eword-decode.el (eword-decode-token): New function.
1397         (eword-decode-structured-field-body): Add new optional arguments
1398         `START-COLUMN' and `MAX-COLUMN'; fill results; use function
1399         `eword-decode-token'.
1400         (eword-decode-header): Specify START-COLUMN for
1401         `eword-decode-structured-field-body'.
1402
1403 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1404
1405         * eword-decode.el (eword-decode-header): Unfold fields including
1406         encoded-words.
1407
1408         * eword-decode.el (eword-decode-ignored-field-list): New variable.
1409         (eword-decode-structured-field-list): New variable.
1410         (eword-decode-header): Refer them.
1411
1412         * eword-decode.el (eword-decode-header): Don't use
1413         `eword-decode-unstructured-field-body'.
1414
1415 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1416
1417         * eword-decode.el (eword-decode-header): New implementation; add
1418         new argument `CODE-CONVERSION' as first argument.  Change
1419         `SEPARATOR' as second argument.
1420
1421 \f
1422 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1423
1424         * SEMI: Version 0.118.1 (Shijima) was released.
1425
1426         * README.en (Bug reports): Modified for SEMI.
1427
1428 1998-02-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * mime-edit.el (mime-edit-normalize-body): Must not ignore case to
1431         search "From " in beginning of line.
1432
1433 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1434
1435         * mime-image.el: Comment out setting for inline Postscript
1436         feature.
1437
1438 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1439
1440         * eword-decode.el (eword-analyze-atom): New function.
1441         (eword-lexical-analyze-internal): Use `eword-analyze-atom' instead
1442         of `std11-analyze-atom'.
1443
1444 1997-11-26  Thierry Emery     <Thierry.Emery@aar.alcatel-alsthom.fr>
1445
1446         * mime-edit.el (mime-edit-insert-text): Fix to avoid unexpected
1447         entering enriched-mode. (cf. [tm-ja:2697])
1448
1449 \f
1450 1997-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1451
1452         * SEMI: Version 0.118 (Sodani) was released.
1453
1454 1997-11-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1455
1456         * mime-view.el (mime-maybe-hide-echo-buffer): bury MIME echo
1457         buffer.
1458
1459 1997-11-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * mime-view.el (mime-maybe-hide-echo-buffer): New inline function;
1462         abolish `mime-hide-echo-buffer'.
1463         (mime-view-mode): Use `mime-maybe-hide-echo-buffer'.
1464
1465 1997-11-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1466
1467         * mime-pgp.el: Rename `mime-article/add-pgp-keys' ->
1468         `mime-pgp-add-keys'.
1469
1470         * mime-pgp.el: Rename `mime-article/decrypt-pgp' ->
1471         `mime-pgp-decrypt-application/pgp-encrypted'.
1472
1473         * mime-pgp.el: Rename `mime-article/check-pgp-signature' ->
1474         `mime-pgp-check-application/pgp-signature'.
1475
1476         * mime-pgp.el: Rename `mime::article/call-pgp-to-check-signature'
1477         -> `mime-pgp-check-signature'.
1478
1479         * mime-pgp.el: Rename `mime-article/view-application/pgp' ->
1480         `mime-process-application/pgp'.
1481
1482 \f
1483 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * SEMI: Version 0.116 (D\e-Dòhòji) was released.\e-A
1486
1487 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * mime-view.el, mime-pgp.el, mime-partial.el: Rename
1490         `mime::article/content-info' -> `mime-raw-content-info'.
1491
1492 1997-11-11  François Pinard   <pinard@iro.umontreal.ca>
1493
1494         * mime-edit.el: Modify space in prompt and removespurious trailing
1495         spaces in the files. (cf. [tm-en:1507])
1496
1497 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1498
1499         * mime-edit.el: Rename `mime-edit-enclose-region' ->
1500         `mime-edit-enclose-region-internal'.
1501
1502         * mime-edit.el (mime-edit-enclose-quote-region,
1503         mime-edit-enclose-mixed-region, mime-edit-enclose-parallel-region,
1504         mime-edit-enclose-digest-region,
1505         mime-edit-enclose-alternative-region,
1506         mime-edit-enclose-signed-region,
1507         mime-edit-enclose-encrypted-region): Change subtype to symbol.
1508
1509 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1510
1511         * mime-bbdb.el, semi-setup.el: Use path-util.el instead of
1512         file-detect.el.
1513
1514 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1515
1516         * mime-def.el: Add group `mime' to `default-mime-charset'.
1517
1518 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1519
1520         * eword-encode.el (eword-encode-field): Must regard MIME-Version
1521         field as structured field.
1522
1523 \f
1524 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1525
1526         * SEMI: Version 0.115.2 (Inokuchi) was released.
1527
1528 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1529
1530         * mime-edit.el (mime-edit-split-message): Use `defcustom'.
1531         (mime-edit-message-default-max-lines): Use `defcustom'.
1532         (mime-edit-message-max-lines-alist): Use `defcustom'.
1533
1534 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1535
1536         * Makefile: Abolish `execs' and `install-execs'.
1537
1538 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1539
1540         * mime-edit.el (mime-edit): New customize group.
1541         (mime-ignore-preceding-spaces): Use `defcustom'.
1542         (mime-ignore-trailing-spaces): Use `defcustom'.
1543         (mime-ignore-same-text-tag): Use `defcustom'.
1544         (mime-auto-hide-body): Use `defcustom'.
1545         (mime-edit-voice-recorder): Use `defcustom'.
1546         (mime-edit-mode-hook): Use `defcustom'.
1547         (mime-edit-translate-hook): Use `defcustom'.
1548         (mime-edit-exit-hook): Use `defcustom'.
1549
1550         * mime-def.el (mime): New customize group.
1551         (mime-button-face): Use `defcustom'.
1552         (mime-button-mouse-face): Use `defcustom'.
1553
1554 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1555
1556         * mime-edit.el (mime-edit-x-emacs-value): Don't add mule-version
1557         if enable-multibyte-characters is nil.
1558
1559 1997-10-31  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
1560
1561         * mime-play.el (mime-article::write-region): fixed
1562         (cf. [tm-ja:2641]).
1563
1564 1997-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1565
1566         * semi-setup.el (mime-setup-set-signature-key): Check local keymap
1567         is exist or not to fix problem about
1568         `gnus-summary-resend-message'.
1569
1570 \f
1571 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1572
1573         * SEMI: Version 0.115.1 (Oyanagi) was released.
1574
1575 1997-10-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1576
1577         * mime-play.el (mime-display-message/partial): Use `write-region'.
1578
1579         * mime-pgp.el (mime-article/check-pgp-signature): Use
1580         `write-region'.
1581
1582         * mime-file.el (mime-article/extract-file): Use `write-region'.
1583
1584 1997-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1585
1586         * mime-def.el: Don't use `third' (don't use cl function).
1587
1588         * SEMI-CFG: Add current directory to load-path.
1589
1590         * mime-def.el, mime-edit.el (mime-edit-insert-text): Rename
1591         `second' -> `cadr' (Don't use cl function).
1592
1593 \f
1594 1997-09-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * SEMI: Version 0.115 (Hinomiko) was released.
1597
1598         * README.en: Modify for Emacs 20.2.
1599
1600 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1601
1602         * mime-def.el (butlast, nbutlast): Don't use `defun-maybe' for cl
1603         functions.
1604
1605 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1606
1607         * mime-def.el (butlast): New function; imported from cl.el.
1608         (nbutlast): New function; imported from cl.el.
1609
1610 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1611
1612         * mime-view.el (mime-view-cut-header): Don't use `member-if'.
1613
1614         * mime-def.el: Don't require cl.
1615
1616         * eword-encode.el: Abolish variable `eword-generate-X-Nsubject'.
1617         (eword-encode-header): Abolish X-Nsubject field generator.
1618
1619         * eword-encode.el (eword-find-field-encoding-method): New inline
1620         function.
1621         (eword-encode-header): Use it.
1622
1623 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1624
1625         * mime-image.el: Use `exec-installed-p' to search
1626         `uncompface-program'.
1627
1628 1997-09-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1629
1630         * signature.el: Add doc-string to `signature-file-alist'.
1631
1632         * mime-bbdb.el: Remove Artur Pioro from the authors list; Recent
1633         versions don't contain his code.
1634
1635 1997-09-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * mime-view.el: Don't use cl.
1638         (mime-article/rcnum-to-cinfo): New implementation (use function
1639         `mime-article/cnum-to-cinfo'); use `defsubst'.
1640
1641 1997-09-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1642
1643         * mime-edit.el (mime-edit-x-emacs-value): Use `(featurep
1644         'xemacs)'; add DOC-string.
1645
1646 1997-09-17  Hisashi Miyashita <himi@bird.scphys.kyoto-u.ac.jp>
1647
1648         * mime-edit.el (mime-edit-x-emacs-value): Add `(Meadow-version)'
1649         when running Meadow. (cf. [tm-ja:2567], [mule-win32:4339])
1650
1651 1997-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1652
1653         * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
1654         New constant.
1655         (mime-edit-insert-partial-header): Use it.
1656
1657 \f
1658 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1659
1660         * SEMI: Version 0.112 (Tsurugi) was released.
1661
1662 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1663
1664         * mime-view.el (mime-view-insert-entity-button): Change interface
1665         to use `media-type' and `media-subtype' instead of `ctype'.
1666         (mime-view-entity-button-function): ditto.
1667
1668 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1669
1670         * mime-view.el (mime-view-body-visible-p): Change interface to use
1671         `media-type' and `media-subtype' instead of `ctype'.
1672         (mime-view-entity-separator-function): ditto.
1673
1674 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1675
1676         * mime-view.el (mime-view-display-entity): Use `media-type' and
1677         `media-subtype' instead of `ctype' to compare with
1678         message/partial.
1679
1680         * mime-view.el (mime-view-follow-current-entity,
1681         mime-view-display-entity, mime-view-entity-button-function): Use
1682         `mime-entity-info-media-type' and `mime-entity-info-media-subtype'
1683         instead of `mime-entity-info-type/subtype'.
1684
1685 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1686
1687         * mime-parse.el: Abolish macro `define-structure'.
1688         
1689         (make-mime-entity-info, mime-entity-info-rnum,
1690         mime-entity-info-point-min, mime-entity-info-point-max,
1691         mime-entity-info-parameters, mime-entity-info-encoding,
1692         mime-entity-info-children): New implementation.
1693         
1694         (mime-entity-info-media-type, mime-entity-info-media-subtype): New
1695         inline function.
1696
1697         * mime-view.el (mime-view-display-entity,
1698         mime-article/point-content-number, mime-article/cnum-to-cinfo,
1699         mime/flatten-content-info): Use `mime-entity-info-children'
1700         instead of `mime::content-info/children'.
1701
1702         * mime-parse.el (mime-entity-info-children): New inline function.
1703
1704 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1705
1706         * mime-view.el (mime-view-body-visible-p,
1707         mime-view-display-entity): Use `mime-entity-info-encoding' instead
1708         of `mime::content-info/encoding'.
1709
1710         * mime-play.el (mime-display-content): Use
1711         `mime-entity-info-encoding' instead of
1712         `mime::content-info/encoding'.
1713
1714         * mime-parse.el (mime-entity-info-encoding): New inline function.
1715
1716 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1717
1718         * mime-view.el (mime-view-display-entity), mime-partial.el
1719         (mime-combine-message/partials-automatically), mime-play.el
1720         (mime-display-content): Use `mime-entity-info-parameters' instead
1721         of `mime::content-info/parameters'.
1722
1723         * mime-parse.el (mime-entity-info-parameters): New inline
1724         function.
1725
1726 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1727
1728         * mime-view.el (mime-view-header-visible-p,
1729         mime-view-body-visible-p, mime-view-entity-button-function,
1730         mime-view-display-entity, mime-view-follow-current-entity),
1731         mime-play.el (mime-display-content): Use
1732         `mime-entity-info-type/subtype' instead of
1733         `mime::content-info/type'.
1734
1735         * mime-parse.el (mime-entity-info-type/subtype): New inline
1736         function.
1737
1738 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1739
1740         * mime-view.el (mime-view-display-entity,
1741         mime-article/rcnum-to-cinfo, mime-view-follow-current-entity,
1742         mime-view-move-to-upper): Use `mime::content-info/rcnum' instead
1743         of `mime-entity-info-rnum'.
1744
1745         * mime-parse.el (mime-entity-info-rnum): New inline function.
1746
1747 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1748
1749         * mime-view.el (mime-view-display-entity,
1750         mime-article/point-content-number,
1751         mime-view-follow-current-entity), mime-play.el
1752         (mime-display-content), mime-pgp.el
1753         (mime-article/check-pgp-signature, mime-article/decrypt-pgp): Use
1754         `mime-entity-info-point-{min|max}' instead of
1755         `mime::content-info/point-{min|max}'.
1756
1757         * mime-parse.el (mime-entity-info-point-min): New inline function.
1758         (mime-entity-info-point-max): New inline function.
1759         (mime-parse-multipart): Use `mime-entity-info-point-max' instead
1760         of `mime::content-info/point-max'.
1761
1762 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1763
1764         * mailcap.el (mailcap-skip-comment): Check `chr' is nil.
1765
1766         * mime-edit.el (mime-edit-decode-buffer): Modify for new return
1767         format of `mime-parse-Content-Type'.
1768
1769         * mime-parse.el (mime-parse-Content-Type): Change return format.
1770         (mime-read-Content-Type): Modify DOC-string.
1771         (make-mime-entity-info): New inline function.
1772         (mime-parse-multipart): Change interface.
1773         (mime-parse-message): Rename names of arguments.
1774
1775         * mime-def.el (mime-tspecials): Remove `.' and control-characters.
1776         (mime-token-regexp): Add specification for control-characters.
1777
1778 1997-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1779
1780         * mime-view.el (mime-view-cut-header): Use `defun' instead of
1781         `defsubst'.
1782
1783         * mime-view.el: Rename `mime-preview/display-body' ->
1784         `mime-view-display-body'.
1785
1786         * mime-view.el: Rename `mime-preview/display-header' ->
1787         `mime-view-display-header'.
1788
1789 1997-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1790
1791         * mime-parse.el, mime-edit.el: Rename `mime/Content-Type' ->
1792         `mime-read-Content-Type'.
1793
1794         * mime-parse.el (symbol-concat): New implementation.
1795
1796 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1797
1798         * mime-def.el: Abolish alias `last*'.
1799
1800         * eword-decode.el (eword-lexical-analyze): `last' of Emacs 20.0.97
1801         allows two arguments.
1802
1803 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1804
1805         * eword-decode.el (eword-lexical-analyze): Use `last*' instead of
1806         `last' (for Emacs 20.0.96).
1807
1808         * mime-def.el (last*): New alias for old emacsen.
1809
1810 1997-07-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1811
1812         * mime-parse.el, mime-def.el: Constant
1813         `mime-disposition-type-regexp' was moved from mime-def.el to
1814         mime-parse.el.
1815
1816 \f
1817 1997-07-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1818
1819         * SEMI: Version 0.97 (Naka-Tsurugi) was released.
1820
1821 1997-07-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1822
1823         * mime-edit.el: Delete unnecessary "[mime-edit.el]" from
1824         DOC-strings.
1825
1826 1997-07-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1827
1828         * eword-decode.el (eword-analyze-encoded-word): cdr of return
1829         value must not nil (cf.[tm-ja:2496])
1830
1831 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1832
1833         * mime-view.el, mime-play.el: `mime-article/view-message/rfc822'
1834         -> `mime-display-message/rfc822'.
1835
1836 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1837
1838         * eword-encode.el (eword-phrase-route-addr-to-rwl): Use function
1839         `eword-addr-seq-to-rwl'.
1840
1841         * eword-encode.el: `tm-eword::phrase-route-addr-to-rwl' ->
1842         `eword-phrase-route-addr-to-rwl'.
1843
1844         * eword-encode.el (eword-addr-seq-to-rwl): New function.
1845         (eword-addr-spec-to-rwl): Use function `eword-addr-seq-to-rwl'.
1846
1847         * eword-encode.el (eword-addr-spec-to-rwl): New implementation.
1848
1849         * eword-encode.el: `tm-eword::addr-spec-to-rwl' ->
1850         `eword-addr-spec-to-rwl'.
1851
1852 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1853
1854         * mime-parse.el: Constant `mime::ctype-regexp' was abolished.
1855
1856         * mime-parse.el: Constant `mime::dtype-regexp' was abolished.
1857
1858         * mime-parse.el, mime-def.el: `mime/disposition-type-regexp' ->
1859         `mime-disposition-type-regexp'.
1860
1861 \f
1862 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1863
1864         * SEMI: Version 0.96 (Kaga-Ichinomiya) was released.
1865
1866 1997-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1867
1868         * mime-edit.el: (mime-edit-normalize-body):
1869         - Protect "From " in beginning of line (insert `ESC ( B' before it
1870           if possible, otherwise encode by quoted-printable)
1871         - canonicalize line break code for base64
1872
1873 1997-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1874
1875         * signature.el (signature-separator): New variable.
1876         (insert-signature): Insert `signature-separator' when signature is
1877         inserted at end of file.
1878
1879 1997-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1880
1881         * mime-edit.el (mime-edit-version-name): Add `semi-version-name'.
1882
1883         * mime-view.el (mime-view-version-name): New constant.
1884
1885         * mime-def.el (semi-version-name): New constant.
1886
1887 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1888
1889         * README.en (Required environment): Updated.
1890
1891 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1892
1893         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
1894         -> `mime-media-type/subtype-regexp'.
1895
1896 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1897
1898         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
1899         `mime-token-regexp'.
1900
1901         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
1902
1903 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1904
1905         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
1906         -> `mime-temp-buffer-name'.
1907
1908 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1909
1910         * mime-text.el (mime-decode-text-body): Canonicalize line break
1911         code.
1912
1913 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1914
1915         * mailcap.el: New file.
1916
1917 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1918
1919         * eword-encode.el (eword-field-encoding-method-alist): Add
1920         "Message-ID" as ignored.
1921
1922 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1923
1924         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
1925         caused by long non-encoded-word element. (cf. [tm-en:1356])
1926
1927 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1928
1929         * mime-view.el: `mime-preview/display-message/partial' ->
1930         `mime-view-insert-message/partial-button'.
1931
1932         * mime-view.el (mime-preview/display-message/partial): Use
1933         `mime-add-button' again.
1934
1935 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1936
1937         * eword-encode.el: `tm-eword::lc-words-to-words' ->
1938         `eword-encode-charset-words-to-words'.
1939
1940         * eword-encode.el (tm-eword::lc-words-to-words): New
1941         implementation; function `tm-eword::parse-word' was abolished.
1942
1943 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1944
1945         * eword-encode.el: `tm-eword::split-to-lc-words' ->
1946         `eword-encode-divide-into-charset-words'.
1947
1948         * eword-encode.el: Function `tm-eword::parse-lc-word' was
1949         abolished.
1950         (tm-eword::split-to-lc-words): New implementation.
1951
1952 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1953
1954         * eword-encode.el: `tm-eword::char-type' ->
1955         `eword-encode-char-type'.
1956
1957         * eword-encode.el: `tm-eword::encode-encoded-text' ->
1958         `eword-encode-text'
1959
1960         * mime-view.el (mime-view-insert-entity-button,
1961         mime-preview/display-message/partial): Use `mime-insert-button'.
1962         
1963         (mime-view-setup-buffers): Enclose codes to display preview-buffer
1964         by `(let ((inhibit-read-only t)) ...)'.
1965
1966         * mime-def.el (mime-insert-button): New inline function.
1967
1968         * mime-def.el (mime-add-button): Argument `func' was renamed to
1969         `function'; Use overlay for `mime-button-mouse-face'.
1970
1971 \f
1972 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1973
1974         * SEMI: Version 0.92 was released.
1975
1976         * mime-view.el, mime-play.el, mime-partial.el:
1977         `mime-article/decode-' -> `mime-display-'.
1978
1979         * mime-play.el (mime-display-caesar): fixed.
1980
1981 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1982
1983         * eword-decode.el (eword-decode-structured-field-body): fixed.
1984
1985 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1986
1987         * eword-decode.el (eword-lexical-analyze-cache): New variable.
1988         (eword-lexical-analyze-cache-max): New variable.
1989         (eword-analyze-quoted-string): New function.
1990         (eword-analyze-comment): New function.
1991         (eword-analyze-encoded-word): New function.
1992         (eword-lexical-analyze-internal): New function.
1993         (eword-lexical-analyze): New function.
1994         (eword-decode-structured-field-body): New function.
1995         (eword-decode-unstructured-field-body): New function.
1996         (eword-extract-address-components): New function.
1997
1998 1997-06-11  Steven L Baur     <steve@xemacs.org>
1999
2000         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
2001         tm-eword::encode-rwl): Clean up Ebola
2002         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
2003
2004 \f
2005 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2006
2007         * SEMI: Version 0.91 was released.
2008
2009 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2010
2011         * mime-view.el (mime-view-define-keymap): fixed problem about
2012         [tab], [delete] and [backspace] keys.
2013
2014 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2015
2016         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
2017         by `as-binary-process'.
2018
2019 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
2020
2021         * mime-view.el (mime-acting-condition): Add image/png
2022         mime type. (cf.[tm-en:1334])
2023
2024         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
2025
2026         * mime-edit.el (mime-file-types): Add png handling.
2027         (mime-content-types): Ditto. (cf.[tm-en:1334])
2028
2029 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2030
2031         * mime-view.el (mime-view-define-keymap): Doesn't bind
2032         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
2033
2034 \f
2035 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2036
2037         * SEMI: Version 0.88 was released.
2038
2039 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2040
2041         * Makefile (tar): New implementation.
2042
2043 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2044
2045         * SEMI-MK (config-semi): fixed.
2046
2047         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
2048
2049 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2050
2051         * README.en: Add `LISPDIR'.
2052
2053         * Makefile (LISPDIR): New variable.
2054
2055         * SEMI-CFG: Setting for load-path is modified.
2056
2057 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2058
2059         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
2060         mime-view.el: `mime/content-decoding-condition' ->
2061         `mime-acting-condition'.
2062
2063 \f
2064 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2065
2066         * SEMI: Version 0.87 was released.
2067
2068 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2069
2070         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
2071         `mime-view-uuencode-encoding-name-list'.
2072
2073 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2074
2075         * mime-edit.el: Use "text/x-rot13-47-48" instead of
2076         "text/x-rot13-47".
2077
2078         * mime-view.el (mime/content-decoding-condition): Add
2079         "text/x-rot13-47-48".
2080
2081 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2082
2083         * mime-edit.el (mime-edit-normalize-body): Use
2084         `mule-caesar-region' instead of `caesar-region'.
2085
2086         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
2087         instead of `caesar-region'.
2088
2089         * mime-def.el: Add autoload for mule-caesar.el.
2090
2091         * mime-def.el: Function caesar-region was abolished.
2092
2093 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2094
2095         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
2096         `caesar-region'.
2097
2098 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2099
2100         * mime-view.el (mime-view-define-keymap): Use
2101         `set-keymap-default-binding' for XEmacs.
2102
2103 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2104
2105         * mime-play.el (mime-display-caesar): Don't use
2106         `buffer-substring'.
2107
2108         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
2109         `view-mode-enter'.
2110
2111 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2112
2113         * mime-play.el: Don't require `view'.
2114         
2115         Constant `mime-view-text/plain-mode-map' was abolished.
2116
2117         Function `mime-view-text/plain-mode' and
2118         `mime-view-text/plain-exit' were abolished.
2119
2120         (mime-display-caesar): Use `view-mode-enter mother' instead of
2121         `mime-view-text/plain-mode'.
2122
2123 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2124
2125         * mime-play.el, mime-view.el (mime/content-decoding-condition):
2126         `mime-article/decode-caesar' -> `mime-display-caesar'.
2127
2128 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2129
2130         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
2131
2132 \f
2133 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2134
2135         * SEMI: Version 0.83 was released.
2136
2137 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2138
2139         * mime-def.el: Overlay is required by emu.
2140
2141 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2142
2143         * mime-image.el, mime-view.el, mime-text.el:
2144         `mime-preview/filter-' -> `mime-view-filter-'.
2145
2146         * mime-view.el: `mime-preview/get-original-major-mode' ->
2147         `mime-view-get-original-major-mode'.
2148
2149 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2150
2151         * mime-view.el (mime-view-mode): Hide mime-echo window.
2152
2153         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
2154         mime-play.el.
2155
2156         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
2157         mime-view.el.
2158
2159         * mime-play.el (mime-hide-echo-buffer): New inline function.
2160
2161         * mime-play.el (mime-echo-window-height): New variable.
2162
2163 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2164
2165         * mime-edit.el (mime-edit-content-end): Abolish unused local
2166         variable `beg'.
2167
2168 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2169
2170         * mime-view.el (mime-view-follow-current-entity): Abolish unused
2171         local variable `rc'.
2172
2173 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2174
2175         * eword-encode.el (eword-encode-field): Intern down-cased
2176         field-name and use `memq' instead of `member' to detect a field is
2177         address-list or not.
2178
2179 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2180
2181         * mime-pgp.el (mime-article/check-pgp-signature): Use
2182         `insert-buffer-substring'.
2183
2184 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2185
2186         * mime-pgp.el (mime-article/check-pgp-signature):
2187         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
2188
2189         * mime-play.el: `mime-article/show-output-buffer' ->
2190         `mime-show-echo-buffer'.
2191
2192         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
2193         `mime-echo-window-is-shared-with-bbdb'.
2194
2195 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2196
2197         * mime-play.el: Variable
2198         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
2199         mime-def.el.
2200
2201         * mime-def.el: Variable
2202         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
2203         mime-play.el.
2204
2205 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2206
2207         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
2208         `mime-echo-buffer-name'.
2209
2210         * mime-play.el: `mime/output-buffer-name' ->
2211         `mime-echo-buffer-name'.
2212
2213         * mime-pgp.el (mime-article/check-pgp-signature):
2214         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
2215
2216         * mime-def.el (mime-echo-buffer-name): Renamed from
2217         `mime/output-buffer-name'.
2218
2219 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2220
2221         * mime-edit.el (mime-edit-content-end): Abolish unused local
2222         variable `top'.
2223
2224         * mime-view.el: Function `mime-view-make-preview-buffer' was
2225         abolished.
2226
2227         * mime-view.el: `mime-view-setup-buffer' ->
2228         `mime-view-setup-buffers'.
2229
2230 \f
2231 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2232
2233         * MU: Version 0.40.2 was released.
2234         * SEMI: Version 0.75 was released.
2235
2236 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * mime-edit.el (mime-edit-translate-single-part-tag): Add
2239         DOC-string.
2240
2241 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * mime-view.el: `mime::preview/original-major-mode' ->
2244         `mime-view-original-major-mode'.
2245
2246 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2247
2248         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
2249         `mime-mother-buffer'.
2250
2251 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2252
2253         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
2254         `mime::preview/article-buffer' -> `mime-raw-buffer'.
2255
2256 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2257
2258         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
2259         mime-view.el: `mime::article/preview-buffer' ->
2260         `mime-view-buffer'.
2261
2262 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2263
2264         * mime-view.el: Structure `mime::preview-content-info' was
2265         abolished.
2266
2267         (mime-view-setup-buffer): Return only
2268         `mime::article/preview-buffer'.
2269
2270         (mime-view-make-preview-buffer): Don't generate
2271         preview-content-list; Return only `mime::article/preview-buffer'.
2272
2273         (mime-view-display-entity): Don't create
2274         `mime::preview-content-info'.
2275
2276         (mime-view-mode): Don't set for `mime::preview/content-list'.
2277
2278 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2279
2280         * mime-partial.el (mime-combine-message/partials-automatically):
2281         Don't use preview-content-list.
2282
2283 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2284
2285         * semi-setup.el: Don't require mime-partial; It is autoloaded.
2286
2287         * mime-partial.el: `mime-article/grab-message/partials' ->
2288         `mime-combine-message/partials-automatically'.
2289
2290         * mime-partial.el: `mime-partial/preview-article' ->
2291         `mime-view-partial-message'.
2292
2293         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
2294         `mime-view-partial-message-method-alist'.
2295
2296         * mime-play.el
2297         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
2298         preview-content-list.
2299
2300         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
2301         -> `mime-show-message-mode'.
2302
2303         * mime-pgp.el (mime-article/view-application/pgp):
2304         `mime/show-message-mode' -> `mime-show-message-mode'.
2305
2306         * mime-view.el (mime-view-follow-current-entity): New
2307         implementation.
2308
2309 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2310
2311         * mime-view.el: `mime-view-follow-content' ->
2312         `mime-view-follow-current-entity'.
2313
2314         * mime-view.el (mime-view-mode): Don't use preview-content-list to
2315         move to initial point.
2316
2317         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
2318         abolished.
2319
2320         * mime-view.el: Function `mime-preview/point-pcinfo' was
2321         abolished.
2322
2323         * mime-view.el: Function `mime-preview/point-content-number' was
2324         abolished.
2325
2326         * mime-play.el (mime-view-play-current-entity): New
2327         implementation.
2328
2329 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2330
2331         * mime-view.el (mime-view-quit): Use variable
2332         `mime::preview/original-major-mode'.
2333
2334         * mime-view.el (mime-view-show-summary): Use variable
2335         `mime::preview/original-major-mode'.
2336
2337         * mime-view.el (mime-view-scroll-down-entity): New implementation.
2338
2339         * mime-view.el (mime-view-scroll-up-entity): New implementation.
2340
2341 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2342
2343         * mime-view.el: `mime-view-scroll-down-content' ->
2344         `mime-view-scroll-down-entity'.
2345
2346         * mime-view.el: `mime-view-scroll-up-content' ->
2347         `mime-view-scroll-up-entity'.
2348
2349         * mime-view.el (mime-view-move-to-next): New implementation.
2350
2351 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2352
2353         * mime-view.el: `mime-view-next-content' ->
2354         `mime-view-move-to-next'.
2355
2356         * mime-view.el (mime-view-move-to-previous): New implementation.
2357
2358         * mime-view.el: `mime-view-previous-content' ->
2359         `mime-view-move-to-previous'.
2360
2361         * mime-view.el: `mime-view-up-content' ->
2362         `mime-view-move-to-upper'.
2363
2364 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2365
2366         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
2367         `mime-show-message-mode'.
2368
2369         * mime-view.el (mime-view-up-content): New implementation.
2370
2371         * mime-view.el: `mime-preview/display-content' ->
2372         `mime-view-display-entity'.
2373
2374         * mime-view.el (mime-preview/display-content): Put
2375         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
2376
2377         * mime-view.el: Variable `mime-view-visible-field-regexp' was
2378         abolished.
2379
2380         * mime-view.el: `mime-preview/cut-header' ->
2381         `mime-view-cut-header'.
2382
2383         * mime-view.el (mime-view-entity-separator-function): New
2384         implementation.
2385
2386         * mime-view.el: `mime-preview/default-content-separator' ->
2387         `mime-view-entity-separator-function'.
2388
2389 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2390
2391         * mime-view.el (mime-view-header-visible-p): Abolish optional
2392         argument `ctype'.
2393
2394         * mime-view.el (mime-view-entity-button-function): New
2395         implementation.
2396
2397         * mime-view.el: Variable
2398         `mime-view-content-button-ignored-ctype-list' was abolished.
2399
2400         * mime-view.el: `mime-preview/default-content-button-function' ->
2401         `mime-view-entity-button-function'.
2402
2403         * mime-view.el: Variable `mime-preview/content-button-function'
2404         was abolished.
2405
2406         * mime-def.el (mime-add-button): New implementation.
2407
2408         * mime-view.el (mime-view-insert-entity-button): modified.
2409
2410         * mime-view.el: `mime-preview/insert-content-button' ->
2411         `mime-view-insert-entity-button'.
2412
2413         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
2414         is optional argument `ctype' is not nil.
2415
2416 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2417
2418         * mime-view.el: `mime-print-entity' ->
2419         `mime-view-print-current-entity'.
2420
2421         * mime-view.el: `mime-extract-entity' ->
2422         `mime-view-extract-current-entity'.
2423
2424         * mime-play.el, mime-view.el: `mime-play-entity' ->
2425         `mime-view-play-current-entity'.
2426
2427         * mime-view.el (mime-play-entity, mime-extract-entity,
2428         mime-print-entity): Add DOC-string.
2429
2430         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
2431
2432         * mime-view.el: `mime-view-extract-content' ->
2433         `mime-extract-entity'.
2434
2435         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
2436
2437         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
2438         mime-view.el.
2439
2440         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
2441         mime-play.el.
2442
2443 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2444
2445         * mime-view.el: Use `mime-play-entity' instead of
2446         `mime-view-play-content'.
2447
2448 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2449
2450         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
2451         `mime-play-entity'.
2452
2453         * mime-view.el (mime-view-play-content, mime-view-extract-content,
2454         mime-view-print-content): Modify to use optional argument `mode'.
2455
2456 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2457
2458         * mime-play.el (mime-preview/decode-content,
2459         mime-article/decode-content): Add new optional argument `mode'.
2460
2461 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2462
2463         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
2464         `mime-text-decode-buffer-maybe'.
2465
2466         * mime-text.el: `mime-preview/decode-text-buffer' ->
2467         `mime-decode-text-body'.
2468
2469         * mime-view.el (mime-view-visible-media-type-list): Add
2470         "text/rfc822-headers".
2471
2472 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2473
2474         * mime-image.el, mime-view.el:
2475         `mime-view-default-showing-Content-Type-list' ->
2476         `mime-view-visible-media-type-list'.
2477
2478 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2479
2480         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
2481
2482         * mime-pgp.el (mime-article/view-application/pgp):
2483         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
2484
2485         * mime-text.el: `mime-charset/decode-buffer' ->
2486         `mime-text-decode-buffer'.
2487
2488 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2489
2490         * mime-pgp.el (mime-article/view-application/pgp):
2491         `mime-raw::text-decoder' -> `mime-text-decoder'.
2492
2493         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
2494
2495 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2496
2497         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
2498         mime-view.el.
2499
2500         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
2501         mime-text.el.
2502
2503 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2504
2505         * mime-pgp.el (mime-article/view-application/pgp): Use
2506         `insert-buffer-substring'.
2507
2508 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2509
2510         * mime-pgp.el (mime-article/view-application/pgp):
2511         `mime::article/code-converter' -> `mime-raw::text-decoder'.
2512
2513         * mime-play.el (mime-article/view-message/rfc822):
2514         `mime::article/code-converter' -> `mime-raw::text-decoder'.
2515
2516         * mime-text.el (mime-preview/decode-text-buffer):
2517         `mime::article/code-converter' -> `mime-raw::text-decoder'.
2518
2519         * mime-view.el: `mime::article/code-converter' ->
2520         `mime-raw::text-decoder'.
2521
2522 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2523
2524         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
2525         variables `charset' and `mime::article/preview-buffer'.
2526
2527         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
2528         variable `mode'.
2529
2530 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2531
2532         * mime-image.el (mime-preview/filter-for-image): Abolish unused
2533         local variable `charset'.
2534
2535         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
2536         local variable `status'.
2537
2538         * mime-pgp.el: (mime-article/view-application/pgp,
2539         mime-article/add-pgp-keys): Abolish unused local variable
2540         `cur-buf'.
2541
2542         * mime-image.el (mime-preview/filter-for-image,
2543         mime-preview/filter-for-application/postscript): Abolish unused
2544         local variable `mode'.
2545
2546 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2547
2548         * mime-text.el
2549         (mime-preview/filter-for-text/richtext,
2550         mime-preview/filter-for-text/enriched): Abolish unused local
2551         variable `mode'.
2552
2553         * mime-text.el (mime-preview/decode-text-buffer): New
2554         implementation.
2555
2556         * mime-view.el (mime-view-follow-content): Abolish unused
2557         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
2558         and `hb'.
2559
2560         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
2561         `multipart'.
2562
2563         * mime-file.el (mime-article/extract-file): Abolish unused local
2564         variable `the-buf'.
2565
2566         * mime-tar.el: Quote *autoconv*.
2567
2568 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2569
2570         * mime-partial.el (mime-article/grab-message/partials): Unused
2571         local variable `mother' was abolished.
2572
2573         * mime-play.el (mime-article/decode-caesar): Unused local variable
2574         `cur-buf' was abolished.
2575
2576         * mime-play.el (mime-article/decode-message/external-ftp): Unused
2577         local variable `access-type' was abolished; Comment out `mode'.
2578
2579         * mime-play.el (mime-article/view-message/rfc822): Unused local
2580         variable `cur-buf' was abolished.
2581
2582         * mime-text.el (mime-preview/filter-for-text/richtext,
2583         mime-preview/filter-for-text/enriched): Unused local variable `m'
2584         was abolished.
2585
2586         * mime-parse.el (mime-parse-multipart):
2587         Unused local variable `ct' was abolished.
2588
2589         * eword-encode.el: Require eword-decode.
2590
2591         * mime-image.el (mime-preview/filter-for-application/postscript):
2592         Unused local variable `m' was abolished.
2593
2594 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2595
2596         * mime-pgp.el: (mime-article/view-application/pgp):
2597         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
2598
2599         * mime-pgp.el (mime-pgp-command): New variable.
2600
2601         (mime::article/call-pgp-to-check-signature): Use variable
2602         `mime-pgp-command'. (cf. [tm-en:1259])
2603
2604 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2605
2606         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
2607         (cf. [tm-en:1259])
2608
2609 \f
2610 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2611
2612         * emu: Version 7.40.1 was released.
2613         * APEL: Version 3.2 was released.
2614         * bitmap-mule: Version 7.17 was released.
2615         * MU: Version 0.40.1 was released.
2616         * MEL: Version 6.3 was released.
2617         * SEMI: Version 0.72 was released.
2618
2619 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2620
2621         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
2622
2623 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2624
2625         * mail-mime-setup.el: New module.
2626
2627         * mime-setup.el: Only loads MUA specific setup files.
2628
2629         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
2630         moved from mime-setup.el.
2631
2632         * semi-setup.el: Setting for gnus-mime was moved to
2633         gnus-mime/gnus-mime-setup.el.
2634
2635         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
2636
2637         * Makefile: modified for SEMI package.
2638
2639 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2640
2641         * SEMI-MK: Don't compile and install other packages.
2642
2643 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2644
2645         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
2646         `add-minor-mode'.
2647
2648         * mime-image.el (mime-preview/filter-for-image): Don't use
2649         `assoc-value'.
2650
2651 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2652
2653         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
2654         were abolished; Use `mime-edit-mode-map' directly.
2655
2656         Use "C-c C-m" for enclosure commands.
2657
2658         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
2659         for `mime-edit-set-encrypt'.
2660
2661 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2662
2663         * semi-setup.el: Require file-detect.
2664
2665 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2666
2667         * SEMI-CFG: Delete variables about other packages.
2668
2669 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2670
2671         * mime-def.el: Variable `mime-temp-directory' was moved to
2672         mel/mel.el.
2673
2674 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2675
2676         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
2677
2678         * mime-view.el (mime/content-decoding-condition): Set up for
2679         `mime-article/decode-message/external-ftp'.
2680
2681         * semi-setup.el: tm-latex.el was abolished.
2682
2683         * semi-setup.el: tm-ftp is merged to mime-play.el.
2684
2685         * mime-play.el (mime-article/dired-function): New variable; copied
2686         from tm-ftp.el.
2687
2688         (mime-article/dired-function-for-one-frame,
2689         mime-article/decode-message/external-ftp): New function; copied
2690         from tm-ftp.el.
2691
2692 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2693
2694         * mime-partial.el (mime-article/grab-message/partials): Don't use
2695         `assoc-value'.
2696
2697 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2698
2699         * mime-play.el: Require filename.
2700
2701 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2702
2703         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
2704
2705         * mime-setup.el: Use `turn-on-mime-edit' instead of
2706         `mime-edit-mode'.
2707
2708         * mime-edit.el (mime-edit-decode-buffer): Renamed from
2709         `mime-editor::edit-again'; optional argument `code-conversion' was
2710         changed to `not-decode-text' (behavior was reversed).
2711         (mime-edit-again): modified for `mime-edit-decode-buffer'.
2712
2713         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
2714         variable.
2715
2716         * mime-edit.el (mime-edit-again): optional argument
2717         `code-conversion' was changed to `not-decode-text' (behavior was
2718         reversed); optional argument `no-mode' was renamed to
2719         `not-turn-on'; `mail-header-separator' was replaced to null line
2720         before converting.
2721
2722 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2723
2724         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
2725         `mime-edit-toggle-mode' -> `mime-edit-mode'.
2726         
2727         Alias `mime-mode' was abolished.
2728
2729 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2730
2731         * eword-encode.el (eword-encode-header): fixed.
2732
2733         * mime-edit.el: Comments was modified.
2734         (mime-edit-mode): DOC-string was modified.
2735
2736         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
2737         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
2738         was abolished.
2739
2740         * mime-edit.el: `mime-edit-minor-mime-map' ->
2741         `mime-edit-mode-map'.
2742
2743         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
2744
2745         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
2746
2747 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2748
2749         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
2750
2751 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2752
2753         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
2754
2755 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2756
2757         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
2758
2759 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2760
2761         * mime-def.el (mime-temp-directory): Refer environment variable
2762         "MIME_TMP_DIR" as default value.
2763
2764 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2765
2766         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
2767         were abolished.
2768
2769         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
2770         (mime-article/check-pgp-signature), mime-partial.el
2771         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
2772         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
2773         was renamed to `mime-temp-directory'.
2774
2775         * mime-edit.el: `mime/edit-again' was renamed to
2776         `mime-edit-again'.
2777
2778 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2779
2780         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
2781         renamed to `mime-temp-message-mode'.
2782
2783         * mime-edit.el: Draft preview feature was abolished.
2784
2785         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
2786
2787         Buffer local variable `mime/editing-buffer' was renamed to
2788         `mime-edit-buffer'.
2789
2790         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
2791         (mime-edit-x-emacs-value): New variable.
2792         (mime-edit-translate-body): Insert X-Emacs field if variable
2793         `mime-edit-insert-x-emacs-field' is not nil.
2794
2795 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2796
2797         * mime-view.el (mime-preview/insert-content-button): Don't use
2798         function `assoc-value'.
2799
2800 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2801
2802         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
2803
2804 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2805
2806         * SEMI-MK: compile and install emu and apel.
2807
2808 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2809
2810         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
2811
2812         * mime-bbdb.el: Renamed from tm-bbdb.el.
2813
2814         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
2815         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
2816         (load-path): Add "../apel" instead of "../tl".
2817
2818         * SEMI-ELS: alist.el was moved to ../apel/.
2819
2820 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2821
2822         * mime-parse.el: Require emu; Function `char-list-to-string' was
2823         abolished.
2824
2825         * mime-edit.el: Require emu; definitions about visible/invisible
2826         were abolished.
2827
2828 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2829
2830         * eword-encode.el: Require emu; function
2831         `find-non-ascii-charset-string' and
2832         `find-non-ascii-charset-region' were abolished.
2833
2834         * mime-def.el: Require atype; functions about atype were
2835         abolished.
2836
2837 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2838
2839         * mime-def.el: Require emu; Variable `running-xemacs' was
2840         abolished; Macro `defun-maybe' was abolished; Function `functionp'
2841         was abolished; Variable `charsets-mime-charset-alist',
2842         `default-mime-charset' and `mime-charset-coding-system-alist' were
2843         abolished; Function `mime-charset-to-coding-system',
2844         `charsets-to-mime-charset', `detect-mime-charset-region',
2845         `encode-mime-charset-region', `decode-mime-charset-region',
2846         `encode-mime-charset-string' and `decode-mime-charset-string' were
2847         abolished.
2848
2849 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2850
2851         * mime-def.el (charsets-to-mime-charset): New function; copied
2852         from emu.el.
2853
2854         * eword-encode.el: Use `char-bytes' instead of `char-length'.
2855
2856         * mime-def.el (eliminate-top-spaces): New inline-function; copied
2857         from tl-str.el.
2858
2859         * mime-edit.el: Fixed about definition of visible/invisible
2860         functions for XEmacs.
2861
2862 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2863
2864         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
2865         copied from emu-19.el.
2866         (invisible-region, invisible-p, next-visible-point): New function;
2867         copied from emu-19.el and emu-xemacs.el.
2868         (visible-region): New function; copied from emu-19.el.
2869                 
2870         * mime-edit.el (mime-edit-make-boundary): New function.
2871         (mime-edit-translate-body, mime-edit-translate-region): Use
2872         `mime-edit-make-boundary'.
2873         
2874         * mime-edit.el (replace-space-with-underline): New inline
2875         function; copied from tl-str.el.
2876         
2877 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2878
2879         * eword-encode.el (find-non-ascii-charset-region): New
2880         inline-function; copied from emu-e20.el.
2881
2882 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2883
2884         * mime-def.el: Require cl.
2885
2886         * mime-view.el (mouse-button-2): New variable; copied from
2887         emu-19.el and emu-xemacs.el.
2888
2889         * mime-def.el (defun-maybe): New macro; copied from emu.el.
2890         (functionp): New function; copied from emu.el.
2891
2892 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2893
2894         * mime-play.el: Supports only Emacs/mule API.
2895
2896         * mime-def.el (field-unify): Fixed.
2897
2898         * semi-setup.el: Don't require mime-play.
2899
2900         * mime-def.el: Function `put-fields' were abolished.
2901
2902         * mime-def.el: atype functions were moved from mime-play.el.
2903
2904         * mime-play.el: atype functions were moved to mime-def.el.
2905
2906 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2907
2908         * mime-def.el (call-after-loaded): New function; moved from
2909         semi-setup.el.
2910
2911         * semi-setup.el: Function `call-after-loaded' was moved to
2912         mime-def.el; require mime-def.
2913
2914 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2915
2916         * semi-setup.el: require mime-play instead of mime-view when
2917         compiling.
2918
2919 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2920
2921         * SEMI-MK: BINS were abolished.
2922
2923         * SEMI-CFG: require cl.
2924
2925         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
2926
2927 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2928
2929         * SEMI-MK: Renamed from TM-MK.
2930
2931         * SEMI-CFG: Don't require tl-misc.
2932
2933         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
2934
2935 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2936
2937         * mime-play.el (field-unify): Fixed.
2938
2939 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2940
2941         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
2942         Require alist.
2943
2944         * alist.el: New module; separated from tl-list.el.
2945
2946         * mime-play.el: Function `put-alist' and `del-alist' were moved to
2947         alist.el.
2948
2949         * mime-play.el (mime-article/coding-system-alist): Use
2950         `no-conversion' instead of *noconv*.
2951
2952 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2953
2954         * mime-parse.el (char-list-to-string): New inline-function; copied
2955         from emu-19.el.
2956
2957 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2958
2959         * mime-parse.el (symbol-concat): New inline-function; copied from
2960         tl-str.el.
2961
2962         * semi-setup.el: require 'mime-view when compiling.
2963
2964         * mime-parse.el (regexp-*): New inline-function; copied from
2965         tl-str.el.
2966
2967 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2968
2969         * semi-setup.el (running-xemacs): New variable.
2970
2971 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2972
2973         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
2974
2975         * mime-def.el: fixed DOC string.
2976
2977 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2978
2979         * eword-decode.el: Don't require emu.
2980
2981         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
2982         mime-charset-coding-system-alist): New variable; copied from
2983         emu-e20.el.
2984         (mime-charset-to-coding-system, detect-mime-charset-region,
2985         encode-mime-charset-region, decode-mime-charset-region,
2986         encode-mime-charset-string, decode-mime-charset-string): New
2987         function; copied from emu-e20.el.
2988
2989         * eword-encode.el (find-non-ascii-charset-string): New
2990         inline-function; copied from emu-e20.el.
2991
2992 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2993
2994         * mime-tar.el: Don't require emu.
2995
2996 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2997
2998         * mime-play.el (put-alist, del-alist): New function; copied from
2999         tl-list.el.
3000         (put-fields, field-unifier-for-default, field-unifier-for-mode,
3001         field-unify, assoc-unify, get-unified-alist, delete-atype,
3002         remove-atype, replace-atype, set-atype): New function; copied from
3003         tl-atype.el.  Don't require tl-atype.
3004
3005 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3006
3007         * semi-setup.el (call-after-loaded): New function; imported from
3008         tl-misc.el; Don't require tl-misc.
3009
3010 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3011
3012         * mime-pgp.el: Renamed from tm-pgp.el.
3013
3014 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3015
3016         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
3017         mime-mc.el.
3018
3019         * mime-mc.el: Renamed from tm-edit-mc.el.
3020
3021 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3022
3023         * mime-text.el: `tm:mother-button-dispatcher' ->
3024         `mime-button-mother-dispatcher'.
3025         
3026         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
3027         mime-view.el, mime-tar.el (mime-tar-set-properties):
3028         `tm:add-button' -> `mime-add-button'.
3029         
3030         * mime-file.el: Renamed from tm-file.el.
3031
3032 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3033
3034         * eword-decode.el: Must require emu.
3035
3036         * eword-decode.el (eword-decode-region): Unused local variable
3037         `charset', `encoding' and `text'.
3038
3039 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3040
3041         * eword-decode.el (eword-decode-encoded-word): Use
3042         `add-text-properties' directly.
3043
3044 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3045
3046         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
3047
3048         * mime-def.el (running-xemacs): New variable; if it is not nil,
3049         require overlay.
3050
3051         * mime-def.el (regexp-or): New function.
3052
3053 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3054
3055         * mime-tar.el: Renamed from tm-tar.el.
3056
3057         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
3058         -> `mime-button-dispatcher'.
3059
3060         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
3061
3062         * mime-def.el: `tm:mother-button-dispatcher' ->
3063         `mime-button-mother-dispatcher'.
3064
3065         * mime-def.el: `semi-data' -> `mime-button-data'.
3066
3067         * mime-def.el: `semi-callback' -> `mime-button-callback'.
3068
3069         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
3070
3071         * mime-def.el: `tm:button-face' -> `mime-button-face'.
3072
3073         * mime-def.el (tm:add-button, tm:button-dispatcher):
3074         `mime-callback' was renamed to `semi-callback'; `mime-data' was
3075         renamed to `semi-data'.
3076
3077 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3078
3079         * mime-def.el (tm:add-button): Use `make-overlay' directly.
3080
3081         * mime-def.el (tm:add-button): Use `overlay-put' directly.
3082
3083 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3084
3085         * mime-text.el: `tm:browse-url' was renamed to
3086         `mime-text-browse-url'.
3087
3088         * mime-text.el: Require browse-url.
3089
3090         * mime-text.el: `tm:URL-regexp' was renamed to
3091         `mime-text-url-regexp'.
3092
3093         * mime-text.el: Variable `tm:URL-regexp',
3094         `browse-url-browser-function' and function `tm:browse-url' were
3095         moved from mime-def.el.
3096
3097         * mime-def.el: Variable `tm:URL-regexp',
3098         `browse-url-browser-function' and function `tm:browse-url' were
3099         moved to mime-text.el.
3100
3101         * eword-decode.el: Variable `tm:warning-face' was renamed to
3102         `eword-warning-face'.
3103
3104         * eword-decode.el: Variable `tm:warning-face' was moved from
3105         mime-def.el.
3106
3107         * mime-def.el: Variable `tm:warning-face' was moved to
3108         eword-decode.el.
3109
3110         * mime-def.el: Function `tm:set-face-region' was abolished.
3111
3112         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
3113         `mime-make-charset-default-encoding-alist'.
3114
3115         * mime-edit.el: `mime-edit-transfer-level' ->
3116         `mime-transfer-level'.
3117
3118         * mime-edit.el: Function `mime/encoding-name' was renamed to
3119         `mime-encoding-name'.
3120
3121         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
3122         was abolished.
3123
3124         * mime-edit.el: Function `mime/encoding-name' was moved from
3125         mime-def.el.
3126
3127         * mime-def.el: Function `mime/encoding-name' was moved to
3128         mime-edit.el.
3129
3130 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3131
3132         * mime-edit.el: Variable `mime-charset-type-list' was moved from
3133         mime-def.el.
3134
3135         * mime-def.el: Variable `mime-charset-type-list' was moved to
3136         mime-edit.el.
3137
3138 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3139
3140         * eword-encode.el (eword-encode-header): fixed typo.
3141
3142 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3143
3144         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
3145         mime-editor::edit-again): Don't use `assoc-value'; Don't require
3146         tl-list.
3147
3148 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3149
3150         * mime-play.el: require tl-atype.
3151
3152         * mime-view.el: Don't require tl-atype.
3153
3154 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3155
3156         * mime-view.el: Don't require tl-misc.
3157
3158 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3159
3160         * eword-encode.el (eword-encode-header): Use function `assoc-if'
3161         instead of `ASSOC'; require cl instead of tl-list.
3162
3163         * mime-parse.el (define-structure): New macro; Don't require
3164         tl-misc.el.
3165
3166         * mime-view.el (mime-preview/insert-content-button): Don't use
3167         function `assoc-value'.
3168
3169         * mime-view.el: Require cl instead of tl-list.
3170
3171         * mime-view.el: Don't require tl-str.el.
3172
3173 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3174
3175         * mime-parse.el (define-structure): New macro; Don't require
3176         tl-misc.el.
3177
3178         * mime-view.el (mime-preview/insert-content-button): Don't use
3179         function `assoc-value'.
3180
3181         * mime-view.el: Require cl instead of tl-list.
3182
3183         * mime-view.el: Don't require tl-str.el.
3184
3185 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3186
3187         * eword-decode.el: Constant
3188         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
3189
3190         * eword-decode.el (quoted-printable-hex-chars,
3191         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
3192         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
3193         from mime-def.el.
3194         
3195         * mime-def.el (quoted-printable-hex-chars,
3196         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
3197         eword-Q-encoding-and-encoded-text-regexp): Moved to
3198         eword-decode.el.
3199         
3200         * eword-decode.el (base64-token-regexp,
3201         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
3202         constant; moved from mime-def.el.
3203         
3204         * mime-def.el: Constant `base64-token-regexp',
3205         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
3206         were moved to eword-decode.el.
3207         
3208         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
3209         was abolished.
3210
3211 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3212
3213         * eword-decode.el: Don't require emu.
3214
3215         * eword-decode.el: Don't require tl-str.el.
3216
3217         * mime-def.el (get-version-string): New inline-function; imported
3218         from tl-str.el.
3219
3220 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3221
3222         * mime-setup.el: Function `mime/encode-message-header' was renamed
3223         to `eword-encode-header'.
3224
3225         * mime-edit.el, eword-encode.el: Function
3226         `eword-encode-message-header' was renamed to
3227         `eword-encode-header'.
3228
3229 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3230
3231         * eword-decode.el (eword-decode-header): New optional argument
3232         `SEPARATOR'; Use function `std11-narrow-to-header'.
3233
3234         * mime-view.el, mime-setup.el, eword-decode.el: Function
3235         `eword-decode-message-header' was renamed to
3236         `eword-decode-header'.
3237
3238 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3239
3240         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
3241         Function `mime/encode-message-header' was renamed to
3242         `eword-encode-message-header'.
3243
3244 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3245
3246         * mime-view.el: Function `mime-eword/decode-string' was renamed to
3247         `eword-decode-string'.
3248
3249         * mime-def.el: `mime/Q-' -> `eword-Q-'.
3250
3251         * mime-def.el: `mime/B-' -> `eword-B-'.
3252
3253 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3254
3255         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
3256         `mime-charset-regexp'.
3257
3258         * mime-def.el: Constant `mime/charset-regexp' was renamed to
3259         `mime-charset-regexp'.
3260
3261 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3262
3263         * mime-view.el: Function `mime/decode-message-header' was renamed to
3264         `eword-decode-message-header'.
3265
3266         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
3267
3268 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3269
3270         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
3271         Function `mime/decode-message-header' was renamed to
3272         `eword-decode-message-header'.
3273
3274 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3275
3276         * SEMI-CFG: Renamed from TM-CFG.
3277
3278         * SEMI-ELS: Renamed from TM-ELS.
3279
3280         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
3281         `eword-in-subject-p'.
3282
3283         * eword-encode.el: `mime/' -> `eword-'.
3284
3285         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
3286         variable `mime/use-X-Nsubject'.
3287
3288         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
3289         `mime/generate-X-Nsubject'.
3290
3291         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
3292         variable `mime/no-encoding-header-fields'.
3293
3294         * eword-encode.el (eword-field-encoding-method-alist): Renamed
3295         from `mime/field-encoding-method-alist'.
3296
3297         * eword-encode.el: Renamed from tm-ew-e.el.
3298         
3299         * eword-decode.el: Renamed from tm-ew-d.el.
3300
3301         * mime-view.el: Don't require tm-def.
3302
3303         * mime-parse.el: tm-def.el was renamed to mime-def.el.
3304
3305         * mime-def.el: Renamed from tm-def.el.
3306
3307 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3308
3309         * SEMI-ELS: Renamed from TM-ELS.
3310
3311 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3312
3313         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
3314         `eword-in-subject-p'.
3315
3316         * eword-encode.el: `mime/' -> `eword-'.
3317
3318         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
3319         variable `mime/use-X-Nsubject'.
3320
3321         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
3322         `mime/generate-X-Nsubject'.
3323
3324         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
3325         variable `mime/no-encoding-header-fields'.
3326
3327         * eword-encode.el (eword-field-encoding-method-alist): Renamed
3328         from `mime/field-encoding-method-alist'.
3329
3330         * eword-encode.el: Renamed from tm-ew-e.el.
3331         
3332         * eword-decode.el: Renamed from tm-ew-d.el.
3333
3334         * mime-view.el: Don't require tm-def.
3335
3336         * mime-parse.el: tm-def.el was renamed to mime-def.el.
3337
3338 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3339
3340         * mime-def.el: Renamed from tm-def.el.
3341
3342 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3343
3344         * mime-view.el: Don't `suppress-keymap'.
3345
3346 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3347
3348         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
3349
3350         * mime-parse.el: Renamed from tm-parse.el.
3351
3352         * mime-view.el: Key-binding for function
3353         `mime-view-display-x-face' was abolished.
3354
3355 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3356
3357         * mime-setup.el: modified for mime-edit.el.
3358
3359 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3360
3361         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
3362
3363 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3364
3365         * mime-edit.el: based on tm-edit 7.105.
3366
3367         * semi-setup.el: tm-image.el was renamed to mime-image.el.
3368
3369         * mime-image.el: Renamed from tm-image.el.
3370
3371 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3372
3373         * semi-setup.el: Renamed from tm-setup.el.
3374
3375         * mime-setup.el: Setting for GNUS was abolished.
3376
3377         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
3378
3379         * mime-view.el: tm-play.el was renamed to mime-play.el.
3380
3381         * mime-partial.el: Renamed from tm-partial.el.
3382
3383         * mime-play.el: Renamed from tm-play.el.
3384
3385         * mime-view.el: `tm-text' is renamed to `mime-text'.
3386
3387         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
3388         was renamed to `default-keymap-or-function'; optional argument
3389         `default-function' was abolished.
3390
3391         * mime-text.el: `mime-view-code-converter-alist' ->
3392         `mime-text-decoder-alist'.
3393
3394         * mime-text.el: Renamed from tm-text.el.
3395
3396 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
3397
3398         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
3399
3400         * mime-view.el: Renamed from tm-view.el.
3401
3402 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3403
3404         * mime-edit.el (mime-file-types): add for patch.
3405
3406         * mime-edit.el: rearrangement.
3407
3408 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3409
3410         * mime-edit.el (mime-editor/normalize-body): Use function
3411         `encode-mime-charset-region' instead of
3412         `mime-charset-encode-region'.
3413
3414 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3415
3416         * mime-edit.el (mime-editor/normalize-body): fixed.
3417
3418         * mime-edit.el (mime-editor/define-charset):
3419         Argument `charset' was changed to
3420         symbol.
3421         (mime-editor/choose-charset): Changed to return symbol.
3422         (mime-editor/normalize-body): charset was changed to symbol.
3423
3424 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3425
3426         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
3427         New function.
3428         (mime-editor/charset-default-encoding-alist): Use function
3429         `mime-editor/make-charset-default-encoding-alist'.
3430         (mime-editor/toggle-transfer-level): Use function
3431         `mime-editor/make-charset-default-encoding-alist'.
3432
3433         * mime-edit.el (mime-editor/choose-charset): Use function
3434         `detect-mime-charset-region' instead of
3435         `mime/find-charset-region'.
3436
3437 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3438
3439         * mime-edit.el (mime/editor-mode): Don't toggle.
3440
3441         (mime-editor/toggle-mode): New function.
3442
3443 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
3444
3445         * mime-edit.el: I think the following is the best way to handle
3446         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
3447         sure if "add-minor-mode" works the same way in earlier versions).
3448         By clicking on the mode line you can turn mime/editor-mode on or
3449         off.
3450
3451 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3452
3453         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
3454         `as-binary-process'.
3455
3456         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
3457         `as-binary-process'.
3458
3459 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3460
3461         * mime-edit.el (mime-editor/split-message-sender-alist): setting
3462         for `mail-mode' was moved to tm-rmail.el.
3463
3464 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3465
3466         * mime-edit.el: Variable
3467         `mime-editor/message-default-sender-alist' was abolished.
3468
3469 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3470
3471         * mime-edit.el: Variable `mime-editor/window-config-alist' was
3472         abolished.
3473
3474 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3475
3476         * mime-edit.el (mime-editor/split-and-send): New implementation.
3477
3478 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3479
3480         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
3481
3482 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3483
3484         * mime-edit.el (mime-editor/define-charset,
3485         mime-editor/set-parameter): Function `mime-set-parameter' was
3486         renamed to `mime-editor/set-parameter'.
3487
3488         * mime-edit.el (mime-set-parameter): New implementation
3489
3490         (mime-editor/translate-single-part-tag): New function.
3491         (mime-editor/translate-region): Use function
3492         `mime-editor/translate-single-part-tag'.
3493
3494 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3495
3496         * mime-edit.el (mime-editor::edit-again): fixed.
3497
3498         * mime-edit.el (mime/edit-again): fixed.
3499
3500         * mime-edit.el (mime-editor::edit-again): modified for new tag
3501         rule.
3502
3503         * mime-edit.el (mime-editor/insert-signature): Use variable
3504         `signature-file-name' instead of `signature'.
3505
3506         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
3507         require begging new-line.
3508
3509         (defconst mime-editor/multipart-end-regexp): Don't require begging
3510         new-line.
3511
3512         (mime-editor/find-inmost): modified for new enclosure tag rule.
3513
3514         (mime-editor/translate-region): modified for new enclosure tag rule.
3515
3516         (mime-editor/enclose-region): modified for new enclosure tag rule.
3517
3518 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3519
3520         * mime-edit.el: Add `(provide 'tm-edit)'.
3521
3522         Do `(run-hooks 'tm-edit-load-hook)' if variable
3523         `mime-edit-load-hook' is not bound.
3524
3525 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3526
3527         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
3528         (mime-editor/normalize-body): fixed.
3529
3530 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3531
3532         * mime-edit.el (mime-editor/normalize-body): fixed.
3533
3534         (mime-editor/content-end): Used function `invisible-p' and
3535         `next-visible-point'.
3536
3537 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3538
3539         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
3540         `invisible-region' instead of `mime-flag-region'.
3541         (mime-editor/normalize-body): Use function `visible-region'
3542         instead of `mime-flag-region'.
3543         (mime-editor/content-end): New implementation.
3544
3545 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3546
3547         * mime-edit.el (mime-editor/enquote-region): New command; bound to
3548         `C-c C-x q'.
3549         
3550         (mime-editor/menu-list): New item for function
3551         `mime-editor/enquote-region'.
3552
3553 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3554
3555         * mime-edit.el (mime-editor/process-multipart-1): Use function
3556         `string-equal' instead of `string='.
3557
3558 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3559
3560         * mime-edit.el (mime-editor/process-multipart-1): fixed about
3561         condition of next tag inserting.
3562
3563 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3564
3565         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
3566
3567 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3568
3569         * mime-edit.el (mime-editor/insert-partial-header): Comment of
3570         Mime-Version field was modified.
3571
3572         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
3573         line break.
3574
3575         * mime-edit.el (mime-editor/version-name): New constant.
3576
3577         (mime-editor/mime-version-value): Use constant
3578         `mime-editor/version-name'.
3579
3580         (mime-editor/insert-partial-header): Use constant
3581         `mime-editor/version-name'.
3582
3583 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3584
3585         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
3586         line break.
3587         (mime-editor/normalize-body): fixed for a tag without line break.
3588
3589         * mime-edit.el (mime-editor/translate-region): fixed for a part
3590         starting without line break.
3591
3592         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
3593         column.
3594         (mime-editor/quoted-single-part-tag-regexp): New constant.
3595         (mime-editor/enquote-region): New function.
3596         (mime-editor/dequote-region): New function.
3597         (mime-editor/process-multipart-1): Processing for ``quote''
3598         enclosure was added.
3599         (mime-editor/translate-body): Use function
3600         `mime-editor/dequote-region'.
3601
3602         (mime-editor/mime-version-value): Comment was renamed.
3603
3604         * mime-edit.el: Renamed from tm-edit.el